File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
src/main/java/com/robotgryphon/compactmachines/datagen Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,10 @@ protected void buildShapelessRecipes(Consumer<IFinishedRecipe> consumer) {
4040 .define ('I' , Tags .Items .INGOTS_IRON )
4141 .unlockedBy ("picked_up_ender_eye" , has (Items .ENDER_EYE ))
4242 .save (consumer );
43-
44- addTunnelRecipes (consumer );
43+
4544 addMachineRecipes (consumer );
4645 }
4746
48- private void addTunnelRecipes (Consumer <IFinishedRecipe > consumer ) {
49- // todo
50-
51- ShapelessRecipeBuilder .shapeless ()
52-
53- }
54-
5547 private void addMachineRecipes (Consumer <IFinishedRecipe > consumer ) {
5648 registerMachineRecipe (consumer , Registration .MACHINE_BLOCK_ITEM_TINY .get (), ItemTags .PLANKS );
5749 registerMachineRecipe (consumer , Registration .MACHINE_BLOCK_ITEM_SMALL .get (), Tags .Items .STORAGE_BLOCKS_IRON );
You can’t perform that action at this time.
0 commit comments