FoundationGames / EnhancedBlockEntities

A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.
GNU Lesser General Public License v3.0
228 stars 52 forks source link

Falling decorated pots do not display the expected pattern #217

Open muzikbike opened 3 weeks ago

muzikbike commented 3 weeks ago

Found this while testing #215 and #216 - it's similar, but not quite. 2024-06-07_15 16 15 2024-06-07_15 16 48

I'd expect that the displayed patterns would match up with the actual patterns on the pot. I don't know if falling blocks can carry block entity NBT, though. In the case of the following command, the four pot faces should be the normal blank kind:

/summon falling_block ~5 ~1 ~ {BlockState:{Name:"minecraft:decorated_pot"}}

It can be seen this is not the case, however. 2024-06-07_15 17 39 2024-06-07_15 17 39_2

muzikbike commented 3 weeks ago

Seems to differ for each session: 2024-06-07_19 51 17

devjta commented 1 week ago

I made decorated ones in 1.20.6 and when I destroyed them with my silk-touch pickaxe with EBE on, it was suddenly a normal one?!

Will try today without the mod, but I hope it didnt replace the sherds it came with..