This commit is contained in:
sainagh
2026-04-10 18:28:58 -05:00
parent 6e24b21e79
commit 89cbf41e1d
405 changed files with 41371 additions and 2602 deletions
+28 -1
View File
@@ -22,4 +22,31 @@ val mythdry4 = RecipeBuilder.newBuilder("mythdry4","mythic_processor_drying_rack
mythdry4.addEnergyPerTickInput(40000);
mythdry4.addItemInput(<thaumcraft:vishroom>);
mythdry4.addItemOutput(<contenttweaker:dried_vishroom>);
mythdry4.build();
mythdry4.build();
val mythdry5 = RecipeBuilder.newBuilder("mythdry5","mythic_processor_drying_rack",2);
mythdry5.addEnergyPerTickInput(40000);
mythdry5.addItemInput(<contenttweaker:recursion_of_history>);
mythdry5.addItemInput(<aoa3:abyss_stone>*64);
mythdry5.addItemInput(<aoa3:barathos_hellstone>*64);
mythdry5.addItemInput(<aoa3:baron_stone>*64);
mythdry5.addItemInput(<aoa3:borean_stone>*64);
mythdry5.addItemInput(<aoa3:creep_stone>*64);
mythdry5.addItemInput(<aoa3:crystevia_stone>*64);
mythdry5.addItemInput(<aoa3:deeplands_stone>*64);
mythdry5.addItemInput(<aoa3:dustopia_stone>*64);
mythdry5.addItemInput(<aoa3:gardencia_stone>*64);
mythdry5.addItemInput(<aoa3:greckon_stone>*64);
mythdry5.addItemInput(<aoa3:haven_stone>*64);
mythdry5.addItemInput(<aoa3:iromine_stone>*64);
mythdry5.addItemInput(<aoa3:lelyetia_stone>*64);
mythdry5.addItemInput(<aoa3:mysterium_stone>*64);
mythdry5.addItemInput(<aoa3:high_precasia_stone>*64);
mythdry5.addItemInput(<aoa3:low_precasia_stone>*64);
mythdry5.addItemInput(<aoa3:primed_stone>*64);
mythdry5.addItemInput(<aoa3:runic_stone>*64);
mythdry5.addItemInput(<aoa3:shyrelands_stone>*64);
mythdry5.addItemInput(<aoa3:toxic_stone>*64);
mythdry5.addItemInput(<aoa3:unstable_stone>*64);
mythdry5.addItemOutput(<contenttweaker:matter_of_the_ages>*1344);
mythdry5.build();