This commit is contained in:
ZHAY10086
2026-03-15 17:17:48 +08:00
parent 707aa69c7b
commit 2b8ea95744
630 changed files with 14799 additions and 6169 deletions
+13
View File
@@ -1397,3 +1397,16 @@ mythpulv222.addItemInput(<contenttweaker:crying_obsidian_powder>*16);
mythpulv222.addItemInput(<minecraft:redstone>*20);
mythpulv222.addItemOutput(<contenttweaker:crying_redstone>*20);
mythpulv222.build();
val mythpulv223 = RecipeBuilder.newBuilder("mythpulv223","mythic_processor_pulverizer",2);
mythpulv223.addEnergyPerTickInput(60000);
mythpulv223.addItemInput(<extendedcrafting:singularity_custom:998>);
mythpulv223.addItemOutput(<contenttweaker:reprocessed_cosmic_meatball>*128);
mythpulv223.build();
val mythpulv224 = RecipeBuilder.newBuilder("mythpulv224","mythic_processor_pulverizer",2);
mythpulv224.addEnergyPerTickInput(60000);
mythpulv224.addItemInput(<contenttweaker:hypercharged_wool>*16);
mythpulv224.addItemInput(<minecraft:redstone>*4);
mythpulv224.addItemOutput(<contenttweaker:hypercharged_redstone>*4);
mythpulv224.build();