@@ -630,7 +630,7 @@ public final class Blocks {
630630 public static final Block REDSTONE_WALL_TORCH = register (new Block ("redstone_wall_torch" , builder ().pushReaction (PistonBehavior .DESTROY )
631631 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
632632 .booleanState (LIT )));
633- public static final Block STONE_BUTTON = register (new Block ("stone_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
633+ public static final Block STONE_BUTTON = register (new ButtonBlock ("stone_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
634634 .enumState (ATTACH_FACE )
635635 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
636636 .booleanState (POWERED )));
@@ -997,43 +997,43 @@ public final class Blocks {
997997 .intState (AGE_7 )));
998998 public static final Block POTATOES = register (new Block ("potatoes" , builder ().pushReaction (PistonBehavior .DESTROY )
999999 .intState (AGE_7 )));
1000- public static final Block OAK_BUTTON = register (new Block ("oak_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
1000+ public static final Block OAK_BUTTON = register (new ButtonBlock ("oak_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
10011001 .enumState (ATTACH_FACE )
10021002 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
10031003 .booleanState (POWERED )));
1004- public static final Block SPRUCE_BUTTON = register (new Block ("spruce_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
1004+ public static final Block SPRUCE_BUTTON = register (new ButtonBlock ("spruce_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
10051005 .enumState (ATTACH_FACE )
10061006 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
10071007 .booleanState (POWERED )));
1008- public static final Block BIRCH_BUTTON = register (new Block ("birch_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
1008+ public static final Block BIRCH_BUTTON = register (new ButtonBlock ("birch_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
10091009 .enumState (ATTACH_FACE )
10101010 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
10111011 .booleanState (POWERED )));
1012- public static final Block JUNGLE_BUTTON = register (new Block ("jungle_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
1012+ public static final Block JUNGLE_BUTTON = register (new ButtonBlock ("jungle_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
10131013 .enumState (ATTACH_FACE )
10141014 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
10151015 .booleanState (POWERED )));
1016- public static final Block ACACIA_BUTTON = register (new Block ("acacia_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
1016+ public static final Block ACACIA_BUTTON = register (new ButtonBlock ("acacia_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
10171017 .enumState (ATTACH_FACE )
10181018 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
10191019 .booleanState (POWERED )));
1020- public static final Block CHERRY_BUTTON = register (new Block ("cherry_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
1020+ public static final Block CHERRY_BUTTON = register (new ButtonBlock ("cherry_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
10211021 .enumState (ATTACH_FACE )
10221022 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
10231023 .booleanState (POWERED )));
1024- public static final Block DARK_OAK_BUTTON = register (new Block ("dark_oak_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
1024+ public static final Block DARK_OAK_BUTTON = register (new ButtonBlock ("dark_oak_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
10251025 .enumState (ATTACH_FACE )
10261026 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
10271027 .booleanState (POWERED )));
1028- public static final Block PALE_OAK_BUTTON = register (new Block ("pale_oak_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
1028+ public static final Block PALE_OAK_BUTTON = register (new ButtonBlock ("pale_oak_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
10291029 .enumState (ATTACH_FACE )
10301030 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
10311031 .booleanState (POWERED )));
1032- public static final Block MANGROVE_BUTTON = register (new Block ("mangrove_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
1032+ public static final Block MANGROVE_BUTTON = register (new ButtonBlock ("mangrove_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
10331033 .enumState (ATTACH_FACE )
10341034 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
10351035 .booleanState (POWERED )));
1036- public static final Block BAMBOO_BUTTON = register (new Block ("bamboo_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
1036+ public static final Block BAMBOO_BUTTON = register (new ButtonBlock ("bamboo_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
10371037 .enumState (ATTACH_FACE )
10381038 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
10391039 .booleanState (POWERED )));
@@ -2232,11 +2232,11 @@ public final class Blocks {
22322232 .enumState (HALF )
22332233 .enumState (STAIRS_SHAPE )
22342234 .booleanState (WATERLOGGED )));
2235- public static final Block CRIMSON_BUTTON = register (new Block ("crimson_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
2235+ public static final Block CRIMSON_BUTTON = register (new ButtonBlock ("crimson_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
22362236 .enumState (ATTACH_FACE )
22372237 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
22382238 .booleanState (POWERED )));
2239- public static final Block WARPED_BUTTON = register (new Block ("warped_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
2239+ public static final Block WARPED_BUTTON = register (new ButtonBlock ("warped_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
22402240 .enumState (ATTACH_FACE )
22412241 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
22422242 .booleanState (POWERED )));
@@ -2336,7 +2336,7 @@ public final class Blocks {
23362336 .booleanState (WATERLOGGED )));
23372337 public static final Block POLISHED_BLACKSTONE_PRESSURE_PLATE = register (new Block ("polished_blackstone_pressure_plate" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
23382338 .booleanState (POWERED )));
2339- public static final Block POLISHED_BLACKSTONE_BUTTON = register (new Block ("polished_blackstone_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
2339+ public static final Block POLISHED_BLACKSTONE_BUTTON = register (new ButtonBlock ("polished_blackstone_button" , builder ().destroyTime (0.5f ).pushReaction (PistonBehavior .DESTROY )
23402340 .enumState (ATTACH_FACE )
23412341 .enumState (HORIZONTAL_FACING , Direction .NORTH , Direction .SOUTH , Direction .WEST , Direction .EAST )
23422342 .booleanState (POWERED )));
0 commit comments