vectorwing / FarmersDelight

[Forge] A lightweight farming expansion for Minecraft.
MIT License
287 stars 171 forks source link

Eating a pie doesn't change its hitbox #978

Closed lzm11111111 closed 3 weeks ago

lzm11111111 commented 3 weeks ago

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

Performance and shader mods

vectorwing commented 3 weeks ago

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. 👍