1.19.2: Items placed on Cutting Board are standing up instead of laying flat.
MonaMoonlight opened this issue ยท 5 comments
Description
Placing items on the cutting board has them stand on end instead of lay flat.
I've tested both food items and things like knives or axes, which do still have the appropriate sneak-place behavior, but also stand on end when placed without sneaking.
Steps to reproduce
- Place Cutting Board
- Place item on Cutting Board
Mod list
Forge 1.19.2-43.1.57
Farmer's Delight 1.19-1.2.0
Logs
No response
Forge
- I am using the Forge version of Farmer's Delight
Minimal instance
- I have tested this on a minimal instance
Performance and shader mods
- I have tested this without performance or shader mods
This is a Forge issue, introduced in version 43.1.56 due to a few rendering changes. isGui3d()
is returning true
for all models, when it should only do so for block models; thus, the Cutting Board thinks items are blocks when rendering them.
I'm looking into a potential workaround, but this fix must be done on their end; seems to be borking other Forge mods too.
You can follow this issue for more updates: MinecraftForge/MinecraftForge#9216
I believe it's been fixed per this PR - MinecraftForge/MinecraftForge#9231
Thought I'd let you know before you spend too much time on a workaround.
This bug was fixed on version 43.2.3 of Forge, if anyone is still dealing with it. Please update, and items should be rendered correctly once again. ๐