// // taxcollector // sharpening // iromine // .withTag({cap: {biome: "aoa3:mysterium"}}) // .withTag({cap: {biome: "biomesoplenty:bog"}}) // .withTag({cap: {biome: "aoa3:iromine"}}) // eden // .withTag({cap: {biome: "advancedrocketry:stormland"}}) // .withTag({cap: {biome: "dimdoors:dangerous_black_void"}}) // .withTag({cap: {biome: "appliedenergistics2:storage_biome"}}) // .withTag({cap: {biome: "advancedrocketry:crystalchasms"}}) // .withTag({cap: {biome: "nuclearcraft:nuclear_wasteland"}}) // .withTag({cap: {biome: "advancedrocketry:alien forest"}}) // wildwood // .withTag({cap: {biome: "twilightforest:thornlands"}}) // .withTag({cap: {biome: "twilightforest:twilight_stream"}}) // myicaugmentation:biome_selector>.withTag({cap: {biome: "thaumicaugmentation:tainted_lands"}}) //--------------------------------- // moon // intro how to get flower //--------------------------------- // haumea // chef bee recipes.addHiddenShapeless("haumeapuzzle",, [, , , , ]); recipes.addShaped(, [[, .withTag({species: "rootBees", chromosome: 0, allele: "forestry.speciesDemonic"}), ], [, , ], [, .withTag({species: "rootBees", chromosome: 0, allele: "forestry.speciesDemonic"}), ]]); val oreDemonStoneOreDict = ; oreDemonStoneOreDict.add(); //--------------------------------- // osiris // armorer bee recipes.addHiddenShaped("osirisarmor1",, [[, , ], [, , ], [, , ]]); recipes.addHiddenShaped("osirisarmor2",, [[, , ], [, , ], [, , ]]); recipes.addHiddenShaped("osirisarmor3",, [[, , ], [, , ], [, , ]]); recipes.addHiddenShaped("osirisarmor4",, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); //--------------------------------- // ptah // beacon bee recipes.addHiddenShapeless("ptahpuzzlepharos",, [, , , , ]); //--------------------------------- // hator // trinity bee val orehatorantimatter = ; orehatorantimatter.add(); orehatorantimatter.add(); orehatorantimatter.add(); orehatorantimatter.add(); recipes.addHiddenShaped("hatorpuzzle",, [[, , ], [, , ], [, , ]]); //--------------------------------- // europa // shyre and twilight bees recipes.addHiddenShaped("europapuzzle1",, [[, , ], [, , ], [, , ]]); recipes.addHiddenShaped("europapuzzle2",, [[, , ], [, , ], [, , ]]); recipes.addHiddenShaped("europapuzzle3",, [[, , ], [, , ], [, , ]]); recipes.addHiddenShaped("europapuzzle4",, [[, , ], [, , ], [, , ]]); recipes.addHiddenShaped("europapuzzle5",, [[, , ], [, , ], [, , ]]); recipes.addHiddenShaped("europapuzzle6",, [[, , ], [, , ], [, , ]]); recipes.addHiddenShaped("europapuzzle7",, [[, , ], [, , ], [, , ]]); recipes.addHiddenShapeless("europapuzzlecombine",, [, , , , , , ]); //--------------------------------- // oi // fissile bee recipes.addShaped(, [[, , ], [, , ], [, , ]]); //--------------------------------- // falacer // gun devil bee recipes.addHiddenShapeless("falacerpuzzle",, [, , , , , , , , ]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); //--------------------------------- // orcus // sharpening bee recipes.addHiddenShapeless("orcuspuzzle1",, [, , , , ]); recipes.addHiddenShapeless("orcuspuzzle2",, [, , , , ]); recipes.addShapeless(, [, , ]); //--------------------------------- // sedna // gravity bee recipes.addHiddenShapeless("sednapuzzle",, [, , , , , , , , ]); //--------------------------------- // combine the pieces mods.extendedcrafting.CombinationCrafting.addRecipe(, 40000, , [, , , , , , , , ]); recipes.addShaped(, [[null, , null], [, , ], [null, , null]]); recipes.addShaped(, [[null, , null], [, , ], [null, , null]]); recipes.addShaped(, [[, , null], [null, , null], [null, , ]]); recipes.addShaped(, [[null, , ], [null, , null], [, , null]]); recipes.addShaped(, [[, null, ], [null, , null], [, null, ]]); recipes.addShaped(, [[, , ], [null, , null], [, , ]]); recipes.addShaped(, [[, null, ], [, , ], [, null, ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); // biome puzzle recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, .withTag({type: "orechid"}), ], [, , ]]);