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
229 stars 52 forks source link

Decorated Pot rendered invalid pattern if "sherds" data contains non-brick or pattern items. #157

Open SteveKunG opened 1 year ago

SteveKunG commented 1 year ago

As title said, Vanilla allows to modify Decorated Pot "sherds" to any item other than Brick item.

To reproduce:

  1. Use /give @p decorated_pot{BlockEntityTag:{sherds:["minecraft:stone","minecraft:stone","minecraft:stone","minecraft:stone"]}}
  2. Then place in your world.
  3. Decorated Pot display invalid patterns.

Expected Result: It should be render empty faces.

image