fix scroll blocks
This commit is contained in:
parent
125334e93a
commit
e921137584
1 changed files with 4 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue