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