Farmer's Delight

Farmer's Delight

77M Downloads

Eating a pie doesn't change its hitbox

lzm11111111 opened this issue ยท 1 comments

commented

Minecraft version

1.21.1

Farmer's Delight version

1.2.4

NeoForge version

21.1.27

Description

When eating a pie, its hitbox doesn't changed, this is inconsistent with cakes.
2024-08-26_22 17 26
2024-08-26_22 17 31

Steps to reproduce

  1. Place a pie
  2. Eat it

Mod list

Farmer's Delight
Guard Villagers
MoonLight Lib
SmarterFarmers

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods
commented

This is sadly intentional. Pies can rotate horizontally, so the logic to create partially-eaten hitboxes on each rotation gets very long and verbose; I settled for just giving it a full one instead.

This could change in the future, though. ๐Ÿ‘