fix scroll blocks

This commit is contained in:
Talia-12 2023-07-30 21:32:52 +10:00
parent 125334e93a
commit e921137584

View file

@ -71,10 +71,12 @@ public class HexBlocks {
private static BlockBehaviour.Properties papery(MapColor color) {
return BlockBehaviour.Properties
.copy(Blocks.TALL_GRASS)
.of()
.mapColor(color)
.sound(SoundType.GRASS)
.instabreak();
.instabreak()
.ignitedByLava()
.pushReaction(PushReaction.DESTROY);
}
private static BlockBehaviour.Properties akashicWoodyHard() {