Glitchfiend / BiomesOPlenty

Minecraft mod that adds over 50 new biomes to the game.
https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty
Other
822 stars 255 forks source link

Fix sign block state validation on 1.21.1 #2253

Closed quinn-semele closed 3 months ago

quinn-semele commented 3 months ago

Minecraft 1.21.1 now validates the block state a block entity is trying to be made for.

The existing code called a default constructor which passes in vanilla's sign block entity. This causes the game to crash because obviously biomes o' plenty's sign blocks aren't in vanilla's block entity.

This fix also works on 1.21 hence no version bump.