@@ -80,25 +80,11 @@ private static ToIntFunction<BlockState> createLightLevelFromLitBlockState(int l
8080 public static final BlockItem JAR_ITEM = new BlockItem (JAR_BLOCK , new FabricItemSettings ().group (ItemGroup .DECORATIONS ));
8181 public static final BlockEntityType <JarBlockEntity > JAR_BLOCKENTITY = Registry .register (Registry .BLOCK_ENTITY_TYPE , new Identifier (AstralAdditions .MOD_ID , "jar" ), FabricBlockEntityTypeBuilder .create (JarBlockEntity ::new , JAR_BLOCK ).build ());
8282
83- public static final Block DESIZER_1 = new DesizerCasingBlock (FabricBlockSettings .of (Material .METAL ).sounds (BlockSoundGroup .METAL ).strength (3.0f ));
84- public static final Block DESIZER_2 = new DesizerCasingBlock (FabricBlockSettings .of (Material .METAL ).sounds (BlockSoundGroup .METAL ).strength (3.0f ));
85- public static final Block DESIZER_3 = new DesizerCasingBlock (FabricBlockSettings .of (Material .METAL ).sounds (BlockSoundGroup .METAL ).strength (3.0f ));
86- public static final Block DESIZER_4 = new DesizerCasingBlock (FabricBlockSettings .of (Material .METAL ).sounds (BlockSoundGroup .METAL ).strength (3.0f ));
87- public static final Block DESIZER_6 = new DesizerCasingBlock (FabricBlockSettings .of (Material .METAL ).sounds (BlockSoundGroup .METAL ).strength (3.0f ));
88- public static final Block DESIZER_7 = new DesizerCasingBlock (FabricBlockSettings .of (Material .METAL ).sounds (BlockSoundGroup .METAL ).strength (3.0f ));
89- public static final Block DESIZER_8 = new DesizerCasingBlock (FabricBlockSettings .of (Material .METAL ).sounds (BlockSoundGroup .METAL ).strength (3.0f ));
90- public static final Block DESIZER_9 = new DesizerCasingBlock (FabricBlockSettings .of (Material .METAL ).sounds (BlockSoundGroup .METAL ).strength (3.0f ));
83+
9184 public static final Block DESIZER_CONTROLLER = new DesizerControllerBlock (FabricBlockSettings .of (Material .METAL ).sounds (BlockSoundGroup .METAL ).strength (3.0f ));
9285 public static final Block DESIZER_BASE = new DesizerCasingBlock (FabricBlockSettings .of (Material .METAL ).sounds (BlockSoundGroup .METAL ).strength (3.0f ));
9386
94- public static final BlockItem DESIZER_1_ITEM = new BlockItem (DESIZER_1 , new FabricItemSettings ().group (ItemGroup .BUILDING_BLOCKS ));
95- public static final BlockItem DESIZER_2_ITEM = new BlockItem (DESIZER_2 , new FabricItemSettings ().group (ItemGroup .BUILDING_BLOCKS ));
96- public static final BlockItem DESIZER_3_ITEM = new BlockItem (DESIZER_3 , new FabricItemSettings ().group (ItemGroup .BUILDING_BLOCKS ));
97- public static final BlockItem DESIZER_4_ITEM = new BlockItem (DESIZER_4 , new FabricItemSettings ().group (ItemGroup .BUILDING_BLOCKS ));
98- public static final BlockItem DESIZER_6_ITEM = new BlockItem (DESIZER_6 , new FabricItemSettings ().group (ItemGroup .BUILDING_BLOCKS ));
99- public static final BlockItem DESIZER_7_ITEM = new BlockItem (DESIZER_7 , new FabricItemSettings ().group (ItemGroup .BUILDING_BLOCKS ));
100- public static final BlockItem DESIZER_8_ITEM = new BlockItem (DESIZER_8 , new FabricItemSettings ().group (ItemGroup .BUILDING_BLOCKS ));
101- public static final BlockItem DESIZER_9_ITEM = new BlockItem (DESIZER_9 , new FabricItemSettings ().group (ItemGroup .BUILDING_BLOCKS ));
87+
10288 public static final BlockItem DESIZER_CONTROLLER_ITEM = new BlockItem (DESIZER_CONTROLLER , new FabricItemSettings ().group (ItemGroup .BUILDING_BLOCKS ));
10389 public static final BlockItem DESIZER_BASE_ITEM = new BlockItem (DESIZER_BASE , new FabricItemSettings ().group (ItemGroup .BUILDING_BLOCKS ));
10490
@@ -124,14 +110,7 @@ public static void registerBlocks() {
124110 Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "ender_tip" ), ENDER_TIP_BLOCK );
125111 Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "ender_sprouts" ), ENDER_SPROUT_BLOCK );
126112 Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "pearl_pod" ), PEARL_POD_BLOCK );
127- Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "desizer_1" ), DESIZER_1 );
128- Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "desizer_2" ), DESIZER_2 );
129- Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "desizer_3" ), DESIZER_3 );
130- Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "desizer_4" ), DESIZER_4 );
131- Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "desizer_6" ), DESIZER_6 );
132- Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "desizer_7" ), DESIZER_7 );
133- Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "desizer_8" ), DESIZER_8 );
134- Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "desizer_9" ), DESIZER_9 );
113+
135114 Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "desizer_controller" ), DESIZER_CONTROLLER );
136115 Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "desizer_base" ), DESIZER_BASE );
137116 Registry .register (Registry .BLOCK , new Identifier (AstralAdditions .MOD_ID , "the_end" ), THE_END_BLOCK );
@@ -149,14 +128,7 @@ public static void registerBlockItems() {
149128 Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "ender_tip" ), ENDER_TIP_ITEM );
150129 Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "ender_sprouts" ), ENDER_SPROUT_ITEM );
151130 Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "pearl_pod" ), PEARL_POD_ITEM );
152- Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "desizer_1" ), DESIZER_1_ITEM );
153- Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "desizer_2" ), DESIZER_2_ITEM );
154- Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "desizer_3" ), DESIZER_3_ITEM );
155- Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "desizer_4" ), DESIZER_4_ITEM );
156- Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "desizer_6" ), DESIZER_6_ITEM );
157- Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "desizer_7" ), DESIZER_7_ITEM );
158- Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "desizer_8" ), DESIZER_8_ITEM );
159- Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "desizer_9" ), DESIZER_9_ITEM );
131+
160132 Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "desizer_controller" ), DESIZER_CONTROLLER_ITEM );
161133 Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "desizer_base" ), DESIZER_BASE_ITEM );
162134 Registry .register (Registry .ITEM , new Identifier (AstralAdditions .MOD_ID , "the_end" ), THE_END_BLOCK_ITEM );
0 commit comments