This commit is contained in:
sainagh
2026-07-25 16:18:14 -05:00
parent 3533ad27ec
commit 5463fe8373
3932 changed files with 5500 additions and 211408 deletions
-23
View File
@@ -1,23 +0,0 @@
import mods.modularmachinery.RecipeBuilder;
val aby1 = RecipeBuilder.newBuilder("dimensional420","dimensional_stabilizer",5000);
aby1.addFluidInput(<fluid:lifeessence>*200);
aby1.addItemOutput(<dimdoors:world_thread>);
aby1.build();
recipes.addShaped(<dimdoors:fabric:15>,
[[<dimdoors:world_thread>, <bloodmagic:arcane_ashes>, <dimdoors:world_thread>],
[<bloodmagic:arcane_ashes>, <minecraft:stone:0>, <bloodmagic:arcane_ashes>],
[<dimdoors:world_thread>, <bloodmagic:arcane_ashes>, <dimdoors:world_thread>]]);
recipes.addShaped(<dimdoors:fabric:15>*4,
[[<dimdoors:world_thread>, <forestry:crafting_material:2>, <dimdoors:world_thread>],
[<forestry:crafting_material:2>, <minecraft:stone:0>, <forestry:crafting_material:2>],
[<dimdoors:world_thread>, <forestry:crafting_material:2>, <dimdoors:world_thread>]]);
val aby2 = RecipeBuilder.newBuilder("dimensional4200","dimensional_stabilizer",200);
aby2.addFluidInput(<fluid:refined_life_essence>*50);
aby2.addItemOutput(<dimdoors:world_thread>*10);
aby2.build();