0.18.1 update

This commit is contained in:
ZHAY10086
2025-06-21 21:33:37 +08:00
parent 147afd6157
commit 81144fec1c
393 changed files with 18219 additions and 2920 deletions
+5
View File
@@ -184,3 +184,8 @@ val superbee_cosmicconstellation = RecipeBuilder.newBuilder("superbee_cosmiccons
val superbee_treeoflife = RecipeBuilder.newBuilder("superbee_treeoflife","sacred_cinders_apiary",10); superbee_treeoflife.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.TreeOfLife", UID0: "gendustry.bee.TreeOfLife"}]}})); superbee_treeoflife.setChance(0.0); superbee_treeoflife.addFluidInput(<fluid:liquid_sunshine>*25); superbee_treeoflife.addItemOutput(<contenttweaker:order_wood>*64); superbee_treeoflife.addItemOutput(<contenttweaker:chaos_wood>*64); superbee_treeoflife.build();
val superbee_gallifreyan = RecipeBuilder.newBuilder("superbee_gallifreyan","sacred_cinders_apiary",10); superbee_gallifreyan.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Gallifreyan", UID0: "gendustry.bee.Gallifreyan"}]}})); superbee_gallifreyan.setChance(0.0); superbee_gallifreyan.addFluidInput(<fluid:liquid_sunshine>*25); superbee_gallifreyan.addItemOutput(<contenttweaker:strange_stone_essence>*64); superbee_gallifreyan.addItemOutput(<contenttweaker:strange_stone_essence>*64); superbee_gallifreyan.build();
val superbee_experienced = RecipeBuilder.newBuilder("superbee_experienced","sacred_cinders_apiary",10); superbee_experienced.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Experienced", UID0: "gendustry.bee.Experienced"}]}})); superbee_experienced.setChance(0.0); superbee_experienced.addFluidInput(<fluid:liquid_sunshine>*25); superbee_experienced.addItemOutput(<contenttweaker:condensed_essence>*64); superbee_experienced.addItemOutput(<contenttweaker:condensed_essence>*64); superbee_experienced.build();
val superbee_phantasmal = RecipeBuilder.newBuilder("superbee_phantasmal","sacred_cinders_apiary",10); superbee_phantasmal.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "forestry.speciesPhantasmal", UID0: "forestry.speciesPhantasmal"}]}})); superbee_phantasmal.setChance(0.0); superbee_phantasmal.addFluidInput(<fluid:liquid_sunshine>*25); superbee_phantasmal.addItemOutput(<forestry:bee_combs:8>*64); superbee_phantasmal.addItemOutput(<forestry:bee_combs:8>*64); superbee_phantasmal.build();