Closed Leawind closed 7 months ago
When player_rotate_with_camera_when_not_aiming is set to false And auto_rotate_interacting is set to true
player_rotate_with_camera_when_not_aiming
false
auto_rotate_interacting
true
When player is eating something, don't rotate. So we can see the eating animation
Use net.minecraft.world.item.ItemStack#isEdible
net.minecraft.world.item.ItemStack#isEdible
add feature: c4dd707ecca6c9380b2d6f09834612d3d73d3c5b add config: 768db71ebca080c9476c4f8a5848ae64ce3e1b90
When
player_rotate_with_camera_when_not_aiming
is set tofalse
Andauto_rotate_interacting
is set totrue
When player is eating something, don't rotate. So we can see the eating animation
Use
net.minecraft.world.item.ItemStack#isEdible