This commit is contained in:
sainagh
2024-08-18 18:25:41 -07:00
parent f38b745627
commit 0a09116c6e
1502 changed files with 56792 additions and 12704 deletions
+13 -1
View File
@@ -1,5 +1,10 @@
import mods.modularmachinery.RecipeBuilder;
recipes.addShaped(<contenttweaker:plated_photonium>,
[[<contenttweaker:eldritch_metal_plate>, <contenttweaker:eldritch_metal_plate>, <contenttweaker:eldritch_metal_plate>],
[<contenttweaker:eldritch_metal_plate>, <extrabotany:blockphotonium>, <contenttweaker:eldritch_metal_plate>],
[<contenttweaker:eldritch_metal_plate>, <contenttweaker:eldritch_metal_plate>, <contenttweaker:eldritch_metal_plate>]]);
val fortree1 = RecipeBuilder.newBuilder("fortree1","enchanted_greenhouse",1000);
fortree1.addItemInput(<forestry:sapling>.withTag({Genome: {Chromosomes: [{UID1: "forestry.treeChestnut", UID0: "forestry.treeChestnut", Slot: 0 as byte}]}}));
fortree1.setChance(0.0);
@@ -1034,4 +1039,11 @@ fortree137.setChance(0.0);
fortree137.addItemInput(<forestry:peat>);
fortree137.addItemOutput(<forestry:logs.5:1>*64);
fortree137.addItemOutput(<extratrees:food:8>*16);
fortree137.build();
fortree137.build();
val fortree138 = RecipeBuilder.newBuilder("fortree138","enchanted_greenhouse",1000);
fortree138.addItemInput(<abyssalcraft:dreadsapling>);
fortree138.setChance(0.0);
fortree138.addItemInput(<forestry:peat>);
fortree138.addItemOutput(<abyssalcraft:charcoal>*64);
fortree138.build();