fix Redstone Crystal and Berkelium 247 modular machine recipes
This commit is contained in:
@@ -893,7 +893,7 @@ val mythallo122 = RecipeBuilder.newBuilder("mythallo122","mythic_processor_alloy
|
||||
mythallo122.addEnergyPerTickInput(80000);
|
||||
mythallo122.addItemInput(<ore:dustRedstone>*10);
|
||||
mythallo122.addItemInput(<ore:diamond>*2);
|
||||
mythallo122.addItemOutput(<redstonearsenal:material:160>);
|
||||
mythallo122.addItemOutput(<redstonearsenal:material:160>*2);
|
||||
mythallo122.build();
|
||||
|
||||
|
||||
|
||||
@@ -179,7 +179,7 @@ val mythmelt172 = RecipeBuilder.newBuilder("mythmelt172","mythic_processor_melte
|
||||
val mythmelt173 = RecipeBuilder.newBuilder("mythmelt173","mythic_processor_melter",2);mythmelt173.addEnergyPerTickInput(60000);mythmelt173.addItemInput(<nuclearcraft:block_depleted_curium>);mythmelt173.addFluidOutput(<liquid:curium_246> * 1296);mythmelt173.build();
|
||||
val mythmelt174 = RecipeBuilder.newBuilder("mythmelt174","mythic_processor_melter",2);mythmelt174.addEnergyPerTickInput(60000);mythmelt174.addItemInput(<nuclearcraft:curium:12>);mythmelt174.addFluidOutput(<liquid:curium_247> * 144);mythmelt174.build();
|
||||
val mythmelt175 = RecipeBuilder.newBuilder("mythmelt175","mythic_processor_melter",2);mythmelt175.addEnergyPerTickInput(60000);mythmelt175.addItemInput(<nuclearcraft:curium:14>);mythmelt175.addFluidOutput(<liquid:curium_247> * 16);mythmelt175.build();
|
||||
val mythmelt176 = RecipeBuilder.newBuilder("mythmelt176","mythic_processor_melter",2);mythmelt176.addEnergyPerTickInput(60000);mythmelt176.addItemInput(<ore:ingotBerkelium237>);mythmelt176.addFluidOutput(<liquid:berkelium_247> * 144);mythmelt176.build();
|
||||
val mythmelt176 = RecipeBuilder.newBuilder("mythmelt176","mythic_processor_melter",2);mythmelt176.addEnergyPerTickInput(60000);mythmelt176.addItemInput(<ore:ingotBerkelium247>);mythmelt176.addFluidOutput(<liquid:berkelium_247> * 144);mythmelt176.build();
|
||||
val mythmelt177 = RecipeBuilder.newBuilder("mythmelt177","mythic_processor_melter",2);mythmelt177.addEnergyPerTickInput(60000);mythmelt177.addItemInput(<nuclearcraft:berkelium:2>);mythmelt177.addFluidOutput(<liquid:berkelium_247> * 16);mythmelt177.build();
|
||||
val mythmelt178 = RecipeBuilder.newBuilder("mythmelt178","mythic_processor_melter",2);mythmelt178.addEnergyPerTickInput(60000);mythmelt178.addItemInput(<nuclearcraft:block_depleted_berkelium>);mythmelt178.addFluidOutput(<liquid:berkelium_247> * 1296);mythmelt178.build();
|
||||
val mythmelt179 = RecipeBuilder.newBuilder("mythmelt179","mythic_processor_melter",2);mythmelt179.addEnergyPerTickInput(60000);mythmelt179.addItemInput(<nuclearcraft:berkelium:4>);mythmelt179.addFluidOutput(<liquid:berkelium_248> * 144);mythmelt179.build();
|
||||
|
||||
Reference in New Issue
Block a user