Files
2026-07-25 16:20:42 -05:00

171 lines
12 KiB
Plaintext

import crafttweaker.potions.IPotion;
recipes.addShaped(<divinerpg:eden_soul>*64,
[[<divinerpg:eden_soul>, <divinerpg:eden_soul>, <divinerpg:eden_soul>],
[<divinerpg:eden_soul>, <gendustry:honey_comb:14020>, <divinerpg:eden_soul>],
[<divinerpg:eden_soul>, <divinerpg:eden_soul>, <divinerpg:eden_soul>]]);
recipes.addShaped(<divinerpg:wildwood_soul>*64,
[[<divinerpg:wildwood_soul>, <divinerpg:wildwood_soul>, <divinerpg:wildwood_soul>],
[<divinerpg:wildwood_soul>, <gendustry:honey_comb:14020>, <divinerpg:wildwood_soul>],
[<divinerpg:wildwood_soul>, <divinerpg:wildwood_soul>, <divinerpg:wildwood_soul>]]);
recipes.addShaped(<divinerpg:apalachia_soul>*64,
[[<divinerpg:apalachia_soul>, <divinerpg:apalachia_soul>, <divinerpg:apalachia_soul>],
[<divinerpg:apalachia_soul>, <gendustry:honey_comb:14020>, <divinerpg:apalachia_soul>],
[<divinerpg:apalachia_soul>, <divinerpg:apalachia_soul>, <divinerpg:apalachia_soul>]]);
recipes.addShaped(<divinerpg:skythern_soul>*64,
[[<divinerpg:skythern_soul>, <divinerpg:skythern_soul>, <divinerpg:skythern_soul>],
[<divinerpg:skythern_soul>, <gendustry:honey_comb:14020>, <divinerpg:skythern_soul>],
[<divinerpg:skythern_soul>, <divinerpg:skythern_soul>, <divinerpg:skythern_soul>]]);
recipes.addShaped(<divinerpg:mortum_soul>*64,
[[<divinerpg:mortum_soul>, <divinerpg:mortum_soul>, <divinerpg:mortum_soul>],
[<divinerpg:mortum_soul>, <gendustry:honey_comb:14020>, <divinerpg:mortum_soul>],
[<divinerpg:mortum_soul>, <divinerpg:mortum_soul>, <divinerpg:mortum_soul>]]);
mods.thermalexpansion.Centrifuge.addRecipe([(<twilightforest:cube_talisman>*20) % 90, (<contenttweaker:harbinger_crystal>*20) % 90, (<divinerpg:crab_claw>*64) % 90], <gendustry:honey_comb:14021>, null, 2000);
recipes.addShaped(<minecraft:wheat_seeds>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "vanilla:wheat_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <minecraft:wheat_seeds>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
recipes.addShaped(<minecraft:pumpkin_seeds>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "vanilla:pumpkin_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <minecraft:pumpkin_seeds>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
recipes.addShaped(<minecraft:melon_seeds>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "vanilla:melon_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <minecraft:melon_seeds>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
recipes.addShaped(<actuallyadditions:item_coffee_seed>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "actuallyadditions:coffee_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <actuallyadditions:item_coffee_seed>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
recipes.addShaped(<actuallyadditions:item_rice_seed>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "actuallyadditions:rice_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <actuallyadditions:item_rice_seed>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
recipes.addShaped(<actuallyadditions:item_flax_seed>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "actuallyadditions:flax_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <actuallyadditions:item_flax_seed>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
recipes.addShaped(<natura:overworld_seeds:0>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "natura:barley_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <natura:overworld_seeds:0>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
recipes.addShaped(<natura:overworld_seeds:1>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "natura:cotton_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <natura:overworld_seeds:1>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
recipes.addShaped(<immersiveengineering:seed:0>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "immersiveengineering:hemp_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <immersiveengineering:seed:0>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
recipes.addShaped(<actuallyadditions:item_canola_seed>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "actuallyadditions:canola_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <actuallyadditions:item_canola_seed>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
recipes.addShaped(<aoa3:holly_top_seeds>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "actuallyadditions:canola_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <aoa3:holly_top_seeds>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
mods.forestry.Squeezer.addRecipe(<fluid:hot_spring_water>*1000,
[<gendustry:honey_comb:13331>], 30);
mods.nuclearcraft.melter.addRecipe([<gendustry:honey_comb:13331>, <fluid:hot_spring_water>*1000]);
mods.thermalexpansion.Transposer.addExtractRecipe(<fluid:hot_spring_water>*1000, <gendustry:honey_comb:13331>, 1000);
mods.thermalexpansion.Centrifuge.addRecipe([(<gendustry:honey_drop:13337>) % 99, (<forestry:beeswax>) % 90], <gendustry:honey_comb:13337>, null, 2000);
recipes.addShaped(<tconstruct:materials:50>,
[[<gendustry:honey_comb:14023>, <tconstruct:large_plate>.withTag({Material: "xu_evil_metal"}), <gendustry:honey_comb:14023>],
[<tconstruct:large_plate>.withTag({Material: "xu_evil_metal"}), <minecraft:skull:*>, <tconstruct:large_plate>.withTag({Material: "xu_evil_metal"})],
[<gendustry:honey_comb:14023>, <tconstruct:large_plate>.withTag({Material: "xu_evil_metal"}), <gendustry:honey_comb:14023>]]);
recipes.addShaped(<thermalfoundation:upgrade:35>*4,
[[<gendustry:honey_comb:14024>, <ore:ingotEnderium>, <gendustry:honey_comb:14024>],
[<ore:ingotEnderium>, <ore:gearLumium>, <ore:ingotEnderium>],
[<gendustry:honey_comb:14024>, <ore:ingotEnderium>, <gendustry:honey_comb:14024>]]);
recipes.addShaped(<nuclearcraft:upgrade:0>*16,
[[<ore:gemLapis>, <ore:dustRedstone>, <ore:gemLapis>],
[<ore:dustRedstone>, <gendustry:honey_comb:14025>, <ore:dustRedstone>],
[<ore:gemLapis>, <ore:dustRedstone>, <ore:gemLapis>]]);
recipes.addShaped(<nuclearcraft:upgrade:1>*16,
[[<ore:dustObsidian>, <ore:dustQuartz>, <ore:dustObsidian>],
[<ore:dustQuartz>, <gendustry:honey_comb:14025>, <ore:dustQuartz>],
[<ore:dustObsidian>, <ore:dustQuartz>, <ore:dustObsidian>]]);
recipes.addShapeless(<enderio:item_alloy_endergy_ball:2>,
[<divinerpg:serenade_striker>.reuse(),
<gendustry:honey_comb:14026>]);
mods.nuclearcraft.melter.addRecipe([<gendustry:honey_comb:14027>, <fluid:fluorine>*2000]);
mods.nuclearcraft.melter.addRecipe([<gendustry:honey_comb:14028>, <fluid:helium>*1000]);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:chilled_helium_comb>, <fluid:liquidhelium>*1000]);
recipes.addShapeless(<contenttweaker:chilled_helium_comb>,
[<gendustry:honey_comb:14028>,
<aoa3:ice_crystal>]);
recipes.addShaped(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidhelium", Amount: 1000}}),
[[null, <ore:ingotTin>, null],
[<ore:ingotTin>, <gendustry:honey_comb:14028>, <ore:ingotTin>],
[null, <ore:ingotTin>, null]]);
recipes.addShaped(<contenttweaker:lively_tree_callstone>,
[[<contenttweaker:infinity_egg>, <tardis:gallifreyan_stone>, <contenttweaker:infinity_egg>],
[<tardis:gallifreyan_stone>, <contenttweaker:everburning_seed>, <tardis:gallifreyan_stone>],
[<contenttweaker:infinity_egg>, <tardis:gallifreyan_stone>, <contenttweaker:infinity_egg>]]);
recipes.addShaped(<deepmoblearning:data_model_sunstorm>.withTag({tier: 4, totalKillCount: 1300, dataCount: 0}),
[[<gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>],
[<gendustry:honey_comb:14018>, <deepmoblearning:data_model_sunstorm>, <gendustry:honey_comb:14018>],
[<gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>]]);
recipes.addShaped(<deepmoblearning:data_model_termasect>.withTag({tier: 4, totalKillCount: 1300, dataCount: 0}),
[[<gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>],
[<gendustry:honey_comb:14018>, <deepmoblearning:data_model_termasect>, <gendustry:honey_comb:14018>],
[<gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>]]);
recipes.addShaped(<deepmoblearning:data_model_eternalarcher>.withTag({tier: 4, totalKillCount: 1300, dataCount: 0}),
[[<gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>],
[<gendustry:honey_comb:14018>, <deepmoblearning:data_model_eternalarcher>, <gendustry:honey_comb:14018>],
[<gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>]]);
recipes.addShaped(<deepmoblearning:data_model_experiencedcori>.withTag({tier: 4, totalKillCount: 1300, dataCount: 0}),
[[<gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>],
[<gendustry:honey_comb:14018>, <deepmoblearning:data_model_experiencedcori>, <gendustry:honey_comb:14018>],
[<gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>]]);
recipes.addShaped(<deepmoblearning:data_model_beastsofmortum>.withTag({tier: 4, totalKillCount: 1300, dataCount: 0}),
[[<gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>],
[<gendustry:honey_comb:14018>, <deepmoblearning:data_model_beastsofmortum>, <gendustry:honey_comb:14018>],
[<gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>, <gendustry:honey_comb:14018>]]);