fix commit

This commit is contained in:
sainagh
2026-07-25 16:20:42 -05:00
parent 9396611ce0
commit c6df59caf7
3226 changed files with 209810 additions and 0 deletions
+130
View File
@@ -0,0 +1,130 @@
mods.jei.JEI.addDescription(<appliedenergistics2:energy_acceptor>,["Accepts power for a ME network, networks without a ME Controller have 8 channels."]);
mods.jei.JEI.addDescription(<appliedenergistics2:controller>,["Upgrade to energy acceptor for bigger networks, Each face provides 32 channels.","","Multiple controllers can be used for even more channels however; All controllers must be connected, The volume of the controller must be within 7x7x7 and no controller can have more that one axis with controllers on both sides."]);
mods.jei.JEI.addDescription(<appliedenergistics2:drive>,["Stores 10 ME Storage Cells"]);
mods.jei.JEI.addDescription(<extracells:hardmedrive>,["Stores 3 ME Storage Cells"]);
mods.jei.JEI.addDescription(<extracells:part.base:7>,["Stores 6 ME Storage Cells per face","","You can fit 5 around a cable for triple the density of regular drives"]);
mods.jei.JEI.addDescription(<appliedenergistics2:chest>,["Stores a single ME Storage Cell, but also has a terminal for that single cell"]);
mods.jei.JEI.addDescription(<appliedenergistics2:io_port>,["Used to quickly move items in and out of cells"]);
mods.jei.JEI.addDescription(<appliedenergistics2:security_station>,["Protects your ME system from other players and lets you bind wireless terminals to your network.","","Biometric Cards can be used to give others permissions, whoever placed the terminal is the owner and connect have their permissions changed."]);
mods.jei.JEI.addDescription(<appliedenergistics2:storage_cell_1k>,["Stores items, place in a ME Drive or ME Chest.","","Stores between 64 to 128 stacks, depending on how many item types are used."]);
mods.jei.JEI.addDescription(<appliedenergistics2:storage_cell_4k>,["Stores items, place in a ME Drive or ME Chest.","","Stores between 256 to 512 stacks, depending on how many item types are used."]);
mods.jei.JEI.addDescription(<appliedenergistics2:storage_cell_16k>,["Stores items, place in a ME Drive or ME Chest.","","Stores between 1024 to 2048 stacks, depending on how many item types are used."]);
mods.jei.JEI.addDescription(<appliedenergistics2:storage_cell_64k>,["Stores items, place in a ME Drive or ME Chest.","","Stores between 4096 to 8192 stacks, depending on how many item types are used."]);
mods.jei.JEI.addDescription(<nae2:storage_cell_256k>,["Stores items, place in a ME Drive or ME Chest.","","Stores between 16k to 32k stacks, depending on how many item types are used."]);
mods.jei.JEI.addDescription(<nae2:storage_cell_1024k>,["Stores items, place in a ME Drive or ME Chest.","","Stores between 64k to 128k stacks, depending on how many item types are used."]);
mods.jei.JEI.addDescription(<nae2:storage_cell_4096k>,["Stores items, place in a ME Drive or ME Chest.","","Stores between 256k to 512k stacks, depending on how many item types are used."]);
mods.jei.JEI.addDescription(<nae2:storage_cell_16384k>,["Stores items, place in a ME Drive or ME Chest.","","Stores between 1024k to 2048k stacks, depending on how many item types are used."]);
mods.jei.JEI.addDescription([<appliedenergistics2:crafting_unit>],["Base block used to form a Crafting CPU, does nothing but is used to craft all the blocks for the Crafting CPU.","","The Crafting CPU must be a solid cuboid within 17x17x17"]);
mods.jei.JEI.addDescription([<appliedenergistics2:crafting_storage_1k>,<appliedenergistics2:crafting_storage_4k>,<appliedenergistics2:crafting_storage_16k>,<appliedenergistics2:crafting_storage_64k>,<nae2:storage_crafting_256k>,<nae2:storage_crafting_1024k>,<nae2:storage_crafting_4096k>,<nae2:storage_crafting_16384k>],["Used to add storage for crafting larger crafts will need more storage.","","The Crafting CPU must be a solid cuboid within 17x17x17"]);
mods.jei.JEI.addDescription(<appliedenergistics2:crafting_monitor>,["Shows what job the Crafting CPU is currently doing and how many it has remaining to make.","","The Crafting CPU must be a solid cuboid within 17x17x17"]);
mods.jei.JEI.addDescription([<appliedenergistics2:crafting_accelerator>, <nae2:coprocessor_4x>, <nae2:coprocessor_16x>, <nae2:coprocessor_64x>],["Allows the Crafting CPU to parallelise crafting jobs for increased speed, only has an effect if the ME system can split the job i.e. multiple patterns/assemblers.","","The Crafting CPU must be a solid cuboid within 17x17x17"]);
mods.jei.JEI.addDescription(<appliedenergistics2:cell_workbench>,["Lets you partition cells to only allow certain items inside them."]);
mods.jei.JEI.addDescription(<appliedenergistics2:view_cell>,["Can be partitioned inside a Cell Workbench then placed in a terminal to filter what items are shown, does not remove the items from the system it just hides them."]);
mods.jei.JEI.addDescription(<appliedenergistics2:material:26>,["Allows compatible devices to be turned on and off with redstone or activate on a redstone pulse."]);
mods.jei.JEI.addDescription(<appliedenergistics2:material:27>,["Increases amount of slots for configuring items on compatible devices."]);
mods.jei.JEI.addDescription(<appliedenergistics2:material:29>,["Adds damage filtering/ignoring to compatible devices."]);
mods.jei.JEI.addDescription(<appliedenergistics2:material:30>,["Increases speed of compatible devices."]);
mods.jei.JEI.addDescription(<appliedenergistics2:material:31>,["Inverts behaviour on compatible devices from a whitelist to a blacklist."]);
mods.jei.JEI.addDescription(<appliedenergistics2:material:53>,["Allows compatible devices to request items to be autocrafted."]);
mods.jei.JEI.addDescription(<appliedenergistics2:material:58>,["Adds more slots for patterns."]);
mods.jei.JEI.addDescription(<appliedenergistics2:material:59>,["When placed in a ME Quantum Bridge gives wireless terminals infinite range."]);
mods.jei.JEI.addDescription(<appliedenergistics2:material:60>,["Adds a medium range magnet (~6 blocks) to a wireless terminal, can be filtered in a Cell Workbench."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:140>,["Crafting Component for better cables, also can be placed on a cable to allow it to share power but not data with another cable."]);
mods.jei.JEI.addDescription([<appliedenergistics2:part:16>,<appliedenergistics2:part:36>],["Basic cable, connects to any colour cable."]);
mods.jei.JEI.addDescription([<appliedenergistics2:part:0>,<appliedenergistics2:part:1>,<appliedenergistics2:part:2>,<appliedenergistics2:part:3>,<appliedenergistics2:part:4>,<appliedenergistics2:part:5>,<appliedenergistics2:part:7>,<appliedenergistics2:part:8>,<appliedenergistics2:part:9>,<appliedenergistics2:part:10>,<appliedenergistics2:part:11>,<appliedenergistics2:part:12>,<appliedenergistics2:part:13>,<appliedenergistics2:part:14>,<appliedenergistics2:part:15>,<appliedenergistics2:part:20>,<appliedenergistics2:part:21>,<appliedenergistics2:part:22>,<appliedenergistics2:part:23>,<appliedenergistics2:part:24>,<appliedenergistics2:part:25>,<appliedenergistics2:part:26>,<appliedenergistics2:part:27>,<appliedenergistics2:part:28>,<appliedenergistics2:part:29>,<appliedenergistics2:part:30>,<appliedenergistics2:part:31>,<appliedenergistics2:part:32>,<appliedenergistics2:part:33>,<appliedenergistics2:part:34>,<appliedenergistics2:part:35>],["Coloured cable, only connects to cables of same colour."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:56>,["Smart cable, connects to any colour cable and shows how many channels are passing through it."]);
mods.jei.JEI.addDescription([<appliedenergistics2:part:40>,<appliedenergistics2:part:41>,<appliedenergistics2:part:42>,<appliedenergistics2:part:43>,<appliedenergistics2:part:44>,<appliedenergistics2:part:45>,<appliedenergistics2:part:46>,<appliedenergistics2:part:47>,<appliedenergistics2:part:48>,<appliedenergistics2:part:49>,<appliedenergistics2:part:50>,<appliedenergistics2:part:51>,<appliedenergistics2:part:52>,<appliedenergistics2:part:53>,<appliedenergistics2:part:54>,<appliedenergistics2:part:55>],["Smart coloured cable, only connects to cables of the same colour and shows how many channels are passing through it."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:516>,["Basic dense cable, connects to any colour and carries 32 channels."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:76>,["Smart dense cable, connects to any colour, carries 32 channels and, shows how many channels are passing through it."]);
mods.jei.JEI.addDescription([<appliedenergistics2:part:60>,<appliedenergistics2:part:61>,<appliedenergistics2:part:62>,<appliedenergistics2:part:63>,<appliedenergistics2:part:64>,<appliedenergistics2:part:65>,<appliedenergistics2:part:66>,<appliedenergistics2:part:67>,<appliedenergistics2:part:68>,<appliedenergistics2:part:69>,<appliedenergistics2:part:70>,<appliedenergistics2:part:71>,<appliedenergistics2:part:72>,<appliedenergistics2:part:73>,<appliedenergistics2:part:74>,<appliedenergistics2:part:75>],["Smart coloured dense cable, only connects to cables of the same colour, carries 32 channels and, shows how many channels are passing through it."]);mods.jei.JEI.addDescription(<appliedenergistics2:part:120>,["Can be placed on a cable to block connections on that side, used to craft facades with 4 anchors in a plus crafted around most blocks."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:80>,["Can be placed on a cable to give it redstone control, off by default."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:100>,["Can be placed on a cable to give it redstone control, on by default."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:240>,["Pulls items from the connected inventory into the ME system."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:260>,["Pushes items from the ME system to the connected inventory."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:220>,["Can connect any inventory to be treated as a part of the ME system."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:241>,["Pulls fluids from the connected tank into the ME system."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:261>,["Pushes fluids from the ME system to the connected tank."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:221>,["Can connect any tank to be treated as a part of the ME system."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:222>,["Like a ME Storage Bus but config is set using ore dictionary tags i.e. 'ore*' to store all ore tags that start with ore to store most ores."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:280>,["Emits a redstone signal when a given item is above or below a set limit, ME level maintainer is better for autocrafting when the items fall below this limit."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:281>,["Emits a redstone signal when a given fluid is above or below a set limit."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:300>,["Destroys the facing block if it can be stored in the ME system."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:301>,["Destroys the facing block if it can be stored in the ME system, but with silk touch."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:302>,["Will pickup facing fluids if it can be stored in the ME system."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:320>,["Places blocks that enter the ME system in the world.","","Does not export already stored items, make a subnet and send items into it to have them placed."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:321>,["Places fluids that enter the ME system in the world.","","Does not export already stored fluids, make a subnet and send fluid into it to have it placed."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:400>,["Can be given an item and will display how much of it is stored in the ME System."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:420>,["An upgraded Storage Monitor items can be taken out and inserted directly, right clicking with an empty hand will try to store the entire inventory."]);
mods.jei.JEI.addDescription(<appliedenergistics2:interface>,["Takes processing patterns for sending items to machines and can be set to stock its inventory from items in the ME System.","","Also sends any items it receives back into the ME system."]);
mods.jei.JEI.addDescription(<appliedenergistics2:fluid_interface>,["Can be set to keep its buffer full of fluids from the ME System."]);
mods.jei.JEI.addDescription(<appliedenergistics2:molecular_assembler>,["Crafts items, can be given a single pattern or interfaces can be placed adjacent."]);
mods.jei.JEI.addDescription(<extracells:fluidfiller>,["Teaches the ME System how to craft buckets from fluids stored in the ME System, crafts that use buckets like this return the bucket but the craft will still need enough buckets to fill all the fluids before it can start.","","Consider using AE2FluidCrafting before this."]);
mods.jei.JEI.addDescription(<extracells:part.base:10>,["Can be given a bucket of fluid and will display how much of it is stored in the ME System."]);
mods.jei.JEI.addDescription(<extracells:part.base:11>,["An upgraded Fluid Storage Monitor fluids can be taken out and inserted directly."]);
mods.jei.JEI.addDescription(<extracells:part.base:12>,["Exports items from the ME system into the facing block using ore dictionary tags, i.e. 'ore*' would export all ores."]);
mods.jei.JEI.addDescription(<appliedenergistics2:quartz_growth_accelerator>,["Makes adjacent water growth pure seeds faster, up to 6 can be placed around water."]);
mods.jei.JEI.addDescription(<ae2stuff:grower>,["Grows pure seeds very fast and can make fluix without water."]);
mods.jei.JEI.addDescription(<threng:machine:3>,["Lazy ae2 interface, only holds 9 patterns but has very high throughput"]);
mods.jei.JEI.addDescription(<threng:machine:4>,["Better version of level emitter, can restock 5 items."]);
mods.jei.JEI.addDescription(<threng:machine:5>,["Better version of charger, doesnt accept ae2 power, but is very fast."]);
mods.jei.JEI.addDescription([<threng:big_assembler:0>,<threng:big_assembler:1>,<threng:big_assembler:2>],["Used for the Mass Assembly Chamber, a ludicrously fast alternative to molecular assemblers.","","Made with edges from Mass Assembler Frames, faces from Mass Assembler Vents, and 1 Mass Assembler Controller in place of any vent.","","The Insides are filled with either MA Pattern Providers or MA Crafting Coprocessors, at least 1 Pattern Provider is needed.","","Right click the controller to form, max volume is 512 blocks."]);
mods.jei.JEI.addDescription(<threng:big_assembler:3>,["Provides 36 patterns for the Mass Assembly Chamber."]);
mods.jei.JEI.addDescription(<threng:big_assembler:4>,["Increases the speed of the Mass Assembly Chamber."]);
mods.jei.JEI.addDescription(<threng:big_assembler:5>,["Optional feature for the Mass Assembly Chamber, allows the patterns inside the chamber to be accessed."]);
mods.jei.JEI.addDescription(<thaumicenergistics:arcane_assembler>,["Autocrafts Thaumcraft recipes, use the Arcane Autoworkbench instead."]);
mods.jei.JEI.addDescription(<thaumicenergistics:arcane_terminal>,["Like a regular crafting table but can craft Thaumcraft recipes."]);
mods.jei.JEI.addDescription(<thaumicenergistics:arcane_inscriber>,["Used to make 'patterns' for the Arcane Assembler"]);
mods.jei.JEI.addDescription(<thaumicenergistics:essentia_terminal>,["Terminal for storing and retrieving essentia"]);
mods.jei.JEI.addDescription(<thaumicenergistics:essentia_import>,["Pulls essentia from the connected container into the ME system."]);
mods.jei.JEI.addDescription(<thaumicenergistics:essentia_export>,["Pushes essentia from the ME system to the connected container."]);
mods.jei.JEI.addDescription(<thaumicenergistics:essentia_storage>,["Lets the ME system treat a jar or container as a part of the system."]);
mods.jei.JEI.addDescription(<thaumicenergistics:essentia_cell_1k>,["Stores essentia in cell form, stores ~8k essentia"]);
mods.jei.JEI.addDescription(<thaumicenergistics:essentia_cell_4k>,["Stores essentia in cell form, stores ~32k essentia"]);
mods.jei.JEI.addDescription(<thaumicenergistics:essentia_cell_16k>,["Stores essentia in cell form, stores ~128k essentia"]);
mods.jei.JEI.addDescription(<thaumicenergistics:essentia_cell_64k>,["Stores essentia in cell form, stores ~512k essentia"]);
mods.jei.JEI.addDescription(<extracells:fluidcrafter>,["Can craft recipes that use buckets using fluid stored in the ME system using stored fluid instead of a bucket."]);
mods.jei.JEI.addDescription(<ae2fc:fluid_assembler>,["Can craft recipes that use buckets using fluid stored in the ME system using stored fluid instead of a bucket, needs a ME Fluid Discretizer to craft fake fluid."]);
mods.jei.JEI.addDescription(<ae2fc:fluid_pattern_encoder>,["Block version of fluid pattern terminal"]);
mods.jei.JEI.addDescription(<appliedenergistics2:inscriber>,["Crafts processors, the face in which items are inserted matters."]);
mods.jei.JEI.addDescription(<ae2stuff:inscriber>,["Crafts processors faster, the face in which items are inserted does not matter."]);
mods.jei.JEI.addDescription(<ae2fc:fluid_discretizer>,["Allows easier fluid crafting by letting fluid be converted into droplet items during crafting, DO NOT make more than 1 on a ME system."]);
mods.jei.JEI.addDescription(<ae2fc:fluid_packet_decoder>,["Converts droplets back into fluid in case you manage to stuck with some. This lets you set up automations where you can treat fluid drops as items."]);
mods.jei.JEI.addDescription(<ae2fc:ingredient_buffer>,["A buffer block that is both a chest and tank, has 4x 16b tanks and 9 slots"]);
mods.jei.JEI.addDescription(<ae2fc:large_ingredient_buffer>,["A buffer block that is both a chest and tank, has 7x 16b tanks and 27 slots"]);
mods.jei.JEI.addDescription(<ae2fc:burette>,["Can be used to fill a tank with a precise amount of fluid, not needed due to decent JEI integration."]);
mods.jei.JEI.addDescription(<ae2fc:dual_interface>,["A Interface and Fluid Interface in one block."]);
mods.jei.JEI.addDescription(<ae2fc:fluid_level_maintainer>,["Better version of fluid level emitter, can maintain 5 fluids."]);
mods.jei.JEI.addDescription(<appliedenergistics2:fluid_storage_cell_1k>,["Stores fluid in cell form, stores ~8k buckets."]);
mods.jei.JEI.addDescription(<appliedenergistics2:fluid_storage_cell_4k>,["Stores fluid in cell form, stores ~32k buckets."]);
mods.jei.JEI.addDescription(<appliedenergistics2:fluid_storage_cell_16k>,["Stores fluid in cell form, stores ~128k buckets."]);
mods.jei.JEI.addDescription(<appliedenergistics2:fluid_storage_cell_64k>,["Stores fluid in cell form, stores ~512k buckets."]);
mods.jei.JEI.addDescription(<nae2:storage_cell_fluid_256k>,["Stores fluid in cell form, stores ~2048k buckets."]);
mods.jei.JEI.addDescription(<nae2:storage_cell_fluid_1024k>,["Stores fluid in cell form, stores ~8192k buckets."]);
mods.jei.JEI.addDescription(<nae2:storage_cell_fluid_4096k>,["Stores fluid in cell form, stores ~65536k buckets."]);
mods.jei.JEI.addDescription(<nae2:storage_cell_fluid_16384k>,["Stores fluid in cell form, stores ~262144k buckets."]);
mods.jei.JEI.addDescription(<ae2fc:part_fluid_pattern_terminal>,["Like a Pattern Terminal but can make patterns using fluids."]);
mods.jei.JEI.addDescription(<ae2fc:part_fluid_pattern_ex_terminal>,["Like a Fluid Pattern Terminal but can have up to 16 inputs and 6 outputs for more complex recipes."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:340>,["Used to make patterns, crafting patterns can be placed in interfaces touching molecular assemblers and processing patterns can be put in interfaces touching machines to automate them."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:341>,["Like a Pattern Terminal but can have up to 16 inputs and 6 outputs for more complex recipes."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:520>,["Like a standard terminal but for fluids.","","Can be used to fill some tanks and buckets from the ME system."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:380>,["Basic terminal used to store and retrieve items from the ME system."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:521>,["Like the ME Interface Terminal but shows the stocked item config rather than stored patterns."]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:522>,["Shows the stocked fluid config for fluid terminals."]);
mods.jei.JEI.addDescription([<appliedenergistics2:part:500>,<appliedenergistics2:part:501>,<appliedenergistics2:part:502>,<appliedenergistics2:part:503>,<appliedenergistics2:part:504>,<appliedenergistics2:part:505>,<appliedenergistics2:part:506>,<appliedenergistics2:part:507>,<appliedenergistics2:part:508>,<appliedenergistics2:part:509>,<appliedenergistics2:part:510>,<appliedenergistics2:part:511>,<appliedenergistics2:part:512>,<appliedenergistics2:part:513>,<appliedenergistics2:part:514>,<appliedenergistics2:part:515>],["Coloured dense cable, only connects to cables of the same colour."]);
mods.jei.JEI.addDescription([<appliedenergistics2:quantum_link>,
<appliedenergistics2:quantum_ring>],
["The quantum bridge is a multiblock that allows you to do two things: ",
"",
"Transfer 32 channels wirelessly over infinite distances and between dimensions.",
"Obtain a pair of entangled singularties and a pair of quantum bridges that you would like to connect. Place an entangled singularity in each quantum bridge to link them.",
"Both sides of the connection should have a power input, either from the Controller or from an Energy Acceptor, and both should have at least one Energy Cell.",
"You can use these to run p2p subnets, but they may misbehave depending on the complexity of your subnet.",
"",
"Infinitely expand the range of your wireless terminals.",
"Connect a quantum bridge to the network which you would like to access wirelessly. Insert the quantum link card into the quantum bridge. Note that this will prevent you from inserting an entangled singularity because a quantum bridge can only have one function at a time. This also replaces the need for a wireless access point."]);
mods.jei.JEI.addDescription([<nae2:part:0>],
["The Beam Former allows to connect two sections of ME cables at a short distance (32 blocks in a straight line).",
"",
"A beam will form between Formers if a path is available between them. The beam can pass through transparent blocks, including other ME cables."]);
+1068
View File
File diff suppressed because it is too large Load Diff
+495
View File
@@ -0,0 +1,495 @@
import scripts.enchantwrapper.EnchantWrapper.SuperEnchantedItem;
recipes.removeShaped(<aoa3:baron_sword>);
recipes.addShaped(<aoa3:baron_sword>,
[[null, <contenttweaker:barathosynium_ingot>, null],
[null, <contenttweaker:barathosynium_ingot>, null],
[<contenttweaker:hive_king_tendril>, <ore:stickWood>, <contenttweaker:hive_king_tendril>]]);
recipes.removeShaped(<aoa3:supremacy_sword>);
recipes.addShaped(<aoa3:supremacy_sword>,
[[null, <aoa3:sharp_claw>, null],
[null, <minecraft:iron_ingot>, null],
[<forge:bucketfilled>.withTag({FluidName: "essence_of_ilarity", Amount: 1000}), <ore:stickWood>, <aoa3:confetti_pile>]]);
recipes.addShaped(<contenttweaker:call_of_the_berserker>,
[[<twilightforest:ironwood_raw>, <twilightforest:minotaur_axe_gold>, <twilightforest:ironwood_raw>],
[<twilightforest:minotaur_axe_gold>, <contenttweaker:berserker_steel_ingot>, <twilightforest:minotaur_axe_gold>],
[<twilightforest:ironwood_raw>, <twilightforest:minotaur_axe_gold>, <twilightforest:ironwood_raw>]]);
recipes.addShaped(<contenttweaker:holy_sludge_callstone>,
[[<aether_legacy:holystone>, <contenttweaker:recursive_meatball>, <aether_legacy:holystone>],
[<contenttweaker:recursive_meatball>, <contenttweaker:holy_sludge_crystal>, <contenttweaker:recursive_meatball>],
[<aether_legacy:holystone>, <contenttweaker:recursive_meatball>, <aether_legacy:holystone>]]);
val holyshimmersword = <contenttweaker:holyshimmer_sword>.withTag({HideFlags:2,AttributeModifiers:[{UUIDMost: 121000 as long, UUIDLeast: 120000 as long,Slot: "mainhand",AttributeName: "generic.attackDamage", Operation: 0, Name: "generic.attackDamage",Amount: 80},{UUIDMost: 121001 as long, UUIDLeast: 120001 as long ,Amount: 1.2 ,Slot: "mainhand", AttributeName: "generic.attackSpeed",Operation: 0, Name: "generic.attackSpeed"}]});
recipes.addShaped(holyshimmersword,
[[null, <aoa3:crystallite_block>, null],
[null, <aoa3:crystallite_block>, null],
[<contenttweaker:holy_shimmer>, <tconstruct:tool_rod>.withTag({Material: "rosidian"}), <contenttweaker:holy_shimmer>]]);
recipes.addShaped(<contenttweaker:forsaken_priests_callstone>,
[[<contenttweaker:runandium_ingot>, <draconicevolution:chaos_shard:0>, <contenttweaker:runandium_ingot>],
[<draconicevolution:draconium_block:1>, <aoa3:crystallite_block>, <draconicevolution:draconium_block:1>],
[<contenttweaker:runandium_ingot>, <draconicevolution:chaos_shard:0>, <contenttweaker:runandium_ingot>]]);
recipes.addShaped(<contenttweaker:strange_opalescent_stone>,
[[null, <contenttweaker:standard_of_the_love>, null],
[null, <contenttweaker:resonating_stone>, null],
[<contenttweaker:standard_of_the_lover>, null, <contenttweaker:standard_of_the_loved>]]);
recipes.addShaped(<contenttweaker:strange_opalescent_stick>,
[[<contenttweaker:strange_opalescent_stone>],
[<contenttweaker:strange_opalescent_stone>]]);
recipes.addShaped(<aoa3:runic_sword>,
[[<contenttweaker:runandium_ingot>],
[<contenttweaker:runandium_ingot>],
[<contenttweaker:strange_opalescent_stick>]]);
scripts.PuzzleUtil.addPuzzleShapeless("dupestandardlover",<contenttweaker:standard_of_the_lover>*4,
[<contenttweaker:standard_of_the_lover>,
<aoa3:fire_rune>,
<aoa3:wither_rune>,
<aoa3:strike_rune>,
<aoa3:distortion_rune>,
<aoa3:compass_rune>,
<aoa3:storm_rune>,
<aoa3:poison_rune>,
<aoa3:kinetic_rune>]);
scripts.PuzzleUtil.addPuzzleShapeless("dupestandardloved",<contenttweaker:standard_of_the_loved>*4,
[<contenttweaker:standard_of_the_loved>,
<aoa3:fire_rune>,
<aoa3:wither_rune>,
<aoa3:strike_rune>,
<aoa3:distortion_rune>,
<aoa3:compass_rune>,
<aoa3:storm_rune>,
<aoa3:poison_rune>,
<aoa3:kinetic_rune>]);
scripts.PuzzleUtil.addPuzzleShapeless("dupestandardlove",<contenttweaker:standard_of_the_love>*4,
[<contenttweaker:standard_of_the_love>,
<aoa3:fire_rune>,
<aoa3:wither_rune>,
<aoa3:strike_rune>,
<aoa3:distortion_rune>,
<aoa3:compass_rune>,
<aoa3:storm_rune>,
<aoa3:poison_rune>,
<aoa3:kinetic_rune>]);
recipes.addShaped(<aoa3:coralstorm_sword>,
[[null, <aoa3:coral_stone>, null],
[null, <aoa3:coral_stone>, null],
[<aoa3:hydro_stone>, <ore:stickChalcedony>, <aoa3:hydro_stone>]]);
recipes.removeShaped(<aoa3:shadow_sword>);
recipes.addShaped(<aoa3:shadow_sword>,
[[null, <contenttweaker:pure_shadow_bar>, null],
[null, <contenttweaker:pure_shadow_bar>, null],
[<contenttweaker:enhanced_chaos_shard>, <ore:stickWood>, <contenttweaker:enhanced_chaos_shard>]]);
recipes.addShaped(<contenttweaker:summons_to_the_army_of_darkness>,
[[<contenttweaker:immortal_bone_dust>, <contenttweaker:ghoul_spirit>, <contenttweaker:immortal_bone_dust>],
[<contenttweaker:hard_bone>, <contenttweaker:corrupted_aragonite>, <contenttweaker:hard_bone>],
[<contenttweaker:immortal_bone_dust>, <contenttweaker:bane_tusk>, <contenttweaker:immortal_bone_dust>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:nightmare_chain>,
[[null, null, <contenttweaker:nightmare_steel_shard>, <contenttweaker:nightmare_steel_shard>, <contenttweaker:nightmare_steel_shard>, null, null],
[null, <contenttweaker:nightmare_steel_shard>, <aoa3:gold_spring>, <aoa3:gold_spring>, <aoa3:gold_spring>, <contenttweaker:nightmare_steel_shard>, null],
[<contenttweaker:nightmare_steel_shard>, <aoa3:gold_spring>, <aoa3:gold_spring>, <aoa3:magnet_shard>, <aoa3:gold_spring>, <aoa3:gold_spring>, <contenttweaker:nightmare_steel_shard>],
[<contenttweaker:nightmare_steel_shard>, <aoa3:gold_spring>, <aoa3:magnet_shard>, <aoa3:mecha_gear>, <aoa3:magnet_shard>, <aoa3:gold_spring>, <contenttweaker:nightmare_steel_shard>],
[<contenttweaker:nightmare_steel_shard>, <aoa3:gold_spring>, <aoa3:gold_spring>, <aoa3:magnet_shard>, <aoa3:gold_spring>, <aoa3:gold_spring>, <contenttweaker:nightmare_steel_shard>],
[null, <contenttweaker:nightmare_steel_shard>, <aoa3:gold_spring>, <aoa3:gold_spring>, <aoa3:gold_spring>, <contenttweaker:nightmare_steel_shard>, null],
[null, null, <contenttweaker:nightmare_steel_shard>, <contenttweaker:nightmare_steel_shard>, <contenttweaker:nightmare_steel_shard>, null, null]]);
recipes.addShaped(<aoa3:chainsaw>,
[[<contenttweaker:nightmare_chain>, <contenttweaker:nightmare_chain>, <aoa3:power_core>],
[null, null, <tconstruct:tough_tool_rod>.withTag({Material: "lyon"})]]);
recipes.removeShaped(<aoa3:lights_way>);
recipes.addShaped(<aoa3:lights_way>,
[[<contenttweaker:stone_of_the_shyre_warden>, <aoa3:shyregem_block>, <contenttweaker:stone_of_the_shyre_warden>],
[<contenttweaker:shyre_chunk>, <aoa3:shyrestone_block>, <contenttweaker:shyre_chunk>],
[null, <ore:stickWood>, null]]);
recipes.addShaped(<aoa3:dart_gun>,
[[<aoa3:amphibiyte_lung>, <contenttweaker:alchemical_mushroom>, <aoa3:amphibiyte_lung>],
[<biomesoplenty:bamboo>, <biomesoplenty:bamboo>, <biomesoplenty:bamboo>],
[<aoa3:amphibiyte_lung>, <contenttweaker:alchemical_mushroom>, <aoa3:amphibiyte_lung>]]);
recipes.addShaped(<aoa3:flaming_fury>,
[[<avaritia:resource:2>, <minecraft:shulker_shell>, <avaritia:resource:2>],
[<draconicevolution:dragon_heart>, <aoa3:gun_frame>, <draconicevolution:dragon_heart>],
[<avaritia:resource:2>, <minecraft:shulker_shell>, <avaritia:resource:2>]]);
recipes.addShaped(<aoa3:nethengeic_slugger>,
[[<aoa3:flammable_dust>, <contenttweaker:king_bambambam_pelvis>, <aoa3:flammable_dust>],
[<divinerpg:fury_fire>, <aoa3:gun_frame>, <divinerpg:fury_fire>],
[<aoa3:flammable_dust>, <contenttweaker:nethengeic_bone>, <aoa3:flammable_dust>]]);
recipes.addShaped(<aoa3:withers_wrath>,
[[<extendedcrafting:storage:2>, <aoa3:wither_rune>, <extendedcrafting:storage:2>],
[<contenttweaker:medallion_of_undead_repellence>, <aoa3:blaster_frame>, <contenttweaker:medallion_of_undead_repellence>],
[<extendedcrafting:storage:2>, <aoa3:wither_rune>, <extendedcrafting:storage:2>]]);
recipes.addShapeless(<aoa3:tipped_holly_arrow>.withTag({Potion: "cohfcore:wither6+"})*7,
[<contenttweaker:pharos_imbuement>,
<iceandfire:witherbone>,
<aoa3:holly_arrow>,
<aoa3:holly_arrow>,
<aoa3:holly_arrow>,
<aoa3:holly_arrow>,
<aoa3:holly_arrow>,
<aoa3:holly_arrow>,
<aoa3:holly_arrow>]);
recipes.addShaped(<aoa3:boulder_bomber>,
[[<aoa3:dense_rock>, <contenttweaker:deep_metamorphic_rock>, <aoa3:dense_rock>],
[<contenttweaker:kror_sediment>, <aoa3:cannon_frame>, <contenttweaker:kror_sediment>],
[<aoa3:dense_rock>, <contenttweaker:deep_metamorphic_rock>, <aoa3:dense_rock>]]);
var ferranumseed = <agricraft:agri_seed>.withTag({agri_analyzed: 0 as byte, agri_strength: 1 as byte, agri_gain: 1 as byte, agri_seed: "resource:ferranium_plant", agri_growth: 1 as byte});
recipes.addShaped(<aoa3:gardener>,
[[<aoa3:holly_top_seeds>, ferranumseed, <aoa3:holly_top_seeds>],
[ferranumseed, <aoa3:gun_frame>, ferranumseed],
[<aoa3:holly_top_seeds>, <contenttweaker:bloodhunter_droplet>, <aoa3:holly_top_seeds>]]);
recipes.addShaped(<aoa3:overshot>,
[[<aoa3:armour_plating>, <contenttweaker:lyonite_plate>, <aoa3:armour_plating>],
[<contenttweaker:mechbot_cpu>, <aoa3:gun_frame>, <contenttweaker:mechbot_cpu>],
[<aoa3:armour_plating>, <contenttweaker:rosidian_ingot>, <aoa3:armour_plating>]]);
recipes.addShaped(<aoa3:cyclone>,
[[<aoa3:armour_plating>, <contenttweaker:vial_of_ilarity>, <aoa3:armour_plating>],
[<contenttweaker:naquadah_chunk>, <aoa3:gun_frame>, <contenttweaker:naquadah_chunk>],
[<aoa3:armour_plating>, <contenttweaker:empowered_apothecary_stone>, <aoa3:armour_plating>]]);
recipes.addShaped(<aoa3:dragilator>,
[[<draconicevolution:dragon_heart>, <contenttweaker:fragment_of_creation>, <draconicevolution:dragon_heart>],
[<contenttweaker:stormlight_fragment>, <aoa3:gun_frame>, <contenttweaker:stormlight_fragment>],
[<draconicevolution:dragon_heart>, <aoa3:mega_rune_fragment_red>, <draconicevolution:dragon_heart>]]);
recipes.addShaped(<aoa3:frosticator>,
[[<draconicevolution:dragon_heart>, <contenttweaker:fragment_of_creation>, <draconicevolution:dragon_heart>],
[<contenttweaker:stormlight_fragment>, <aoa3:gun_frame>, <contenttweaker:stormlight_fragment>],
[<draconicevolution:dragon_heart>, <aoa3:mega_rune_fragment_blue>, <draconicevolution:dragon_heart>]]);
recipes.addShaped(<aoa3:electinator>,
[[<draconicevolution:dragon_heart>, <contenttweaker:fragment_of_creation>, <draconicevolution:dragon_heart>],
[<contenttweaker:stormlight_fragment>, <aoa3:gun_frame>, <contenttweaker:stormlight_fragment>],
[<draconicevolution:dragon_heart>, <aoa3:mega_rune_fragment_yellow>, <draconicevolution:dragon_heart>]]);
recipes.addShaped(<aoa3:germinator>,
[[<draconicevolution:dragon_heart>, <contenttweaker:fragment_of_creation>, <draconicevolution:dragon_heart>],
[<contenttweaker:stormlight_fragment>, <aoa3:gun_frame>, <contenttweaker:stormlight_fragment>],
[<draconicevolution:dragon_heart>, <aoa3:mega_rune_fragment_green>, <draconicevolution:dragon_heart>]]);
recipes.addShaped(<aoa3:coral_clogger>,
[[<aoa3:pink_coral>, <contenttweaker:coralium_eye>, <aoa3:pink_coral>],
[<contenttweaker:gem_of_the_sleeping_city>, <aoa3:gun_frame>, <contenttweaker:gem_of_the_sleeping_city>],
[<aoa3:pink_coral>, <contenttweaker:coralium_eye>, <aoa3:pink_coral>]]);
recipes.addShaped(<aoa3:draco>,
[[<aoa3:white_coral>, <contenttweaker:dracyon_tooth>, <aoa3:white_coral>],
[<contenttweaker:draco_vis_condensate>, <aoa3:gun_frame>, <contenttweaker:draco_vis_condensate>],
[<aoa3:white_coral>, <contenttweaker:dracyon_tooth>, <aoa3:white_coral>]]);
recipes.addShaped(<aoa3:haunter_rifle>,
[[<contenttweaker:ghoul_spirit>, <contenttweaker:bane_tusk>, <contenttweaker:ghoul_spirit>],
[<contenttweaker:cosmic_fracture>, <aoa3:hunters_rifle>, <contenttweaker:cosmic_fracture>],
[<contenttweaker:ghoul_spirit>, <aoa3:primordial_skull>, <contenttweaker:ghoul_spirit>]]);
recipes.addShaped(<aoa3:divine_station>,
[[<aoa3:fragmented_anima_stone>, <divinerpg:divine_shards>, <aoa3:fragmented_anima_stone>],
[<divinerpg:divine_shards>, <contenttweaker:alchemical_mushroom>, <divinerpg:divine_shards>],
[<aoa3:fragmented_anima_stone>, <divinerpg:divine_shards>, <aoa3:fragmented_anima_stone>]]);
recipes.removeShaped(<aoa3:bloodlurker>);
recipes.addShaped(<aoa3:bloodlurker>,
[[<contenttweaker:bloodhunter_droplet>, <divinerpg:bloodgem_block>, <contenttweaker:bloodhunter_droplet>],
[<dimdoors:world_thread>, <divinerpg:bloodgem_block>, <dimdoors:world_thread>],
[<contenttweaker:forgotten_slime>, <aoa3:limonite_rod>, <contenttweaker:forgotten_slime>]]);
recipes.addShaped(<aoa3:tidal_greatblade>,
[[<divinerpg:aquatic_ingot>, <divinerpg:aquatic_ingot>, <divinerpg:aquatic_ingot>],
[<divinerpg:aquatic_ingot>, <divinerpg:aquatic_ingot>, <divinerpg:aquatic_ingot>],
[<ore:seaSerpentScales>, <aoa3:limonite_rod>, <ore:seaSerpentScales>]]);
recipes.addShaped(<aoa3:baron_greatblade>,
[[null, <contenttweaker:barathosynium_ingot>, null],
[null, <contenttweaker:barathosynium_ingot>, null],
[<contenttweaker:abyssal_flesh>, <aoa3:limonite_rod>, <contenttweaker:abyssal_flesh>]]);
recipes.removeShaped(<aoa3:lelyetian_greatblade>);
recipes.addShaped(<aoa3:lelyetian_greatblade>,
[[<mysticalagradditions:awakened_draconium_essence>, <contenttweaker:fluctuating_alloy>, <mysticalagradditions:awakened_draconium_essence>],
[<mysticalagradditions:awakened_draconium_essence>, <contenttweaker:fluctuating_alloy>, <mysticalagradditions:awakened_draconium_essence>],
[<contenttweaker:recursion_fragment_lelyetia>, <aoa3:limonite_rod>, <contenttweaker:recursion_fragment_lelyetia>]]);
recipes.addShaped(<aoa3:subterranean_greatblade>,
[[null, <contenttweaker:wrought_iron_plate>, null],
[null, <contenttweaker:wrought_iron_plate>, null],
[<contenttweaker:kror_sediment>, <aoa3:limonite_rod>, <contenttweaker:kror_sediment>]]);
recipes.removeShaped(<aoa3:shyre_sword>);
recipes.addShaped(<aoa3:shyre_sword>,
[[null, <aoa3:shyregem_block>, null],
[<contenttweaker:xxeus_heart>, <minecraft:glowstone>, <contenttweaker:xxeus_heart>],
[<aoa3:shyrestone_block>, <aoa3:limonite_rod>, <aoa3:shyrestone_block>]]);
recipes.addShaped(<aoa3:gods_greatblade>,
[[null, <contenttweaker:recursium_ingot>, null],
[<contenttweaker:stone_of_the_shyre_warden>, <contenttweaker:recursium_ingot>, <contenttweaker:stone_of_the_shyre_warden>],
[<contenttweaker:imperial_diamond_powder>, <aoa3:limonite_rod>, <contenttweaker:imperial_diamond_powder>]]);
recipes.removeShaped(<aoa3:goofy_greatblade>);
recipes.addShaped(<aoa3:goofy_greatblade>,
[[<contenttweaker:gambling_sentient_meatball>, <contenttweaker:gyro_red_nose>, <contenttweaker:gambling_sentient_meatball>],
[<aoa3:hardened_confetti_ball>, <contenttweaker:eldritch_flower>, <aoa3:hardened_confetti_ball>],
[<openblocks:tank>.withTag({tank: {FluidName: "essence_of_ilarity", Amount: 16000}}), <aoa3:limonite_rod>, <openblocks:tank>.withTag({tank: {FluidName: "essence_of_ilarity", Amount: 16000}})]]);
recipes.addShaped(<aoa3:lyonic_greatblade>,
[[null, <contenttweaker:lyonite_plate>, null],
[<contenttweaker:apothecary_stone>, <contenttweaker:lyonite_plate>, <contenttweaker:apothecary_stone>],
[<contenttweaker:silver_foot>, <aoa3:limonite_rod>, <contenttweaker:silver_foot>]]);
recipes.addShaped(<aoa3:noxious_greatblade>,
[[null, <contenttweaker:depleted_polonium>, null],
[<aoa3:vile_stone>, <contenttweaker:depleted_polonium>, <aoa3:vile_stone>],
[<contenttweaker:voxxulon_slime>, <aoa3:limonite_rod>, <contenttweaker:voxxulon_slime>]]);
recipes.addShaped(<aoa3:rosidian_greatblade>,
[[null, <ore:ingotVityte>, null],
[<contenttweaker:rosidian_blend>, <ore:ingotVityte>, <contenttweaker:rosidian_blend>],
[<contenttweaker:vinocorne_petal>, <aoa3:limonite_rod>, <contenttweaker:vinocorne_petal>]]);
recipes.removeShaped(<aoa3:runic_greatblade>);
recipes.addShaped(<aoa3:runic_greatblade>,
[[<aoa3:runic_energy>, <contenttweaker:runandium_ingot>, <aoa3:runic_energy>],
[<aoa3:runic_energy>, <contenttweaker:runandium_ingot>, <aoa3:runic_energy>],
[<aoa3:elecanium_block>, <contenttweaker:strange_opalescent_stick>, <aoa3:elecanium_block>]]);
recipes.addShaped(<aoa3:primordial_greatblade>,
[[null, <aoa3:radiant_power_stone>, null],
[<contenttweaker:pure_shadow_bar>, <aoa3:radiant_power_stone>, <contenttweaker:pure_shadow_bar>],
[<aoa3:primordial_skull>, <aoa3:limonite_rod>, <aoa3:primordial_skull>]]);
recipes.addShaped(<aoa3:haunted_greatblade>,
[[null, <aoa3:ghoulish_block>, null],
[<aoa3:ghoulasm>, <aoa3:ghoulish_block>, <aoa3:ghoulasm>],
[<contenttweaker:bane_tusk>, <aoa3:limonite_rod>, <contenttweaker:bane_tusk>]]);
recipes.addShaped(<aoa3:vulcammer_maul>,
[[<aoa3:emberstone_block>, <contenttweaker:scorcher_eternal_flame>, <aoa3:emberstone_block>],
[null, <aoa3:limonite_rod>, null],
[null, <aoa3:limonite_rod>, null]]);
recipes.removeShaped(<aoa3:coralstone_maul>);
recipes.addShaped(<aoa3:coralstone_maul>,
[[<aoa3:coral_stone>, <contenttweaker:gem_of_the_sleeping_city>, <aoa3:coral_stone>],
[<contenttweaker:oblivion_catalyzer>, <aoa3:limonite_rod>, <aoa3:runic_energy>],
[null, <aoa3:limonite_rod>, null]]);
recipes.addShaped(<aoa3:electron_maul>,
[[<aoa3:lyon_block>, <aoa3:vulcane_augment_power>, <aoa3:lyon_block>],
[null, <aoa3:limonite_rod>, null],
[null, <aoa3:limonite_rod>, null]]);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:mecha_skellox_slab>);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_mecha_skellox",
<aoa3:mecha_skellox_slab>,
<aoa3:blank_slab>,
[<contenttweaker:iro_component>,
<avaritia:resource:6>,
<contenttweaker:skelebone_fragment>],
100);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:compeer_slab>*2);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_compeer",
<aoa3:compeer_slab>,
<aoa3:blank_slab>,
[<mod_lavacow:pigboarhide>,
<mod_lavacow:hatred_shard>],
2);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:spikeback_slab>);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_spikeback",
<aoa3:spikeback_slab>,
<aoa3:blank_slab>,
[<contenttweaker:barathosynium_ingot>,
<contenttweaker:hive_king_tendril>],
2);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:rammerhorn_slab>*2);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_rammerhorn",
<aoa3:rammerhorn_slab>,
<aoa3:blank_slab>,
[<contenttweaker:demon_stone>,
<minecraft:porkchop>,
<minecraft:porkchop>],
2);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:spraggy_slab>);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_spraggy",
<aoa3:spraggy_slab>,
<aoa3:blank_slab>,
[<aoa3:waggy_slab>,
<contenttweaker:voxxulon_slime>],
1);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:craggy_slab>);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_craggy",
<aoa3:craggy_slab>,
<aoa3:blank_slab>,
[<aoa3:spraggy_slab>,
<contenttweaker:lunar_star>],
1);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:shaddy_slab>);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_shaddy",
<aoa3:shaddy_slab>,
<aoa3:blank_slab>,
[<aoa3:craggy_slab>,
<contenttweaker:eye_of_dustopia>],
25);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:waggy_slab>);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_waggy",
<aoa3:waggy_slab>,
<aoa3:blank_slab>,
[<aoa3:draggy_slab>,
<appliedenergistics2:material:12>],
1);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_corby",
<aoa3:corby_slab>,
<aoa3:blank_slab>,
[<aoa3:white_coral>,
<contenttweaker:dracyon_tooth>],
10);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_voicesleeping",
<contenttweaker:voice_of_the_sunken_city>,
<aoa3:glowing_infusion_stone>,
[<extendedcrafting:singularity_custom:994>,
<contenttweaker:gem_of_the_sleeping_city>],
50);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:horntail_slab>);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_horntail",
<aoa3:horntail_slab>,
<aoa3:blank_slab>,
[<contenttweaker:abyssal_flesh>,
<contenttweaker:elusive_horn>],
20);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_abyssal_bone",
<contenttweaker:abyssal_bone>,
<iceandfire:dragonbone>,
[<contenttweaker:abyssal_flesh>,
<thebetweenlands:wight_heart>],
20);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:gnawer_slab>);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_gnawer",
<aoa3:gnawer_slab>,
<aoa3:blank_slab>,
[<mod_lavacow:piranha>,
<aoa3:sharp_claw>,
<nuclearcraft:uranium:5>],
20);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:blissard_slab>);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_blissard",
<aoa3:blissard_slab>*4,
<aoa3:blank_slab>,
[<contenttweaker:skythern_star>,
<contenttweaker:skeletal_kaiyu_bone>],
10);
mods.aoa3.InfusionTable.removeInfusionRecipe(<aoa3:alluricorn_slab>);
mods.aoa3.InfusionTable.addInfusionRecipe("mbc_alluricorn",
<aoa3:alluricorn_slab>*4,
<aoa3:blank_slab>,
[<aoa3:kinetic_rune>,
<aoa3:ivory>,
<aoa3:crystallite>,
<aoa3:shyregem>],
25);
+120
View File
@@ -0,0 +1,120 @@
mods.thermalexpansion.Insolator.addRecipe(<aoa3:holly_top_petals>*2,
<aoa3:holly_top_seeds>,
<thermalfoundation:fertilizer:0>,
5000,
<aoa3:holly_top_seeds>,
110);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:holly_top_petals>*4,
<aoa3:holly_top_seeds>,
<thermalfoundation:fertilizer:1>,
7500,
<aoa3:holly_top_seeds>,
125);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:holly_top_petals>*6,
<aoa3:holly_top_seeds>,
<thermalfoundation:fertilizer:2>,
10000,
<aoa3:holly_top_seeds>,
150);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:chilli>*2,
<aoa3:chilli_seeds>,
<thermalfoundation:fertilizer:0>,
5000,
<aoa3:chilli_seeds>,
110);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:chilli>*4,
<aoa3:chilli_seeds>,
<thermalfoundation:fertilizer:1>,
7500,
<aoa3:chilli_seeds>,
125);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:chilli>*6,
<aoa3:chilli_seeds>,
<thermalfoundation:fertilizer:2>,
10000,
<aoa3:chilli_seeds>,
150);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:bubble_berries>*2,
<aoa3:bubble_berry_seeds>,
<thermalfoundation:fertilizer:0>,
5000,
<aoa3:bubble_berry_seeds>,
110);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:bubble_berries>*4,
<aoa3:bubble_berry_seeds>,
<thermalfoundation:fertilizer:1>,
7500,
<aoa3:bubble_berry_seeds>,
125);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:bubble_berries>*6,
<aoa3:bubble_berry_seeds>,
<thermalfoundation:fertilizer:2>,
10000,
<aoa3:bubble_berry_seeds>,
150);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:shyre_weed>*2,
<aoa3:shyre_weed>,
<thermalfoundation:fertilizer:0>,
5000,
<aoa3:shyre_weed>,
110);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:shyre_weed>*4,
<aoa3:shyre_weed>,
<thermalfoundation:fertilizer:1>,
7500,
<aoa3:shyre_weed>,
125);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:shyre_weed>*6,
<aoa3:shyre_weed>,
<thermalfoundation:fertilizer:2>,
10000,
<aoa3:shyre_weed>,
150);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:rosidons>*2,
<aoa3:rosidon_seeds>,
<thermalfoundation:fertilizer:0>,
5000,
<aoa3:rosidon_seeds>,
110);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:rosidons>*4,
<aoa3:rosidon_seeds>,
<thermalfoundation:fertilizer:1>,
7500,
<aoa3:rosidon_seeds>,
125);
mods.thermalexpansion.Insolator.addRecipe(<aoa3:rosidons>*6,
<aoa3:rosidon_seeds>,
<thermalfoundation:fertilizer:2>,
10000,
<aoa3:rosidon_seeds>,
150);
+87
View File
@@ -0,0 +1,87 @@
recipes.removeShaped(<abyssalcraft:necronomicon>);
mods.extendedcrafting.CombinationCrafting.addRecipe(<abyssalcraft:necronomicon>,
120000, 500,
<minecraft:book>,
[<minecraft:rotten_flesh>, <aoa3:runium_chunk>, <appliedenergistics2:material:12>,
<minecraft:rotten_flesh>, <aoa3:runium_chunk>, <appliedenergistics2:material:12>]);
recipes.addShaped(<contenttweaker:abyssal_wasteland_matter>,
[[null, <abyssalcraft:essence:0>, null],
[<abyssalcraft:essence:0>, <contenttweaker:blue_matter>, <abyssalcraft:essence:0>],
[null, <abyssalcraft:essence:0>, null]]);
recipes.addShaped(<contenttweaker:dreadlands_matter>,
[[null, <abyssalcraft:essence:1>, null],
[<abyssalcraft:essence:1>, <contenttweaker:blue_matter>, <abyssalcraft:essence:1>],
[null, <abyssalcraft:essence:1>, null]]);
recipes.addShaped(<contenttweaker:omothol_matter>,
[[null, <abyssalcraft:essence:2>, null],
[<abyssalcraft:essence:2>, <contenttweaker:blue_matter>, <abyssalcraft:essence:2>],
[null, <abyssalcraft:essence:2>, null]]);
recipes.addShaped(<abyssalcraft:eldritchscale>,
[[null, <abyssalcraft:shoggothflesh:4>, null],
[<abyssalcraft:shoggothflesh:4>, <contenttweaker:eldritch_will_crystal>, <abyssalcraft:shoggothflesh:4>],
[null, <abyssalcraft:shoggothflesh:4>, null]]);
recipes.addShaped(<abyssalcraft:dreadfragment>*4,
[[null, <minecraft:rotten_flesh>, null],
[<minecraft:rotten_flesh>, <contenttweaker:dreadlands_matter>, <minecraft:rotten_flesh>],
[null, <minecraft:rotten_flesh>, null]]);
recipes.addShaped(<abyssalcraft:coraliumore>,
[[<xreliquary:witch_hat>, makeVisCrystal(<aspect:vitium> * 1), <xreliquary:witch_hat>],
[<abyssalcraft:shoggothflesh:0>, <minecraft:emerald_ore>, <abyssalcraft:shoggothflesh:0>],
[<xreliquary:witch_hat>, makeVisCrystal(<aspect:vitium> * 1), <xreliquary:witch_hat>]]);
mods.nuclearcraft.melter.addRecipe([<abyssalcraft:dreadiumingot>, <fluid:moltendreadium>*144]);
mods.nuclearcraft.melter.addRecipe([<abyssalcraft:abyingot>, <fluid:moltenabyssalnite>*144]);
mods.nuclearcraft.melter.addRecipe([<abyssalcraft:cingot>, <fluid:moltenrefinedcoralium>*144]);
recipes.addShaped(<contenttweaker:abyssal_wasteland_containment_stone>,
[[<ore:ingotAbyssalnite>, <ore:ingotAbyssalnite>, <ore:ingotAbyssalnite>],
[<ore:ingotAbyssalnite>, <abyssalcraft:tieredenergycontainer:1>, <ore:ingotAbyssalnite>],
[<ore:ingotAbyssalnite>, <ore:ingotAbyssalnite>, <ore:ingotAbyssalnite>]]);
recipes.addShaped(<contenttweaker:dreadlands_containment_stone>,
[[<ore:ingotDreadium>, <ore:ingotDreadium>, <ore:ingotDreadium>],
[<ore:ingotDreadium>, <abyssalcraft:tieredenergycontainer:2>, <ore:ingotDreadium>],
[<ore:ingotDreadium>, <ore:ingotDreadium>, <ore:ingotDreadium>]]);
recipes.addShaped(<contenttweaker:omothol_containment_stone>,
[[<ore:ingotEthaxium>, <ore:ingotEthaxium>, <ore:ingotEthaxium>],
[<ore:ingotEthaxium>, <abyssalcraft:tieredenergycontainer:3>, <ore:ingotEthaxium>],
[<ore:ingotEthaxium>, <ore:ingotEthaxium>, <ore:ingotEthaxium>]]);
recipes.addShaped(<abyssalcraft:gatewaykeyjzh>,
[[<abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>],
[<abyssalcraft:shoggothflesh:4>, <abyssalcraft:gatewaykeyjzh>.reuse(), <abyssalcraft:shoggothflesh:4>],
[<abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>]]);
mods.thermalexpansion.EnervationDynamo.removeFuel(<plustic:laser_gun>);
recipes.addShaped(<abyssalcraft:carboncluster>*8,
[[null, <abyssalcraft:crystal:3>, null],
[<abyssalcraft:crystal:3>, <extrabees:misc:18>, <abyssalcraft:crystal:3>],
[null, <abyssalcraft:crystal:3>, null]]);
recipes.addShaped(<abyssalcraft:carboncluster>*64,
[[<extrabees:misc:18>, <abyssalcraft:crystal:3>, <extrabees:misc:18>],
[<abyssalcraft:crystal:3>, <extrabees:misc:1>, <abyssalcraft:crystal:3>],
[<extrabees:misc:18>, <abyssalcraft:crystal:3>, <extrabees:misc:18>]]);
mods.abyssalcraft.CreationRitual.removeRitual(<abyssalcraft:interdimensionalcage>);
mods.abyssalcraft.CreationRitual.removeRitual(<abyssalcraft:interdimensionalcage>.withTag({PotEnergy: 0.0 as float}));
+44
View File
@@ -0,0 +1,44 @@
recipes.removeShaped(<actuallyadditions:block_misc:9>);
mods.extendedcrafting.TableCrafting.addShaped(<actuallyadditions:block_misc:9>,
[[<techreborn:ingot:19>, <minecraft:stick>, <techreborn:ingot:19>],
[<minecraft:stick>, <ore:blockCharcoal>, <minecraft:stick>],
[<techreborn:ingot:19>, <minecraft:stick>, <techreborn:ingot:19>]]);
recipes.removeShaped(<actuallyadditions:block_atomic_reconstructor>);
mods.extendedcrafting.TableCrafting.addShaped(<actuallyadditions:block_atomic_reconstructor>,
[[<techreborn:ingot:19>, <minecraft:redstone>, <techreborn:ingot:19>],
[<minecraft:redstone>, <ore:blockCharcoal>, <minecraft:redstone>],
[<techreborn:ingot:19>, <minecraft:redstone>, <techreborn:ingot:19>]]);
recipes.removeShaped(<actuallyadditions:block_display_stand>);
mods.extendedcrafting.TableCrafting.addShaped(<actuallyadditions:block_display_stand>,
[[<techreborn:ingot:19>, <actuallyadditions:item_misc:8>, <techreborn:ingot:19>],
[<actuallyadditions:block_testifi_bucks_green_wall>, <actuallyadditions:block_testifi_bucks_green_wall>, <actuallyadditions:block_testifi_bucks_green_wall>],
[<actuallyadditions:block_testifi_bucks_white_wall>, <actuallyadditions:block_testifi_bucks_white_wall>, <actuallyadditions:block_testifi_bucks_white_wall>]]);
recipes.removeShaped(<actuallyadditions:block_empowerer>);
mods.extendedcrafting.TableCrafting.addShaped(<actuallyadditions:block_empowerer>,
[[null, null, <actuallyadditions:item_crystal:0>, null, null],
[null, <actuallyadditions:item_crystal:0>, <actuallyadditions:item_crystal:0>, <actuallyadditions:item_crystal:0>, null],
[<aoa3:emberstone_ingot>, null, <actuallyadditions:item_battery_double:0>, null, <aoa3:emberstone_ingot>],
[null, <tconstruct:ingots:5>, <actuallyadditions:block_display_stand>, <tconstruct:ingots:5>, null],
[<actuallyadditions:block_misc:9>, null, <actuallyadditions:block_misc:9>, null, <actuallyadditions:block_misc:9>]]);
recipes.remove(<actuallyadditions:block_coal_generator>);
recipes.remove(<actuallyadditions:block_farmer>);
// recipes.remove(<actuallyadditions:block_player_interface>);
// mods.extendedcrafting.TableCrafting.addShaped(<actuallyadditions:block_player_interface>,
// [[<actuallyadditions:block_misc:8>, null, <divinerpg:arksiane_lump>, null, <actuallyadditions:block_misc:8>],
// [null, null, <divinerpg:arksiane_lump>, null, null],
// [<divinerpg:arksiane_lump>, <divinerpg:arksiane_lump>, <materialpart:sacrifice_metal:ingot>, <divinerpg:arksiane_lump>, <divinerpg:arksiane_lump>],
// [null, null, <divinerpg:arksiane_lump>, null, null],
// [<actuallyadditions:block_misc:8>, null, <divinerpg:arksiane_lump>, null, <actuallyadditions:block_misc:8>]]);
recipes.remove(<plethora:module:0>);
+126
View File
@@ -0,0 +1,126 @@
import mods.modularmachinery.RecipeBuilder;
// val scabystsacrifice = RecipeBuilder.newBuilder("scabystsacrifice","sterilized_altar",1200);
// scabystsacrifice.addEnergyPerTickInput(1200);
// scabystsacrifice.addFluidInput(<fluid:liquid_pe>*100);
// scabystsacrifice.addFluidInput(<fluid:liquid_pe>*100);
// scabystsacrifice.addItemInput(<thebetweenlands:items_misc:39>);
// scabystsacrifice.addItemInput(<abyssalcraft:cchunk>*2);
// scabystsacrifice.addItemOutput(<contenttweaker:dreadia_gem>);
// scabystsacrifice.build();
mods.thaumcraft.Crucible.registerRecipe("dreadiagem", "", <contenttweaker:dreadia_gem>, <techreborn:scrapbox>, [<aspect:dreadia>*5]);
// val gravititestarlight = RecipeBuilder.newBuilder("gravititestarlight","auto_astral_altar",1200);
// gravititestarlight.addEnergyPerTickInput(1000);
// gravititestarlight.addItemInput(<contenttweaker:empowered_gravitite>);
// gravititestarlight.addItemInput(<torchmaster:feral_flare_lantern>);
// gravititestarlight.addItemOutput(<contenttweaker:caeles_gem>);
// gravititestarlight.build();
mods.thaumcraft.Crucible.registerRecipe("caelesgem", "", <contenttweaker:caeles_gem>, <techreborn:scrapbox>, [<aspect:caeles>*5]);
// val eldritchcold = RecipeBuilder.newBuilder("eldritchcold","cold_iron_forge",1200);
// eldritchcold.addItemInput(<contenttweaker:eldritch_will_crystal>);
// eldritchcold.addItemInput(<bewitchment:cold_iron_ingot>*2);
// eldritchcold.addItemOutput(<contenttweaker:vitium_gem>);
// eldritchcold.build();
mods.thaumcraft.Crucible.registerRecipe("vitiumgem", "", <contenttweaker:vitium_gem>, <techreborn:scrapbox>, [<aspect:vitium>*5]);
// val jadecrucible = RecipeBuilder.newBuilder("jadecrucible","dragonfire_crucible",1200);
// jadecrucible.addFluidInput(<fluid:eternal_dragon_fire>*20);
// jadecrucible.addItemInput(<erebus:materials:1>);
// jadecrucible.addItemInput(<ebwizardry:grand_crystal>);
// jadecrucible.addItemOutput(<contenttweaker:mythus_gem>);
// jadecrucible.build();
mods.thaumcraft.Crucible.registerRecipe("mythusgem", "", <contenttweaker:mythus_gem>, <techreborn:scrapbox>, [<aspect:mythus>*5]);
// val supergemsinfusion = RecipeBuilder.newBuilder("supergemsinfusion","arcane_autoinfuser",1200);
// supergemsinfusion.addEnergyPerTickInput(100);
// supergemsinfusion.addItemInput(makeVisCrystal(<aspect:aer> * 1));
// supergemsinfusion.addItemInput(makeVisCrystal(<aspect:terra> * 1));
// supergemsinfusion.addItemInput(makeVisCrystal(<aspect:ignis> * 1));
// supergemsinfusion.addItemInput(makeVisCrystal(<aspect:aqua> * 1));
// supergemsinfusion.addItemInput(<contenttweaker:mythus_gem>);
// supergemsinfusion.addItemInput(<contenttweaker:vitium_gem>);
// supergemsinfusion.addItemInput(<contenttweaker:caeles_gem>);
// supergemsinfusion.addItemInput(<contenttweaker:dreadia_gem>);
// supergemsinfusion.addItemInput(<contenttweaker:divine_star>);
// supergemsinfusion.addItemOutput(<contenttweaker:primordial_star>);
// supergemsinfusion.build();
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:primordial_star>,
300,
<contenttweaker:divine_star>,
[<contenttweaker:mythus_gem>,
<contenttweaker:vitium_gem>,
<contenttweaker:caeles_gem>,
<contenttweaker:dreadia_gem>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:primordial_star>*2,
300,
<contenttweaker:eden_star>,
[<contenttweaker:mythus_gem>,
<contenttweaker:vitium_gem>,
<contenttweaker:caeles_gem>,
<contenttweaker:dreadia_gem>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:primordial_star>*4,
300,
<contenttweaker:wildwood_star>,
[<contenttweaker:mythus_gem>,
<contenttweaker:vitium_gem>,
<contenttweaker:caeles_gem>,
<contenttweaker:dreadia_gem>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:primordial_star>*8,
300,
<contenttweaker:apalachia_star>,
[<contenttweaker:mythus_gem>,
<contenttweaker:vitium_gem>,
<contenttweaker:caeles_gem>,
<contenttweaker:dreadia_gem>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:primordial_star>*16,
300,
<contenttweaker:skythern_star>,
[<contenttweaker:mythus_gem>,
<contenttweaker:vitium_gem>,
<contenttweaker:caeles_gem>,
<contenttweaker:dreadia_gem>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:primordial_star>*32,
300,
<contenttweaker:mortum_star>,
[<contenttweaker:mythus_gem>,
<contenttweaker:vitium_gem>,
<contenttweaker:caeles_gem>,
<contenttweaker:dreadia_gem>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:primordial_star>*64,
300,
<contenttweaker:star_of_betrayal>,
[<contenttweaker:mythus_gem>,
<contenttweaker:vitium_gem>,
<contenttweaker:caeles_gem>,
<contenttweaker:dreadia_gem>]);
recipes.addShaped(<thaumadditions:adaminite_block>,
[[<contenttweaker:vibrating_stone>, <materialpart:dreaded_steel:ingot>, <contenttweaker:vibrating_stone>],
[<ore:ingotMithril>, <thaumadditions:mithrillium_block>, <ore:ingotMithril>],
[<contenttweaker:vibrating_stone>, <contenttweaker:primordial_star>, <contenttweaker:vibrating_stone>]]);
recipes.addShaped(<thaumadditions:adaminite_block>*2,
[[<contenttweaker:resonating_stone>, <materialpart:dreaded_steel:ingot>, <contenttweaker:resonating_stone>],
[<avaritia:resource:4>, <thaumadditions:mithrillium_block>, <avaritia:resource:4>],
[<contenttweaker:resonating_stone>, <contenttweaker:primordial_star>, <contenttweaker:resonating_stone>]]);
recipes.addShaped(<thaumadditions:adaminite_block>*4,
[[<contenttweaker:resonating_stone>, <materialpart:dreaded_steel:ingot>, <contenttweaker:resonating_stone>],
[<contenttweaker:tennessine_gem>, <thaumadditions:mithrillium_block>, <contenttweaker:tennessine_gem>],
[<contenttweaker:resonating_stone>, <contenttweaker:primordial_star>, <contenttweaker:resonating_stone>]]);
+135
View File
@@ -0,0 +1,135 @@
mods.nuclearcraft.melter.addRecipe([<twilightforest:block_storage:1>, <fluid:fierymetal>*1296]);
mods.nuclearcraft.melter.addRecipe([<divinerpg:netherite_block>, <fluid:molten_netherite>*1296]);
mods.nuclearcraft.infuser.addRecipe([<ore:blockElectrum>, <fluid:redstone>*1800, <redstonearsenal:storage:0>]);
// koos
//galena dust
mods.nuclearcraft.manufactory.addRecipe([<techreborn:ore:0>, <techreborn:dust:23> * 2]);
//ruby dust
mods.nuclearcraft.manufactory.addRecipe([<ore:oreRuby>, <techreborn:dust:43> * 2]);
mods.nuclearcraft.manufactory.addRecipe([<ore:gemRuby>, <techreborn:dust:43>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:plateRuby>, <techreborn:dust:43>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockRuby>, <techreborn:dust:43> * 9]);
//sapphire dust
mods.nuclearcraft.manufactory.addRecipe([<ore:oreSapphire>, <techreborn:dust:45> * 2]);
mods.nuclearcraft.manufactory.addRecipe([<ore:gemSapphire>, <techreborn:dust:45>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:plateSapphire>, <techreborn:dust:45>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockSapphire>, <techreborn:dust:45> * 9]);
//bauxite dust
mods.nuclearcraft.manufactory.addRecipe([<ore:oreBauxite>, <techreborn:dust:5> * 4]);
//pyrite dust
mods.nuclearcraft.manufactory.addRecipe([<ore:orePyrite>, <techreborn:dust:39> * 5]);
//cinnabar dust
mods.nuclearcraft.manufactory.addRecipe([<ore:oreCinnabar>, <techreborn:dust:11> * 3]);
//sphalerite dust
mods.nuclearcraft.manufactory.addRecipe([<ore:oreSphalerite>, <techreborn:dust:50> * 4]);
//tungsten dust
mods.nuclearcraft.manufactory.addRecipe([<ore:plateTungsten>, <techreborn:dust:55>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockTungsten>, <techreborn:dust:55> * 9]);
//sheldonite
mods.nuclearcraft.manufactory.addRecipe([<ore:oreSheldonite>, <thermalfoundation:material:70> * 2]);
mods.thermalexpansion.Pulverizer.addRecipe(<thermalfoundation:material:70> * 2, <techreborn:ore:9>, 4000);
//peridot dust
mods.nuclearcraft.manufactory.addRecipe([<ore:orePeridot>, <techreborn:dust:36> * 2]);
mods.nuclearcraft.manufactory.addRecipe([<ore:gemPeridot>, <techreborn:dust:36>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:platePeridot>, <techreborn:dust:36>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockPeridot>, <techreborn:dust:36> * 9]);
//sodalite dust
mods.nuclearcraft.manufactory.addRecipe([<ore:oreSodalite>, <techreborn:dust:48> * 12]);
//emerald dust
mods.nuclearcraft.manufactory.addRecipe([<ore:plateEmerald>, <techreborn:dust:18>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockEmerald>, <techreborn:dust:18> * 9]);
//yellow garnet dust
mods.nuclearcraft.manufactory.addRecipe([<ore:gemYellowGarnet>, <techreborn:dust:58>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:plateYellowGarnet>, <techreborn:dust:58>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockYellowGarnet>, <techreborn:dust:58> * 9]);
//red garnet dust
mods.nuclearcraft.manufactory.addRecipe([<ore:gemRedGarnet>, <techreborn:dust:41>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:plateRedGarnet>, <techreborn:dust:41>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockRedGarnet>, <techreborn:dust:41> * 9]);
//lazurite dust
mods.nuclearcraft.manufactory.addRecipe([<ore:plateLazurite>, <techreborn:dust:28>]);
//sulfur
mods.nuclearcraft.manufactory.addRecipe([<ore:blockSulfur>, <thermalfoundation:material:771> * 9]);
mods.thermalexpansion.Pulverizer.addRecipe(<thermalfoundation:material:771> * 9, <thebetweenlands:sulfur_block>, 20000);
//andesite, diorite, and granite dusts
mods.nuclearcraft.manufactory.addRecipe([<ore:stoneAndesite>, <techreborn:dust:61>]);
mods.thermalexpansion.Pulverizer.addRecipe(<techreborn:dust:61>, <minecraft:stone:1>, 2000);
mods.nuclearcraft.manufactory.addRecipe([<ore:stoneDiorite>, <techreborn:dust:62>]);
mods.thermalexpansion.Pulverizer.addRecipe(<techreborn:dust:62>, <minecraft:stone:3>, 2000);
mods.nuclearcraft.manufactory.addRecipe([<ore:stoneGranite>, <techreborn:dust:63>]);
mods.thermalexpansion.Pulverizer.addRecipe(<techreborn:dust:63>, <minecraft:stone:5>, 2000);
//ender eye and ender pearl dusts
mods.nuclearcraft.manufactory.addRecipe([<minecraft:ender_eye>, <techreborn:dust:19>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:materialEnderPearl>, <techreborn:dust:20>]);
//charcoal dust
mods.nuclearcraft.manufactory.addRecipe([<ore:blockCharcoal>, <techreborn:dust:9> * 9]);
mods.thermalexpansion.Pulverizer.addRecipe(<techreborn:dust:9> * 9, <thermalfoundation:storage_resource:0>, 20000);
//gravitite dust ****************************don't know if you want this one
mods.nuclearcraft.manufactory.addRecipe([<contenttweaker:gravitite_chunk>, <contenttweaker:gravitite_dust> * 3]);
// additions by icewave
mods.nuclearcraft.manufactory.addRecipe([<ore:oreTungsten>, <techreborn:dust:55> * 2]);
mods.nuclearcraft.manufactory.addRecipe([<ore:ingotTungsten>, <techreborn:dust:55>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:plateTungsten>, <techreborn:dust:55>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockTungsten>, <techreborn:dust:55> * 9]);
mods.nuclearcraft.manufactory.addRecipe([<ore:ingotZinc>, <techreborn:dust:59>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:plateZinc>, <techreborn:dust:59>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockZinc>, <techreborn:dust:59> * 9]);
mods.nuclearcraft.manufactory.addRecipe([<ore:ingotThorium>, <techreborn:dust:65>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockThorium>, <techreborn:dust:65> * 9]);
mods.nuclearcraft.manufactory.addRecipe([<ore:ingotMagnesium>, <techreborn:dust:30>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockMagnesium>, <techreborn:dust:30> * 9]);
mods.nuclearcraft.manufactory.addRecipe([<ore:ingotManganese>, <techreborn:dust:31>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockManganese>, <techreborn:dust:31> * 9]);
mods.nuclearcraft.manufactory.addRecipe([<ore:ingotTitanium>, <techreborn:dust:54>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:plateTitanium>, <techreborn:dust:54>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockTitanium>, <techreborn:dust:54> * 9]);
mods.nuclearcraft.manufactory.addRecipe([<ore:ingotChrome>, <techreborn:dust:10>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:plateChrome>, <techreborn:dust:10>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockChrome>, <techreborn:dust:10> * 9]);
mods.nuclearcraft.manufactory.addRecipe([<ore:gemEmerald>, <techreborn:dust:18>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:plateEmerald>, <techreborn:dust:18>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockEmerald>, <techreborn:dust:18> * 9]);
mods.nuclearcraft.manufactory.addRecipe([<ore:gemCharcoal>, <techreborn:dust:9>]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockCharcoal>, <techreborn:dust:9> * 9]);
mods.nuclearcraft.manufactory.addRecipe([<ore:blockSulfur>, <thermalfoundation:material:771> * 9]);
+301
View File
@@ -0,0 +1,301 @@
recipes.removeShapeless(<advancedrocketry:concrete>);
mods.extendedcrafting.CombinationCrafting.addRecipe(<advancedrocketry:concrete>,
120000,
<thebetweenlands:mud>,
[<chickens:liquid_egg:0>, <enderio:item_alloy_endergy_ingot>, <xreliquary:void_tear>, <railcraft:dust:7>]);
recipes.removeShaped(<libvulpes:structuremachine>);
mods.extendedcrafting.TableCrafting.addShaped(<libvulpes:structuremachine>,
[[<libvulpes:productrod:1>, <immersiveengineering:material:23>, <thermalfoundation:material:358>, <thermalfoundation:material:358>, <thermalfoundation:material:358>, <immersiveengineering:material:23>, <libvulpes:productrod:1>],
[<immersiveengineering:material:23>, <thebetweenlands:spirit_fruit>, null, <erebus:materials:35>, null, <thebetweenlands:spirit_fruit>, <immersiveengineering:material:23>],
[<thermalfoundation:material:358>, null, <enderio:item_alloy_ingot:7>, <enderio:item_alloy_ingot:7>, <enderio:item_alloy_ingot:7>, null, <thermalfoundation:material:358>],
[<thermalfoundation:material:358>, <twilightforest:maze_wafer>, <enderio:item_alloy_ingot:7>, <techreborn:machine_frame:1>, <enderio:item_alloy_ingot:7>, <twilightforest:maze_wafer>, <thermalfoundation:material:358>],
[<thermalfoundation:material:358>, null, <enderio:item_alloy_ingot:7>, <enderio:item_alloy_ingot:7>, <enderio:item_alloy_ingot:7>, null, <thermalfoundation:material:358>],
[<immersiveengineering:material:23>, <thebetweenlands:spirit_fruit>, null, <erebus:materials:35>, null, <thebetweenlands:spirit_fruit>, <immersiveengineering:material:23>],
[<libvulpes:productrod:1>, <immersiveengineering:material:23>, <thermalfoundation:material:358>, <thermalfoundation:material:358>, <thermalfoundation:material:358>, <immersiveengineering:material:23>, <libvulpes:productrod:1>]]);
mods.extendedcrafting.TableCrafting.addShaped(<libvulpes:structuremachine>*4,
[[<materialpart:sednanite:rod>, <immersiveengineering:material:23>, <thermalfoundation:material:358>, <thermalfoundation:material:358>, <thermalfoundation:material:358>, <immersiveengineering:material:23>, <materialpart:sednanite:rod>],
[<immersiveengineering:material:23>, <thebetweenlands:spirit_fruit>, null, <erebus:materials:35>, null, <thebetweenlands:spirit_fruit>, <immersiveengineering:material:23>],
[<thermalfoundation:material:358>, null, <enderio:item_alloy_ingot:7>, <enderio:item_alloy_ingot:7>, <enderio:item_alloy_ingot:7>, null, <thermalfoundation:material:358>],
[<thermalfoundation:material:358>, <twilightforest:maze_wafer>, <enderio:item_alloy_ingot:7>, <techreborn:machine_frame:1>, <enderio:item_alloy_ingot:7>, <twilightforest:maze_wafer>, <thermalfoundation:material:358>],
[<thermalfoundation:material:358>, null, <enderio:item_alloy_ingot:7>, <enderio:item_alloy_ingot:7>, <enderio:item_alloy_ingot:7>, null, <thermalfoundation:material:358>],
[<immersiveengineering:material:23>, <thebetweenlands:spirit_fruit>, null, <erebus:materials:35>, null, <thebetweenlands:spirit_fruit>, <immersiveengineering:material:23>],
[<materialpart:sednanite:rod>, <immersiveengineering:material:23>, <thermalfoundation:material:358>, <thermalfoundation:material:358>, <thermalfoundation:material:358>, <immersiveengineering:material:23>, <materialpart:sednanite:rod>]]);
recipes.removeShaped(<advancedrocketry:structuretower>);
mods.extendedcrafting.CombinationCrafting.addRecipe(<advancedrocketry:structuretower>,
120000,
<techreborn:plates:36>,
[<ore:stickSteel>, <ore:stickSteel>, <ore:stickSteel>,
<ore:stickSteel>, <ore:stickSteel>, <ore:stickSteel>,
<ore:stickSteel>, <ore:stickSteel>, <ore:stickSteel>,
<ore:stickSteel>, <ore:stickSteel>, <ore:stickSteel>]);
recipes.removeShapeless(<advancedrocketry:blastbrick>);
mods.extendedcrafting.TableCrafting.addShaped(<advancedrocketry:blastbrick>,
[[<immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>],
[<immersiveengineering:stone_decoration:0>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <immersiveengineering:stone_decoration:0>],
[<immersiveengineering:stone_decoration:0>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <immersiveengineering:stone_decoration:0>],
[<immersiveengineering:stone_decoration:0>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <immersiveengineering:stone_decoration:0>],
[<immersiveengineering:stone_decoration:0>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <immersiveengineering:stone_decoration:0>],
[<immersiveengineering:stone_decoration:0>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <tconstruct:materials:2>, <immersiveengineering:stone_decoration:0>],
[<immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>, <immersiveengineering:stone_decoration:0>]]);
recipes.removeShaped(<libvulpes:advstructuremachine>);
mods.extendedcrafting.EnderCrafting.addShaped(<libvulpes:advstructuremachine>,
[[<contenttweaker:purified_titanium_ingot>, <techreborn:plates:38>, <contenttweaker:purified_titanium_ingot>],
[<techreborn:plates:38>, <libvulpes:structuremachine>, <techreborn:plates:38>],
[<contenttweaker:purified_titanium_ingot>, <techreborn:plates:38>, <contenttweaker:purified_titanium_ingot>]],
6);
recipes.addShaped(<libvulpes:advstructuremachine>,
[[<contenttweaker:purified_titanium_ingot>,<techreborn:plates:38>,<contenttweaker:purified_titanium_ingot>],
[<techreborn:plates:38>,<libvulpes:structuremachine>,<techreborn:plates:38>],
[<contenttweaker:purified_titanium_ingot>,<contenttweaker:brightseel_alloy_plate>,<contenttweaker:purified_titanium_ingot>]]);
recipes.addShaped(<contenttweaker:purified_titanium_ingot>,
[[null,<ore:ingotTitanium>,null],
[<ore:ingotTitanium>,<bewitchment:sigil_purity>.reuse(),<ore:ingotTitanium>],
[null,<ore:ingotTitanium>,null]]);
recipes.remove(<advancedrocketry:warpcore>);
mods.extendedcrafting.TableCrafting.addShaped(<advancedrocketry:warpcore>,
[[<libvulpes:coil0:10>, <techreborn:plates:38>, <techreborn:part:30>,
<bewitchment:cold_iron_plate>, <advancedrocketry:ic:2>, <bewitchment:cold_iron_plate>,
<techreborn:part:30>, <techreborn:plates:38>, <libvulpes:coil0:10>],
[<techreborn:plates:38>, <botania:manaresource:4>, <botania:manaresource:4>,
<thaumcraft:inlay>, <thaumcraft:mechanism_complex>, <thaumcraft:inlay>,
<botania:manaresource:4>, <botania:manaresource:4>, <techreborn:plates:38>],
[<techreborn:part:30>, <botania:manaresource:4>, <bloodmagic:slate:3>,
<bloodmagic:slate:3>, <bloodmagic:slate:3>, <bloodmagic:slate:3>,
<bloodmagic:slate:3>, <botania:manaresource:4>, <techreborn:part:30>],
[<bewitchment:cold_iron_plate>, <thaumcraft:inlay>, <bloodmagic:slate:3>,
<industrialforegoing:pink_slime_ingot>, <industrialforegoing:pink_slime_ingot>, <industrialforegoing:pink_slime_ingot>,
<bloodmagic:slate:3>, <thaumcraft:inlay>, <bewitchment:cold_iron_plate>],
[<advancedrocketry:ic:2>, <thaumcraft:mechanism_complex>, <bloodmagic:slate:3>,
<industrialforegoing:pink_slime_ingot>, <techreborn:machine_frame:2>, <industrialforegoing:pink_slime_ingot>,
<bloodmagic:slate:3>, <thaumcraft:mechanism_complex>, <advancedrocketry:ic:2>],
[<bewitchment:cold_iron_plate>, <thaumcraft:inlay>, <bloodmagic:slate:3>,
<industrialforegoing:pink_slime_ingot>, <industrialforegoing:pink_slime_ingot>, <industrialforegoing:pink_slime_ingot>,
<bloodmagic:slate:3>, <thaumcraft:inlay>, <bewitchment:cold_iron_plate>],
[<techreborn:part:30>, <botania:manaresource:4>, <bloodmagic:slate:3>,
<bloodmagic:slate:3>, <bloodmagic:slate:3>, <bloodmagic:slate:3>,
<bloodmagic:slate:3>, <botania:manaresource:4>, <techreborn:part:30>],
[<techreborn:plates:38>, <botania:manaresource:4>, <botania:manaresource:4>,
<thaumcraft:inlay>, <thaumcraft:mechanism_complex>, <thaumcraft:inlay>,
<botania:manaresource:4>, <botania:manaresource:4>, <techreborn:plates:38>],
[<libvulpes:coil0:10>, <techreborn:plates:38>, <techreborn:part:30>,
<bewitchment:cold_iron_plate>, <advancedrocketry:ic:2>, <bewitchment:cold_iron_plate>,
<techreborn:part:30>, <techreborn:plates:38>, <libvulpes:coil0:10>]]);
recipes.remove(<advancedrocketry:warpmonitor>);
mods.extendedcrafting.TableCrafting.addShaped(<advancedrocketry:warpmonitor>,
[[<advancedrocketry:misc:0>, <techreborn:plates:38>, <techreborn:part:30>,
<bewitchment:cold_iron_plate>, <advancedrocketry:ic:2>, <bewitchment:cold_iron_plate>,
<techreborn:part:30>, <techreborn:plates:38>, <advancedrocketry:misc:0>],
[<techreborn:plates:38>, <botania:manaresource:4>, <botania:manaresource:4>,
<thaumcraft:inlay>, <thaumcraft:vis_resonator>, <thaumcraft:inlay>,
<botania:manaresource:4>, <botania:manaresource:4>, <techreborn:plates:38>],
[<techreborn:part:30>, <botania:manaresource:4>, <bloodmagic:slate:3>,
<bloodmagic:slate:3>, <bloodmagic:slate:3>, <bloodmagic:slate:3>,
<bloodmagic:slate:3>, <botania:manaresource:4>, <techreborn:part:30>],
[<bewitchment:cold_iron_plate>, <thaumcraft:inlay>, <bloodmagic:slate:3>,
<industrialforegoing:pink_slime_ingot>, <advancedrocketry:ic:3>, <industrialforegoing:pink_slime_ingot>,
<bloodmagic:slate:3>, <thaumcraft:inlay>, <bewitchment:cold_iron_plate>],
[<advancedrocketry:ic:2>, <thaumcraft:vis_resonator>, <bloodmagic:slate:3>,
<advancedrocketry:ic:3>, <libvulpes:structuremachine>, <advancedrocketry:ic:3>,
<bloodmagic:slate:3>, <thaumcraft:vis_resonator>, <advancedrocketry:ic:2>],
[<bewitchment:cold_iron_plate>, <thaumcraft:inlay>, <bloodmagic:slate:3>,
<industrialforegoing:pink_slime_ingot>, <advancedrocketry:ic:3>, <industrialforegoing:pink_slime_ingot>,
<bloodmagic:slate:3>, <thaumcraft:inlay>, <bewitchment:cold_iron_plate>],
[<techreborn:part:30>, <botania:manaresource:4>, <bloodmagic:slate:3>,
<bloodmagic:slate:3>, <bloodmagic:slate:3>, <bloodmagic:slate:3>,
<bloodmagic:slate:3>, <botania:manaresource:4>, <techreborn:part:30>],
[<techreborn:plates:38>, <botania:manaresource:4>, <botania:manaresource:4>,
<thaumcraft:inlay>, <thaumcraft:vis_resonator>, <thaumcraft:inlay>,
<botania:manaresource:4>, <botania:manaresource:4>, <techreborn:plates:38>],
[<advancedrocketry:misc:0>, <techreborn:plates:38>, <techreborn:part:30>,
<bewitchment:cold_iron_plate>, <advancedrocketry:ic:2>, <bewitchment:cold_iron_plate>,
<techreborn:part:30>, <techreborn:plates:38>, <advancedrocketry:misc:0>]]);
recipes.removeShaped(<advancedrocketry:ic:3>);
recipes.addShaped(<advancedrocketry:ic:3>,
[[<minecraft:diamond>, <draconicevolution:draconium_dust>, <minecraft:diamond>],
[<modularmachinery:itemmodularium>, <minecraft:iron_block>, <modularmachinery:itemmodularium>],
[<modularmachinery:itemmodularium>, <aether_legacy:aether_log:0>, <modularmachinery:itemmodularium>]]);
recipes.removeShaped(<advancedrocketry:rocketbuilder>);
recipes.addShaped(<advancedrocketry:rocketbuilder>,
[[<libvulpes:productrod:7>, <advancedrocketry:misc:0>, <libvulpes:productrod:7>],
[<advancedrocketry:ic:3>, <minecraft:iron_block>, <advancedrocketry:ic:3>],
[<ore:gearTitanium>, <contenttweaker:divine_star>, <ore:gearTitanium>]]);
recipes.removeShaped(<advancedrocketry:ic:4>);
recipes.addShaped(<advancedrocketry:ic:4>,
[[<minecraft:diamond>, <draconicevolution:draconium_dust>, <minecraft:diamond>],
[<modularmachinery:itemmodularium>, <minecraft:gold_block>, <modularmachinery:itemmodularium>],
[<modularmachinery:itemmodularium>, <aether_legacy:aether_log:0>, <modularmachinery:itemmodularium>]]);
recipes.remove(<advancedrocketry:rollingmachine>);
recipes.removeShaped(<advancedrocketry:terraformer>);
mods.extendedcrafting.TableCrafting.addShaped(<advancedrocketry:terraformer>,
[[<advancedrocketry:productgear:0>, <materialpart:myrmitite:plate>, <materialpart:myrmitite:plate>,
<contenttweaker:rhenium_catalyst>, <advancedrocketry:ic:5>, <contenttweaker:rhenium_catalyst>,
<materialpart:myrmitite:plate>, <materialpart:myrmitite:plate>, <advancedrocketry:productgear:0>],
[<materialpart:myrmitite:plate>, <thermalfoundation:material:359>, <thermalfoundation:material:359>,
<libvulpes:productgem:0>, <advancedrocketry:ic:3>, <libvulpes:productgem:0>,
<thermalfoundation:material:359>, <thermalfoundation:material:359>, <materialpart:myrmitite:plate>],
[<materialpart:myrmitite:plate>, <thermalfoundation:material:359>, <techreborn:solar_panel:4>,
<libvulpes:productgem:0>, <contenttweaker:arc_reactor_coil>, <libvulpes:productgem:0>,
<techreborn:solar_panel:4>, <thermalfoundation:material:359>, <materialpart:myrmitite:plate>],
[<contenttweaker:rhenium_catalyst>, <libvulpes:productgem:0>, <libvulpes:productgem:0>,
<draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>,
<libvulpes:productgem:0>, <libvulpes:productgem:0>, <contenttweaker:rhenium_catalyst>],
[<advancedrocketry:ic:5>, <advancedrocketry:ic:3>, <contenttweaker:arc_reactor_coil>,
<draconicevolution:energy_crystal:2>, <libvulpes:advstructuremachine>, <draconicevolution:energy_crystal:2>,
<contenttweaker:arc_reactor_coil>, <advancedrocketry:ic:3>, <advancedrocketry:ic:5>],
[<contenttweaker:rhenium_catalyst>, <libvulpes:productgem:0>, <libvulpes:productgem:0>,
<draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>,
<libvulpes:productgem:0>, <libvulpes:productgem:0>, <contenttweaker:rhenium_catalyst>],
[<materialpart:myrmitite:plate>, <thermalfoundation:material:359>, <techreborn:solar_panel:4>,
<libvulpes:productgem:0>, <contenttweaker:arc_reactor_coil>, <libvulpes:productgem:0>,
<techreborn:solar_panel:4>, <thermalfoundation:material:359>, <materialpart:myrmitite:plate>],
[<materialpart:myrmitite:plate>, <thermalfoundation:material:359>, <thermalfoundation:material:359>,
<libvulpes:productgem:0>, <advancedrocketry:ic:3>, <libvulpes:productgem:0>,
<thermalfoundation:material:359>, <thermalfoundation:material:359>, <materialpart:myrmitite:plate>],
[<advancedrocketry:productgear:0>, <materialpart:myrmitite:plate>, <materialpart:myrmitite:plate>,
<contenttweaker:rhenium_catalyst>, <advancedrocketry:ic:5>, <contenttweaker:rhenium_catalyst>,
<materialpart:myrmitite:plate>, <materialpart:myrmitite:plate>, <advancedrocketry:productgear:0>]]);
recipes.removeShaped(<advancedrocketry:gravitymachine>);
mods.extendedcrafting.TableCrafting.addShaped(<advancedrocketry:gravitymachine>,
[[<advancedrocketry:satelliteprimaryfunction:2>, <libvulpes:productsheet:7>, <libvulpes:productsheet:7>,
<libvulpes:productsheet:7>, <libvulpes:productsheet:7>, <libvulpes:productsheet:7>,
<libvulpes:productsheet:7>, <libvulpes:productsheet:7>, <advancedrocketry:satelliteprimaryfunction:2>],
[<libvulpes:productsheet:7>, <avaritia:endest_pearl>, <avaritia:block_resource:0>,
<contenttweaker:vethea_garnet>, <contenttweaker:dream_cluster>, <contenttweaker:vethea_garnet>,
<avaritia:block_resource:0>, <avaritia:endest_pearl>, <libvulpes:productsheet:7>],
[<libvulpes:productsheet:7>, <avaritia:block_resource:0>, <divinerpg:arksiane_lump>,
<contenttweaker:vethea_garnet>, <contenttweaker:nightmare_machine_case>, <contenttweaker:vethea_garnet>,
<divinerpg:arksiane_lump>, <avaritia:block_resource:0>, <libvulpes:productsheet:7>],
[<libvulpes:productsheet:7>, <contenttweaker:vethea_garnet>, <contenttweaker:vethea_garnet>,
<contenttweaker:mythic_excavation_reactor>, <contenttweaker:mythic_excavation_reactor>, <contenttweaker:mythic_excavation_reactor>,
<contenttweaker:vethea_garnet>, <contenttweaker:vethea_garnet>, <libvulpes:productsheet:7>],
[<libvulpes:productsheet:7>, <contenttweaker:dream_cluster>, <contenttweaker:nightmare_machine_case>,
<contenttweaker:mythic_excavation_reactor>, <advancedrocketry:warpcore>, <contenttweaker:mythic_excavation_reactor>,
<contenttweaker:nightmare_machine_case>, <contenttweaker:dream_cluster>, <libvulpes:productsheet:7>],
[<libvulpes:productsheet:7>, <contenttweaker:vethea_garnet>, <contenttweaker:vethea_garnet>,
<contenttweaker:mythic_excavation_reactor>, <contenttweaker:mythic_excavation_reactor>, <contenttweaker:mythic_excavation_reactor>,
<contenttweaker:vethea_garnet>, <contenttweaker:vethea_garnet>, <libvulpes:productsheet:7>],
[<libvulpes:productsheet:7>, <avaritia:block_resource:0>, <divinerpg:arksiane_lump>,
<contenttweaker:vethea_garnet>, <contenttweaker:nightmare_machine_case>, <contenttweaker:vethea_garnet>,
<divinerpg:arksiane_lump>, <avaritia:block_resource:0>, <libvulpes:productsheet:7>],
[<libvulpes:productsheet:7>, <avaritia:endest_pearl>, <avaritia:block_resource:0>,
<contenttweaker:vethea_garnet>, <contenttweaker:dream_cluster>, <contenttweaker:vethea_garnet>,
<avaritia:block_resource:0>, <avaritia:endest_pearl>, <libvulpes:productsheet:7>],
[<advancedrocketry:satelliteprimaryfunction:2>, <libvulpes:productsheet:7>, <libvulpes:productsheet:7>,
<libvulpes:productsheet:7>, <libvulpes:productsheet:7>, <libvulpes:productsheet:7>,
<libvulpes:productsheet:7>, <libvulpes:productsheet:7>, <advancedrocketry:satelliteprimaryfunction:2>]]);
recipes.remove(<advancedrocketry:solargenerator>);
recipes.remove(<libvulpes:coalgenerator>);
mods.techreborn.rollingMachine.addShaped(<advancedrocketry:pressuretank:0>,
[[<ore:plateIron>,null,null],
[null,<ore:plateIron>,null],
[null,null,<ore:plateIron>]]);
mods.techreborn.rollingMachine.addShaped(<advancedrocketry:pressuretank:1>,
[[<ore:plateSteel>,null,null],
[null,<ore:plateSteel>,null],
[null,null,<ore:plateSteel>]]);
mods.techreborn.rollingMachine.addShaped(<advancedrocketry:pressuretank:3>,
[[<ore:plateTitanium>,null,null],
[null,<ore:plateTitanium>,null],
[null,null,<ore:plateTitanium>]]);
mods.techreborn.rollingMachine.addShaped(<advancedrocketry:pressuretank:2>,
[[<ore:plateAluminum>,null,null],
[null,<ore:plateAluminum>,null],
[null,null,<ore:plateAluminum>]]);
mods.techreborn.rollingMachine.addShapeless(<libvulpes:productsheet:1>, [<ore:plateIron>]);
mods.techreborn.rollingMachine.addShapeless(<libvulpes:productsheet:4>, [<ore:plateCopper>]);
mods.techreborn.rollingMachine.addShapeless(<libvulpes:productsheet:6>, [<ore:plateSteel>]);
mods.techreborn.rollingMachine.addShapeless(<libvulpes:productsheet:7>, [<ore:plateTitanium>]);
mods.techreborn.rollingMachine.addShapeless(<libvulpes:productsheet:9>, [<ore:plateAluminum>]);
mods.techreborn.rollingMachine.addShapeless(<advancedrocketry:productsheet:0>, [<ore:plateTitaniumAluminide>]);
mods.techreborn.rollingMachine.addShapeless(<advancedrocketry:productsheet:1>, [<ore:plateTitaniumIridium>]);
//recipes.addShaped(<advancedrocketry:rollingmachine>,
//[[null, <ore:gearLumium>, null],
//[<advancedrocketry:pressuretank:2>, <techreborn:rolling_machine>, <advancedrocketry:pressuretank:2>],
//[<ore:plateMagnalium>, <libvulpes:structuremachine>, <ore:plateMagnalium>]]);
recipes.addShaped(<libvulpes:metal0:7>*8,
[[<ore:blockTitanium>, <ore:blockTitanium>, <ore:blockTitanium>],
[<ore:blockTitanium>, null, <ore:blockTitanium>],
[<ore:blockTitanium>, <ore:blockTitanium>, <ore:blockTitanium>]]);
recipes.removeShaped(<advancedrocketry:lathe>);
recipes.addShapeless(<advancedrocketry:moonturf>,
[<contenttweaker:fragment_of_the_arbiter>.reuse(),
<minecraft:cobblestone>]);
recipes.addShapeless(<advancedrocketry:moonturf_dark>,
[<contenttweaker:fragment_of_the_arbiter>.reuse(),
<minecraft:mossy_cobblestone>]);
+60
View File
@@ -0,0 +1,60 @@
mods.techreborn.industrialGrinder.addRecipe(<divinerpg:arlemite_ingot>*3, <aoa3:runium_chunk>, null, null, <divinerpg:arlemite_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<divinerpg:realmite_ingot>*3, <aoa3:runium_chunk>, null, null, <divinerpg:realmite_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<divinerpg:rupee_ingot>*3, <aoa3:runium_chunk>, null, null, <divinerpg:rupee_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<divinerpg:netherite_ingot>*3, <aoa3:runium_chunk>, null, null, <divinerpg:netherite_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<divinerpg:bloodgem>*3, <aoa3:runium_chunk>, null, null, <divinerpg:bloodgem_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:amethyst>*3, <thermalfoundation:material:70>, null, null, <aoa3:amethyst_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:sapphire>*3, <thermalfoundation:material:70>, null, null, <aoa3:sapphire_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:jade>*3, <thermalfoundation:material:70>, null, null, <aoa3:jade_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:limonite_ingot>*3, <thermalfoundation:material:70>, null, null, <aoa3:limonite_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:rosite_ingot>*3, <thermalfoundation:material:70>, null, null, <aoa3:rosite_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:emberstone_ingot>*3, <nuclearcraft:compound:5>, null, null, <aoa3:emberstone_ore>, null, 30, 256);
recipes.addShapeless(<divinerpg:arlemite_ingot>*5,
[<divinerpg:arlemite_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<divinerpg:realmite_ingot>*5,
[<divinerpg:realmite_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<divinerpg:rupee_ingot>*5,
[<divinerpg:rupee_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<divinerpg:netherite_ingot>*5,
[<divinerpg:netherite_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<divinerpg:bloodgem>*5,
[<divinerpg:bloodgem_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:sapphire>*5,
[<aoa3:sapphire_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:amethyst>*5,
[<aoa3:amethyst_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:jade>*5,
[<aoa3:jade_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:limonite_ingot>*5,
[<aoa3:limonite_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:rosite_ingot>*5,
[<aoa3:rosite_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:emberstone_ingot>*5,
[<aoa3:emberstone_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:runium_chunk>*5,
[<aoa3:runium_ore>, <thermalfoundation:material:1028>]);
+36
View File
@@ -0,0 +1,36 @@
recipes.addShaped(<aoa3:lunar_helmet>,
[[<aoa3:lunar_ingot>, <aoa3:orbulon>, <aoa3:lunar_ingot>],
[<aoa3:lunar_ingot>, null, <aoa3:lunar_ingot>],
[null, null, null]]);
recipes.addShaped(<aoa3:lunar_chestplate>,
[[<aoa3:lunar_ingot>, null, <aoa3:lunar_ingot>],
[<aoa3:lunar_ingot>, <aoa3:orbulon>, <aoa3:lunar_ingot>],
[<aoa3:lunar_ingot>, <aoa3:lunar_ingot>, <aoa3:lunar_ingot>]]);
recipes.addShaped(<aoa3:lunar_legs>,
[[<aoa3:lunar_ingot>, <aoa3:orbulon>, <aoa3:lunar_ingot>],
[<aoa3:lunar_ingot>, null, <aoa3:lunar_ingot>],
[<aoa3:lunar_ingot>, null, <aoa3:lunar_ingot>]]);
recipes.addShaped(<aoa3:lunar_boots>,
[[<aoa3:lunar_ingot>, null, <aoa3:lunar_ingot>],
[<aoa3:orbulon>, null, <aoa3:orbulon>],
[null, null, null]]);
recipes.addShaped(<aoa3:divine_enhancer>,
[[<minecraft:nether_star>, <ore:dustMana>, <aoa3:runium_chunk>],
[<ore:dustMana>, <minecraft:glass>, <ore:dustMana>],
[<aoa3:runium_chunk>, <ore:dustMana>, <minecraft:ghast_tear>]]);
recipes.addShaped(<aoa3:luck_enhancer>,
[[<minecraft:rabbit_foot>, <ore:dustMana>, <aoa3:runium_chunk>],
[<ore:dustMana>, <minecraft:glass>, <ore:dustMana>],
[<aoa3:runium_chunk>, <ore:dustMana>, <minecraft:rabbit_foot>]]);
recipes.addShaped(<aoa3:magic_enhancer>,
[[<minecraft:ender_eye>, <ore:dustMana>, <aoa3:runium_chunk>],
[<ore:dustMana>, <minecraft:glass>, <ore:dustMana>],
[<aoa3:runium_chunk>, <ore:dustMana>, <minecraft:ender_eye>]]);
+25
View File
@@ -0,0 +1,25 @@
rec1=mods.techreborn.fluidReplicator.addRecipe(30,<fluid:rosite>*1000,1600,3000);
rec2=mods.techreborn.fluidReplicator.addRecipe(30,<fluid:limonite>*1000,1600,3000);
rec3=mods.techreborn.fluidReplicator.addRecipe(40,<fluid:baronyte>*1000,1600,3000);
rec4=mods.techreborn.fluidReplicator.addRecipe(50,<fluid:blazium>*1000,1600,3000);
rec5=mods.techreborn.fluidReplicator.addRecipe(50,<fluid:elecanium>*1000,1600,3000);
rec6=mods.techreborn.fluidReplicator.addRecipe(40,<fluid:emberstone>*1000,1600,3000);
rec7=mods.techreborn.fluidReplicator.addRecipe(50,<fluid:ghastly>*1000,1600,3000);
rec8=mods.techreborn.fluidReplicator.addRecipe(50,<fluid:ghoulish>*1000,1600,3000);
rec9=mods.techreborn.fluidReplicator.addRecipe(50,<fluid:lunar>*1000,1600,3000);
rec10=mods.techreborn.fluidReplicator.addRecipe(50,<fluid:lyon>*1000,1600,3000);
rec11=mods.techreborn.fluidReplicator.addRecipe(50,<fluid:mystite>*1000,1600,3000);
rec12=mods.techreborn.fluidReplicator.addRecipe(60,<fluid:shyrestone>*1000,1600,3000);
rec13=mods.techreborn.fluidReplicator.addRecipe(50,<fluid:ghoulish>*1000,1600,3000);
+5
View File
@@ -0,0 +1,5 @@
recipes.addShaped(<contenttweaker:hidden_errors_callstone>,
[[<contenttweaker:darkstar_stone>, <ebwizardry:attunement_upgrade>, <contenttweaker:darkstar_stone>],
[<ebwizardry:attunement_upgrade>, <ebwizardry:master_wand>.reuse(), <ebwizardry:attunement_upgrade>],
[<contenttweaker:darkstar_stone>, <ebwizardry:attunement_upgrade>, <contenttweaker:darkstar_stone>]]);
+185
View File
@@ -0,0 +1,185 @@
import crafttweaker.data.IData;
import crafttweaker.item.IItemStack;
// Remove default recipes
recipes.remove(<agricraft:seed_analyzer>);
recipes.remove(<agricraft:peripheral>);
// Add recipe for Portable Seed Analyzer
recipes.addShaped(<contenttweaker:seed_analyzer>,
[[<ore:stickWood>, <ore:paneGlass>, <ore:stickWood>],
[<ore:dustRedstone>, <ore:slabStone>, <ore:stickWood>],
[<ore:plankWood>, <ore:slabWood>, <ore:plankWood>]]);
// Define a function to add seed analysis recipes
function addSeedAnalysisRecipe(seedItem as IItemStack, recipeName as string) {
recipes.addShapeless(
recipeName,
seedItem,
[
(seedItem.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn(),
<contenttweaker:seed_analyzer>.reuse()
],
function(out, ins, cInfo) {
var species = ins.mark.tag.agri_seed as string;
var strength = ins.mark.tag.agri_strength as byte;
var gain = ins.mark.tag.agri_gain as byte;
var growth = ins.mark.tag.agri_growth as byte;
var analyzed = 1 as byte;
var updatedTag as IData = {
agri_analyzed: analyzed,
agri_strength: strength,
agri_gain: gain,
agri_seed: species,
agri_growth: growth
};
return out.updateTag(updatedTag);
},
null
);
}
// Define all seeds that need analysis recipes
var seedsToAnalyze as IItemStack[] = [
<agricraft:agri_seed>,
<mysticalagradditions:tier6_inferium_seeds>,
<mysticalagradditions:nether_star_seeds>,
<mysticalagradditions:dragon_egg_seeds>,
<mysticalagradditions:awakened_draconium_seeds>,
<mysticalagradditions:neutronium_seeds>,
<mysticalagriculture:tier1_inferium_seeds>,
<mysticalagriculture:tier2_inferium_seeds>,
<mysticalagriculture:tier3_inferium_seeds>,
<mysticalagriculture:tier4_inferium_seeds>,
<mysticalagriculture:tier5_inferium_seeds>,
<mysticalagriculture:stone_seeds>,
<mysticalagriculture:dirt_seeds>,
<mysticalagriculture:nature_seeds>,
<mysticalagriculture:wood_seeds>,
<mysticalagriculture:water_seeds>,
<mysticalagriculture:ice_seeds>,
<mysticalagriculture:fire_seeds>,
<mysticalagriculture:dye_seeds>,
<mysticalagriculture:nether_seeds>,
<mysticalagriculture:coal_seeds>,
<mysticalagriculture:iron_seeds>,
<mysticalagriculture:nether_quartz_seeds>,
<mysticalagriculture:glowstone_seeds>,
<mysticalagriculture:redstone_seeds>,
<mysticalagriculture:obsidian_seeds>,
<mysticalagriculture:gold_seeds>,
<mysticalagriculture:lapis_lazuli_seeds>,
<mysticalagriculture:end_seeds>,
<mysticalagriculture:diamond_seeds>,
<mysticalagriculture:emerald_seeds>,
<mysticalagriculture:slime_seeds>,
<mysticalagriculture:silicon_seeds>,
<mysticalagriculture:sulfur_seeds>,
<mysticalagriculture:aluminum_seeds>,
<mysticalagriculture:copper_seeds>,
<mysticalagriculture:saltpeter_seeds>,
<mysticalagriculture:tin_seeds>,
<mysticalagriculture:zinc_seeds>,
<mysticalagriculture:silver_seeds>,
<mysticalagriculture:lead_seeds>,
<mysticalagriculture:graphite_seeds>,
<mysticalagriculture:nickel_seeds>,
<mysticalagriculture:mithril_seeds>,
<mysticalagriculture:tungsten_seeds>,
<mysticalagriculture:titanium_seeds>,
<mysticalagriculture:uranium_seeds>,
<mysticalagriculture:chrome_seeds>,
<mysticalagriculture:platinum_seeds>,
<mysticalagriculture:iridium_seeds>,
<mysticalagriculture:ruby_seeds>,
<mysticalagriculture:sapphire_seeds>,
<mysticalagriculture:peridot_seeds>,
<mysticalagriculture:amber_seeds>,
<mysticalagriculture:topaz_seeds>,
<mysticalagriculture:malachite_seeds>,
<mysticalagriculture:tanzanite_seeds>,
<mysticalagriculture:hop_graphite_seeds>,
<mysticalagriculture:knightslime_seeds>,
<mysticalagriculture:ardite_seeds>,
<mysticalagriculture:cobalt_seeds>,
<mysticalagriculture:mystical_flower_seeds>,
<mysticalagriculture:quicksilver_seeds>,
<mysticalagriculture:thaumium_seeds>,
<mysticalagriculture:void_metal_seeds>,
<mysticalagriculture:marble_seeds>,
<mysticalagriculture:limestone_seeds>,
<mysticalagriculture:basalt_seeds>,
<mysticalagriculture:apatite_seeds>,
<mysticalagriculture:electrotine_seeds>,
<mysticalagriculture:steeleaf_seeds>,
<mysticalagriculture:ironwood_seeds>,
<mysticalagriculture:knightmetal_seeds>,
<mysticalagriculture:fiery_ingot_seeds>,
<mysticalagriculture:coralium_seeds>,
<mysticalagriculture:abyssalnite_seeds>,
<mysticalagriculture:dreadium_seeds>,
<mysticalagriculture:slimy_bone_seeds>,
<mysticalagriculture:syrmorite_seeds>,
<mysticalagriculture:octine_seeds>,
<mysticalagriculture:valonite_seeds>,
<mysticalagriculture:thorium_seeds>,
<mysticalagriculture:boron_seeds>,
<mysticalagriculture:lithium_seeds>,
<mysticalagriculture:magnesium_seeds>,
<mysticalagriculture:black_quartz_seeds>,
<mysticalagriculture:menril_seeds>,
<mysticalagriculture:aquamarine_seeds>,
<mysticalagriculture:starmetal_seeds>,
<mysticalagriculture:rock_crystal_seeds>,
<mysticalagriculture:jade_seeds>,
<mysticalagriculture:ender_amethyst_seeds>,
<mysticalagriculture:draconium_seeds>,
<mysticalagriculture:yellorium_seeds>,
<mysticalagriculture:sky_stone_seeds>,
<mysticalagriculture:certus_quartz_seeds>,
<mysticalagriculture:fluix_seeds>,
<actuallyadditions:item_flax_seed>,
<actuallyadditions:item_rice_seed>,
<immersiveengineering:seed:0>,
<actuallyadditions:item_canola_seed>,
<aoa3:holly_top_seeds>
];
// Add analysis recipes for all defined seeds
for i, seed in seedsToAnalyze {
addSeedAnalysisRecipe(seed, "scan_seed_" + i);
}
val agriclip = <agricraft:clipping>;
recipes.addShapeless(
"scanagriclipping",<agricraft:agri_seed>,
[(agriclip.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn(),
<contenttweaker:seed_analyzer>.reuse()],
function(out,ins,cInfo){
var species = ins.mark.tag.agri_seed as string;
var strength = ins.mark.tag.agri_strength as byte;
var gain = ins.mark.tag.agri_gain as byte;
var growth = ins.mark.tag.agri_growth as byte;
var analyzed = 1 as byte;
var updatedTag as IData = {
agri_analyzed: analyzed,
agri_strength: strength,
agri_gain: gain,
agri_seed: species,
agri_growth: growth
};
return out.updateTag(updatedTag);
},
null
);
+9
View File
@@ -0,0 +1,9 @@
recipes.remove(<thermalfoundation:material:100>);
recipes.remove(<thermalfoundation:material:97>);
recipes.remove(<thermalfoundation:material:99>);
recipes.remove(<thermalfoundation:material:98>);
recipes.removeShapeless(<thermalfoundation:material:163>);
+43
View File
@@ -0,0 +1,43 @@
recipes.removeShaped(<enderio:block_simple_alloy_smelter>);
recipes.addShaped(<enderio:block_simple_alloy_smelter>,
[[<thermalfoundation:material:164>, <thermalfoundation:material:164>, <thermalfoundation:material:164>],
[<minecraft:furnace>, <enderio:item_material:0>, <minecraft:furnace>],
[<ore:gearStone>, <minecraft:bucket>, <ore:gearStone>]]);
recipes.remove(<enderio:block_alloy_smelter>);
recipes.addShaped(<enderio:block_alloy_smelter>,
[[<enderio:item_alloy_ingot:6>, null, <enderio:item_alloy_ingot:6>],
[<enderio:block_simple_alloy_smelter>, <enderio:item_material:1>, <enderio:block_simple_furnace>],
[<ore:gearDark>, null, <ore:gearDark>]]);
recipes.remove(<enderio:block_enhanced_alloy_smelter>);
recipes.addShaped(<enderio:block_enhanced_alloy_smelter>,
[[null, null, null],
[<enderio:item_alloy_ingot:8>, <enderio:block_alloy_smelter>, <enderio:item_alloy_ingot:8>],
[<enderio:item_material:13>, <enderio:item_material:54>, <enderio:item_material:13>]]);
recipes.removeShaped(<nuclearcraft:alloy_furnace_idle>);
recipes.addShaped(<nuclearcraft:alloy_furnace_idle>,
[[<nuclearcraft:part:0>, <minecraft:redstone>, <nuclearcraft:part:0>],
[<thermalfoundation:material:164>, <minecraft:furnace>, <thermalfoundation:material:164>],
[<nuclearcraft:part:0>, <nuclearcraft:part:4>, <nuclearcraft:part:0>]]);
recipes.removeShaped(<techreborn:iron_alloy_furnace>);
recipes.removeShaped(<techreborn:alloy_smelter>);
recipes.addShaped(<techreborn:alloy_smelter>,
[[null, <techreborn:part:29>, null],
[<techreborn:electric_furnace>, <techreborn:machine_frame:0>, <techreborn:electric_furnace>],
[null, <thermalfoundation:material:164>, null]]);
recipes.removeShaped(<thermalexpansion:machine:3>);
recipes.addShaped(<thermalexpansion:machine:3>,
[[null, <ore:gearInvar>, null],
[<thermalfoundation:material:164>, <thermalexpansion:frame:0>, <thermalfoundation:material:164>],
[<ore:gearCopper>, <thermalfoundation:material:513>, <ore:gearCopper>]]);
+152
View File
@@ -0,0 +1,152 @@
import crafttweaker.data.IData;
import crafttweaker.item.IItemStack;
function addDupeAnimaStone(seedItem as IItemStack, recipeName as string) {
recipes.addShapeless(
recipeName,
seedItem*3,
[
//(seedItem.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn(),
(seedItem.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })),
<aoa3:fragmented_anima_stone>
],
function(out, ins, cInfo) {
var species = ins.mark.tag.agri_seed as string;
var strength = ins.mark.tag.agri_strength as byte;
var gain = ins.mark.tag.agri_gain as byte;
var growth = ins.mark.tag.agri_growth as byte;
var updatedTag as IData = {
agri_strength: strength,
agri_gain: gain,
agri_seed: species,
agri_growth: growth
};
return out.updateTag(updatedTag);
},
null
);
}
// Define all seeds that need analysis recipes
var seedsToAnalyze as IItemStack[] = [
<mysticalagradditions:tier6_inferium_seeds>,
<mysticalagradditions:nether_star_seeds>,
<mysticalagradditions:dragon_egg_seeds>,
<mysticalagradditions:awakened_draconium_seeds>,
<mysticalagradditions:neutronium_seeds>,
<mysticalagriculture:tier1_inferium_seeds>,
<mysticalagriculture:tier2_inferium_seeds>,
<mysticalagriculture:tier3_inferium_seeds>,
<mysticalagriculture:tier4_inferium_seeds>,
<mysticalagriculture:tier5_inferium_seeds>,
<mysticalagriculture:stone_seeds>,
<mysticalagriculture:dirt_seeds>,
<mysticalagriculture:nature_seeds>,
<mysticalagriculture:wood_seeds>,
<mysticalagriculture:water_seeds>,
<mysticalagriculture:ice_seeds>,
<mysticalagriculture:fire_seeds>,
<mysticalagriculture:dye_seeds>,
<mysticalagriculture:nether_seeds>,
<mysticalagriculture:coal_seeds>,
<mysticalagriculture:iron_seeds>,
<mysticalagriculture:nether_quartz_seeds>,
<mysticalagriculture:glowstone_seeds>,
<mysticalagriculture:redstone_seeds>,
<mysticalagriculture:obsidian_seeds>,
<mysticalagriculture:gold_seeds>,
<mysticalagriculture:lapis_lazuli_seeds>,
<mysticalagriculture:end_seeds>,
<mysticalagriculture:diamond_seeds>,
<mysticalagriculture:emerald_seeds>,
<mysticalagriculture:slime_seeds>,
<mysticalagriculture:silicon_seeds>,
<mysticalagriculture:sulfur_seeds>,
<mysticalagriculture:aluminum_seeds>,
<mysticalagriculture:copper_seeds>,
<mysticalagriculture:saltpeter_seeds>,
<mysticalagriculture:tin_seeds>,
<mysticalagriculture:zinc_seeds>,
<mysticalagriculture:silver_seeds>,
<mysticalagriculture:lead_seeds>,
<mysticalagriculture:graphite_seeds>,
<mysticalagriculture:nickel_seeds>,
<mysticalagriculture:mithril_seeds>,
<mysticalagriculture:tungsten_seeds>,
<mysticalagriculture:titanium_seeds>,
<mysticalagriculture:uranium_seeds>,
<mysticalagriculture:chrome_seeds>,
<mysticalagriculture:platinum_seeds>,
<mysticalagriculture:iridium_seeds>,
<mysticalagriculture:ruby_seeds>,
<mysticalagriculture:sapphire_seeds>,
<mysticalagriculture:peridot_seeds>,
<mysticalagriculture:amber_seeds>,
<mysticalagriculture:topaz_seeds>,
<mysticalagriculture:malachite_seeds>,
<mysticalagriculture:tanzanite_seeds>,
<mysticalagriculture:hop_graphite_seeds>,
<mysticalagriculture:knightslime_seeds>,
<mysticalagriculture:ardite_seeds>,
<mysticalagriculture:cobalt_seeds>,
<mysticalagriculture:mystical_flower_seeds>,
<mysticalagriculture:quicksilver_seeds>,
<mysticalagriculture:thaumium_seeds>,
<mysticalagriculture:void_metal_seeds>,
<mysticalagriculture:marble_seeds>,
<mysticalagriculture:limestone_seeds>,
<mysticalagriculture:basalt_seeds>,
<mysticalagriculture:apatite_seeds>,
<mysticalagriculture:electrotine_seeds>,
<mysticalagriculture:steeleaf_seeds>,
<mysticalagriculture:ironwood_seeds>,
<mysticalagriculture:knightmetal_seeds>,
<mysticalagriculture:fiery_ingot_seeds>,
<mysticalagriculture:coralium_seeds>,
<mysticalagriculture:abyssalnite_seeds>,
<mysticalagriculture:dreadium_seeds>,
<mysticalagriculture:slimy_bone_seeds>,
<mysticalagriculture:syrmorite_seeds>,
<mysticalagriculture:octine_seeds>,
<mysticalagriculture:valonite_seeds>,
<mysticalagriculture:thorium_seeds>,
<mysticalagriculture:boron_seeds>,
<mysticalagriculture:lithium_seeds>,
<mysticalagriculture:magnesium_seeds>,
<mysticalagriculture:black_quartz_seeds>,
<mysticalagriculture:menril_seeds>,
<mysticalagriculture:aquamarine_seeds>,
<mysticalagriculture:starmetal_seeds>,
<mysticalagriculture:rock_crystal_seeds>,
<mysticalagriculture:jade_seeds>,
<mysticalagriculture:ender_amethyst_seeds>,
<mysticalagriculture:draconium_seeds>,
<mysticalagriculture:yellorium_seeds>,
<mysticalagriculture:sky_stone_seeds>,
<mysticalagriculture:certus_quartz_seeds>,
<mysticalagriculture:fluix_seeds>,
<actuallyadditions:item_flax_seed>,
<actuallyadditions:item_rice_seed>,
<immersiveengineering:seed:0>,
<actuallyadditions:item_canola_seed>,
<aoa3:holly_top_seeds>,
<agricraft:agri_seed>
];
// Add analysis recipes for all defined seeds
for i, seed in seedsToAnalyze {
addDupeAnimaStone(seed, "dupe_anima_seed_" + i);
}
+101
View File
@@ -0,0 +1,101 @@
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 1, potency: 8, name: "minecraft:instant_damage"}]}),
[<gendustry:honey_comb:14019>,
<contenttweaker:lyonite_plate>,
<xreliquary:mob_ingredient:8>,
<botania:pestleandmortar>.reuse()
]);
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 100, potency: 5, name: "minecraft:wither"}]}),
[<gendustry:honey_comb:14019>,
<minecraft:skull:1>,
<aoa3:wither_rune>,
<botania:pestleandmortar>.reuse()
]);
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 100, potency: 4, name: "bewitchment:iceworld"}]}),
[<gendustry:honey_comb:14019>,
<bewitchment:perpetual_ice>,
<xreliquary:mob_ingredient:10>,
<botania:pestleandmortar>.reuse()
]);
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 100, potency: 4, name: "abyssalcraft:dplague"}]}),
[<gendustry:honey_comb:14019>,
<ore:blockDreadium>,
<xreliquary:mob_ingredient:7>,
<botania:pestleandmortar>.reuse()
]);
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 100, potency: 4, name: "abyssalcraft:cplague"}]}),
[<gendustry:honey_comb:14019>,
<ore:blockLiquifiedCoralium>,
<xreliquary:mob_ingredient:7>,
<botania:pestleandmortar>.reuse()
]);
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 10000, potency: 4, name: "xreliquary:flight_potion"}]}),
[<gendustry:honey_comb:14019>,
<aether_legacy:aercloud:2>,
<xreliquary:mob_ingredient:9>,
<botania:pestleandmortar>.reuse()
]);
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 100, potency: 0, name: "thaumcraft:deathgaze"}]}),
[<gendustry:honey_comb:14019>,
<ore:blockVoid>,
<xreliquary:mob_ingredient:12>,
<botania:pestleandmortar>.reuse()
]);
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 100, potency: 0, name: "bewitchment:fear"}]}),
[<gendustry:honey_comb:14019>,
<abyssalcraft:ethaxiumbrick:0>,
<xreliquary:mob_ingredient:12>,
<botania:pestleandmortar>.reuse()
]);
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 1000, potency: 0, name: "ebwizardry:curse_of_undeath"}]}),
[<gendustry:honey_comb:14019>,
<thaumcraft:flesh_block>,
<xreliquary:mob_ingredient:6>,
<botania:pestleandmortar>.reuse()
]);
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 10000, potency: 3, name: "minecraft:haste"}]}),
[<gendustry:honey_comb:14019>,
<minecraft:pumpkin_pie>,
<minecraft:pumpkin_pie>,
<minecraft:pumpkin_pie>,
<minecraft:gold_nugget>,
<botania:pestleandmortar>.reuse()
]);
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 10000, potency: 3, name: "minecraft:speed"}]}),
[<gendustry:honey_comb:14019>,
<minecraft:pumpkin_pie>,
<minecraft:pumpkin_pie>,
<minecraft:pumpkin_pie>,
<minecraft:melon>,
<botania:pestleandmortar>.reuse()
]);
recipes.addShapeless(<xreliquary:potion_essence>.withTag({effects: [{duration: 10000, potency: 10, name: "minecraft:regeneration"}]}),
[<gendustry:honey_comb:14019>,
<xreliquary:mob_ingredient:9>,
<contenttweaker:pure_egg>,
<botania:pestleandmortar>.reuse()
]);
File diff suppressed because it is too large Load Diff
+6
View File
@@ -0,0 +1,6 @@
import mods.modularmachinery.RecipeBuilder;
val arcreactor = RecipeBuilder.newBuilder("arcreactor","arc_reactor",1200);
arcreactor.addEnergyPerTickOutput(1200000);
arcreactor.addItemOutput(<contenttweaker:arc_residue>);
arcreactor.build();
+22
View File
@@ -0,0 +1,22 @@
recipes.addShaped(<contenttweaker:constructor_summoner>,
[[<divinerpg:collector>, <ore:manaPearl>, <divinerpg:collector>],
[<ore:manaPearl>, <botania:storage:0>, <ore:manaPearl>],
[<divinerpg:collector>, <ore:manaPearl>, <divinerpg:collector>]]);
recipes.addShaped(<contenttweaker:lord_summoner>,
[[<divinerpg:arcanium>, <ore:manaPearl>, <divinerpg:arcanium>],
[<ore:manaPearl>, <botania:storage:0>, <ore:manaPearl>],
[<divinerpg:arcanium>, <ore:manaPearl>, <divinerpg:arcanium>]]);
recipes.addShaped(<contenttweaker:captaimerik_summoner>,
[[<divinerpg:arcanium>, <ore:manaPearl>, <divinerpg:arcanium>],
[<ore:manaPearl>, <botania:storage:2>, <ore:manaPearl>],
[<divinerpg:arcanium>, <ore:manaPearl>, <divinerpg:arcanium>]]);
recipes.addShaped(<contenttweaker:wargeneral_summoner>,
[[<divinerpg:arcanium>, <ore:manaPearl>, <divinerpg:arcanium>],
[<ore:manaPearl>, <botania:manasteelsword>, <ore:manaPearl>],
[<divinerpg:arcanium>, <ore:manaPearl>, <divinerpg:arcanium>]]);
+107
View File
@@ -0,0 +1,107 @@
import crafttweaker.item.IItemStack;
recipes.remove(<astralsorcery:blockblackmarble>);
recipes.addShaped(<astralsorcery:blockblackmarble:0>*32,
[[<ore:stoneMarble>, <ore:stoneMarble>, <ore:stoneMarble>],
[<ore:stoneMarble>, <appliedenergistics2:material:12>, <ore:stoneMarble>],
[<ore:stoneMarble>, <ore:stoneMarble>, <ore:stoneMarble>]]);
recipes.addShaped(<projectred-exploration:stone:1>*4,
[[<ore:stoneMarble>, null, <ore:stoneMarble>],
[null, null, null],
[<ore:stoneMarble>, null, <ore:stoneMarble>]]);
recipes.addShaped(<astralsorcery:blockblackmarble:0>*8,
[[<ore:stoneMarble>, <ore:stoneMarble>, <ore:stoneMarble>],
[<ore:stoneMarble>, <astralsorcery:blockaltar:0>.reuse(), <ore:stoneMarble>],
[<ore:stoneMarble>, <ore:stoneMarble>, <ore:stoneMarble>]]);
mods.astralsorcery.Lightwell.addLiquefaction(<contenttweaker:the_dark_star>, <fluid:astralsorcery.liquidstarlight>, 2.5, 1000.0, 0);
// Mineralis Ritual Ores list
var ritualOres as IItemStack[] = [
<minecraft:coal_ore>,
<minecraft:iron_ore>,
<minecraft:gold_ore>,
<minecraft:lapis_ore>,
<minecraft:redstone_ore>,
<minecraft:diamond_ore>,
<minecraft:emerald_ore>,
<thermalfoundation:ore:4>,
<thermalfoundation:ore:0>,
<thermalfoundation:ore:1>,
<thermalfoundation:ore:3>,
<appliedenergistics2:quartz_ore>,
<thermalfoundation:ore:5>,
<thermalfoundation:ore:6>,
<thermalfoundation:ore:2>,
<thermalfoundation:ore:8>,
<biomesoplenty:gem_ore:1>,
<biomesoplenty:gem_ore:6>,
<nuclearcraft:ore:4>,
<bigreactors:oreyellorite>,
<railcraft:ore_metal:5>,
<railcraft:ore:0>,
<nuclearcraft:ore:3>,
<abyssalcraft:coraliumore>,
<abyssalcraft:abyore>,
<erebus:ore_jade>,
<techreborn:ore:4>,
<libvulpes:ore0:8>,
<aoa3:runium_ore>,
<bewitchment:salt_ore>,
<aoa3:jade_ore>,
<astralsorcery:blockcustomore:1>
];
// Add recipes for Mineralis Ritual Ores
for ore in ritualOres {
recipes.addShapeless(ore, [<contenttweaker:mineralis_ritual>]);
}
mods.thermalexpansion.Crucible.addRecipe(<fluid:astralsorcery.liquidstarlight>*1000, <contenttweaker:starlight_sphere>, 1000);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:starlight_sphere>, <fluid:astralsorcery.liquidstarlight>*1000]);
recipes.addShaped(<contenttweaker:starlight_sphere>,
[[null, <ore:gemAquamarine>, null],
[<ore:gemAquamarine>, <contenttweaker:starlight_sphere>.reuse(), <ore:gemAquamarine>],
[null, <ore:gemAquamarine>, null]]);
mods.astralsorcery.Altar.addAttunementAltarRecipe("MeatballCraft:shaped/internal/altar/holysword", <aether_legacy:holy_sword>, 500, 300, [
<aether_legacy:holystone>, <aether_legacy:enchanted_gravitite>, <aether_legacy:holystone>,
<aether_legacy:holystone>, <aether_legacy:enchanted_gravitite>, <aether_legacy:holystone>,
<aether_legacy:holystone>, <minecraft:stick>, <aether_legacy:holystone>,
<mod_lavacow:holy_sludge>, <mod_lavacow:holy_sludge>, <mod_lavacow:holy_sludge>, <mod_lavacow:holy_sludge>]);
// mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/skythernEMC",
// <astralsorcery:blockaltar:3>, 100, 100,
// [
// <astralsorcery:itemcraftingcomponent:4>, <astralsorcery:itemcraftingcomponent:4>, <astralsorcery:itemcraftingcomponent:4>,<astralsorcery:itemcraftingcomponent:4>, <astralsorcery:itemcraftingcomponent:4>,
// <astralsorcery:itemcraftingcomponent:4>, <astralsorcery:itemcraftingcomponent:4>, <astralsorcery:itemcraftingcomponent:4>, <astralsorcery:itemcraftingcomponent:4>, <astralsorcery:blockblackmarble:0>,
// <astralsorcery:blockblackmarble:0>, <astralsorcery:blockblackmarble:0>, <astralsorcery:blockblackmarble:0>, <astralsorcery:blockmarble:6>, <astralsorcery:blockmarble:6>,
// <astralsorcery:blockmarble:6>, <astralsorcery:blockmarble:6>, <astralsorcery:blockmarble:6>, <astralsorcery:blockmarble:6>,<astralsorcery:blockmarble:6>,
// <astralsorcery:blockmarble:6>,<astralsorcery:itemcraftingcomponent:3>, <astralsorcery:itemcraftingcomponent:3>,<astralsorcery:itemcraftingcomponent:3>, <astralsorcery:itemcraftingcomponent:3>
// //Outer Items, indices 25+
//
// ]);
recipes.addShaped(<contenttweaker:actualized_starlight_sphere>*8,
[[<contenttweaker:starlight_sphere>, <contenttweaker:starlight_sphere>, <contenttweaker:starlight_sphere>],
[<contenttweaker:starlight_sphere>, <avaritiaitem:self_actualizing_stone>, <contenttweaker:starlight_sphere>],
[<contenttweaker:starlight_sphere>, <contenttweaker:starlight_sphere>, <contenttweaker:starlight_sphere>]]);
recipes.addShaped(<contenttweaker:ascended_starlight_sphere>*8,
[[<contenttweaker:actualized_starlight_sphere>, <contenttweaker:actualized_starlight_sphere>, <contenttweaker:actualized_starlight_sphere>],
[<contenttweaker:actualized_starlight_sphere>, <contenttweaker:astral_mastery_tome>.reuse(), <contenttweaker:actualized_starlight_sphere>],
[<contenttweaker:actualized_starlight_sphere>, <contenttweaker:actualized_starlight_sphere>, <contenttweaker:actualized_starlight_sphere>]]);
mods.thermalexpansion.Transposer.addFillRecipe(<contenttweaker:darkstar_infused_crystal>*64, <contenttweaker:stormlight_infused_crystal>*64, <fluid:darkstarlight>*1000, 40);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:stormlight_infused_crystal>*64, <fluid:darkstarlight>*1000, <contenttweaker:darkstar_infused_crystal>*64]);
+173
View File
@@ -0,0 +1,173 @@
#loader contenttweaker
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
import native.erebus.entity.EntityAnimatedBlock;
import crafttweaker.util.Position3f;
var astralinsight10 = VanillaFactory.createItem("astral_insight_10");
astralinsight10.maxStackSize = 1;
astralinsight10.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("astralsorcery exp @p 2000", player, world, false, true);
stack.shrink(1);
return "PASS";
};
astralinsight10.register();
var astralinsight20 = VanillaFactory.createItem("astral_insight_20");
astralinsight20.maxStackSize = 1;
astralinsight20.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("astralsorcery exp @p 20000", player, world, false, true);
stack.shrink(1);
return "PASS";
};
astralinsight20.register();
var astralinsight30 = VanillaFactory.createItem("astral_insight_30");
astralinsight30.maxStackSize = 1;
astralinsight30.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("astralsorcery exp @p 600000", player, world, false, true);
stack.shrink(1);
return "PASS";
};
astralinsight30.register();
var astralinsight40 = VanillaFactory.createItem("astral_insight_40");
astralinsight40.maxStackSize = 1;
astralinsight40.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("astralsorcery exp @p 20000000", player, world, false, true);
stack.shrink(1);
return "PASS";
};
astralinsight40.register();
var astralinsight50 = VanillaFactory.createItem("astral_insight_50");
astralinsight50.maxStackSize = 1;
astralinsight50.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("astralsorcery exp @p 800000000", player, world, false, true);
stack.shrink(1);
return "PASS";
};
astralinsight50.register();
var astralinsight60 = VanillaFactory.createItem("astral_insight_60");
astralinsight60.maxStackSize = 1;
astralinsight60.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("astralsorcery exp @p 18000000000", player, world, false, true);
stack.shrink(1);
return "PASS";
};
astralinsight60.register();
var astralinsight70 = VanillaFactory.createItem("astral_insight_70");
astralinsight70.maxStackSize = 1;
astralinsight70.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("astralsorcery exp @p 800000000000", player, world, false, true);
stack.shrink(1);
return "PASS";
};
astralinsight70.register();
var astralinsight80 = VanillaFactory.createItem("astral_insight_80");
astralinsight80.maxStackSize = 1;
astralinsight80.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("astralsorcery exp @p 20000000000000", player, world, false, true);
stack.shrink(1);
return "PASS";
};
astralinsight80.register();
var astralinsight90 = VanillaFactory.createItem("astral_insight_90");
astralinsight90.maxStackSize = 1;
astralinsight90.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("astralsorcery exp @p 600000000000000", player, world, false, true);
stack.shrink(1);
return "PASS";
};
astralinsight90.register();
var astralinsight100 = VanillaFactory.createItem("astral_insight_100");
astralinsight100.maxStackSize = 1;
astralinsight100.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("astralsorcery exp @p 20000000000000000", player, world, false, true);
stack.shrink(1);
return "PASS";
};
astralinsight100.register();
+1
View File
@@ -0,0 +1 @@
mods.astralsorcery.PerkTree.modifyPerk("astralsorcery:key_cull_attack", 0.01);
+827
View File
@@ -0,0 +1,827 @@
import mods.modularmachinery.RecipeBuilder;
import crafttweaker.data.IData;
import mods.thaumcraft.Infusion;
recipes.remove(<avaritia:resource:7>);
recipes.removeShaped(<avaritia:resource:0>);
recipes.addShaped(<avaritia:resource:0>,
[[<materialpart:brightsteel:ingot>, <contenttweaker:rainbow_gemstones>, <materialpart:brightsteel:ingot>],
[<contenttweaker:lyonite_plate>, <appliedenergistics2:material:38>, <contenttweaker:lyonite_plate>],
[<contenttweaker:neodymium_magnetic_alloy>, <extendedcrafting:singularity:50>, <contenttweaker:neodymium_magnetic_alloy>]]);
recipes.addShaped(<avaritia:resource:0>,
[[<materialpart:brightsteel:ingot>, <contenttweaker:rainbow_gemstones>, <materialpart:brightsteel:ingot>],
[<contenttweaker:lyonite_plate>, <appliedenergistics2:material:38>, <contenttweaker:lyonite_plate>],
[<contenttweaker:neodymium_magnetic_alloy>, <extendedcrafting:singularity:27>, <contenttweaker:neodymium_magnetic_alloy>]]);
recipes.addShaped(<avaritia:resource:0>,
[[<materialpart:brightsteel:ingot>, <contenttweaker:rainbow_gemstones>, <materialpart:brightsteel:ingot>],
[<contenttweaker:lyonite_plate>, <appliedenergistics2:material:38>, <contenttweaker:lyonite_plate>],
[<contenttweaker:neodymium_magnetic_alloy>, <extendedcrafting:singularity:49>, <contenttweaker:neodymium_magnetic_alloy>]]);
recipes.addShaped(<avaritia:resource:0>,
[[<materialpart:brightsteel:ingot>, <contenttweaker:rainbow_gemstones>, <materialpart:brightsteel:ingot>],
[<contenttweaker:lyonite_plate>, <appliedenergistics2:material:38>, <contenttweaker:lyonite_plate>],
[<contenttweaker:neodymium_magnetic_alloy>, <extendedcrafting:singularity:48>, <contenttweaker:neodymium_magnetic_alloy>]]);
recipes.addShaped(<avaritia:resource:0>,
[[<materialpart:brightsteel:ingot>, <contenttweaker:rainbow_gemstones>, <materialpart:brightsteel:ingot>],
[<contenttweaker:lyonite_plate>, <appliedenergistics2:material:38>, <contenttweaker:lyonite_plate>],
[<contenttweaker:neodymium_magnetic_alloy>, <extendedcrafting:singularity:66>, <contenttweaker:neodymium_magnetic_alloy>]]);
recipes.removeShaped(<avaritia:extreme_crafting_table>);
mods.extendedcrafting.TableCrafting.addShaped(<avaritia:extreme_crafting_table>,
[[<avaritia:resource:1>, <extrautils2:ingredients:17>, <extrautils2:ingredients:17>,
<extendedcrafting:material:32>, <bigreactors:mineralanglesite>, <extendedcrafting:material:32>,
<extrautils2:ingredients:17>, <extrautils2:ingredients:17>, <avaritia:resource:1>],
[<extrautils2:ingredients:17>, <contenttweaker:unidentified_ingot>, <nuclearcraft:californium:12>,
<aoa3:gleaming_infusion_stone>, <bigreactors:mineralbenitoite>, <aoa3:gleaming_infusion_stone>,
<nuclearcraft:californium:12>, <contenttweaker:unidentified_ingot>, <extrautils2:ingredients:17>],
[<extrautils2:ingredients:17>, <nuclearcraft:californium:12>, <nuclearcraft:californium:12>,
<nuclearcraft:californium:12>, <materialpart:primal_ogerite:ingot>, <nuclearcraft:californium:12>,
<nuclearcraft:californium:12>, <nuclearcraft:californium:12>, <extrautils2:ingredients:17>],
[<extendedcrafting:material:32>, <aoa3:gleaming_infusion_stone>, <nuclearcraft:californium:12>,
<advancedrocketry:ic:2>, <advancedrocketry:ic:2>, <advancedrocketry:ic:2>,
<nuclearcraft:californium:12>, <aoa3:gleaming_infusion_stone>, <extendedcrafting:material:32>],
[<bigreactors:mineralanglesite>, <bigreactors:mineralbenitoite>, <materialpart:primal_ogerite:ingot>,
<advancedrocketry:ic:2>, <extendedcrafting:table_ultimate>, <advancedrocketry:ic:2>,
<materialpart:primal_ogerite:ingot>, <bigreactors:mineralbenitoite>, <bigreactors:mineralanglesite>],
[<extendedcrafting:material:32>, <aoa3:gleaming_infusion_stone>, <nuclearcraft:californium:12>,
<advancedrocketry:ic:2>, <advancedrocketry:ic:2>, <advancedrocketry:ic:2>,
<nuclearcraft:californium:12>, <aoa3:gleaming_infusion_stone>, <extendedcrafting:material:32>],
[<extrautils2:ingredients:17>, <nuclearcraft:californium:12>, <nuclearcraft:californium:12>,
<nuclearcraft:californium:12>, <materialpart:primal_ogerite:ingot>, <nuclearcraft:californium:12>,
<nuclearcraft:californium:12>, <nuclearcraft:californium:12>, <extrautils2:ingredients:17>],
[<extrautils2:ingredients:17>, <contenttweaker:unidentified_ingot>, <nuclearcraft:californium:12>,
<aoa3:gleaming_infusion_stone>, <bigreactors:mineralbenitoite>, <aoa3:gleaming_infusion_stone>,
<nuclearcraft:californium:12>, <contenttweaker:unidentified_ingot>, <extrautils2:ingredients:17>],
[<avaritia:resource:1>, <extrautils2:ingredients:17>, <extrautils2:ingredients:17>,
<extendedcrafting:material:32>, <bigreactors:mineralanglesite>, <extendedcrafting:material:32>,
<extrautils2:ingredients:17>, <extrautils2:ingredients:17>, <avaritia:resource:1>]]);
recipes.removeShaped(<avaritia:resource:1>);
mods.extendedcrafting.EnderCrafting.addShaped(<avaritia:resource:1>,
[[<avaritia:resource:0>, <minecraft:nether_star>, <avaritia:resource:0>],
[<avaritia:resource:0>, <minecraft:nether_star>, <avaritia:resource:0>],
[<avaritia:resource:0>, <minecraft:nether_star>, <avaritia:resource:0>]], 20);
mods.avaritia.ExtremeCrafting.addShaped("unidentifiedchickendire",
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:unidentified_chicken"}}),
[[<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>,
<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,
<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>],
[<materialpart:primal_ogerite:ingot>,<contenttweaker:unidentified_ingot>,<materialpart:primal_ogerite:ingot>,
<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,
<materialpart:primal_ogerite:ingot>,<contenttweaker:unidentified_ingot>,<materialpart:primal_ogerite:ingot>],
[<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>,<avaritia:resource:1>,
<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,
<avaritia:resource:1>,<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>],
[<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,
<minecraft:egg>,<minecraft:egg>,<minecraft:egg>,
<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>],
[<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,
<minecraft:egg>,<minecraft:egg>,<minecraft:egg>,
<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>],
[<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,
<minecraft:egg>,<minecraft:egg>,<minecraft:egg>,
<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>],
[<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>,<avaritia:resource:1>,
<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,
<avaritia:resource:1>,<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>],
[<materialpart:primal_ogerite:ingot>,<contenttweaker:unidentified_ingot>,<materialpart:primal_ogerite:ingot>,
<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,
<materialpart:primal_ogerite:ingot>,<contenttweaker:unidentified_ingot>,<materialpart:primal_ogerite:ingot>],
[<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>,
<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,<contenttweaker:resplendent_ingot>,
<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>,<materialpart:primal_ogerite:ingot>]]);
mods.avaritia.ExtremeCrafting.remove(<avaritia:neutron_collector>);
mods.extendedcrafting.CombinationCrafting.addRecipe(<avaritia:neutron_collector>,
1000000000, 100000,
<avaritia:extreme_crafting_table>,
[<contenttweaker:mythic_excavation_computer>, <contenttweaker:mythic_excavation_computer>, <contenttweaker:mythic_excavation_computer>, <contenttweaker:mythic_excavation_computer>]);
mods.extendedcrafting.TableCrafting.addShaped(<avaritia:endest_pearl>,
[[null, null, null,
<minecraft:end_stone>, <minecraft:end_stone>, <minecraft:end_stone>,
null, null, null],
[null, <minecraft:end_stone>, <minecraft:end_stone>,
<minecraft:ender_pearl>, <minecraft:ender_pearl>, <minecraft:ender_pearl>,
<minecraft:end_stone>, <minecraft:end_stone>, null],
[null, <minecraft:end_stone>, <minecraft:ender_pearl>,
<minecraft:ender_pearl>, <minecraft:ender_pearl>, <minecraft:ender_pearl>,
<minecraft:ender_pearl>, <minecraft:end_stone>, null],
[<minecraft:end_stone>, <minecraft:ender_pearl>, <minecraft:ender_pearl>,
<minecraft:ender_pearl>, <avaritia:resource:4>, <minecraft:ender_pearl>,
<minecraft:ender_pearl>, <minecraft:ender_pearl>, <minecraft:end_stone>],
[<minecraft:end_stone>, <minecraft:ender_pearl>, <minecraft:ender_pearl>,
<avaritia:resource:4>, <minecraft:nether_star>, <avaritia:resource:4>,
<minecraft:ender_pearl>, <minecraft:ender_pearl>, <minecraft:end_stone>],
[<minecraft:end_stone>, <minecraft:ender_pearl>, <minecraft:ender_pearl>,
<minecraft:ender_pearl>, <avaritia:resource:4>, <minecraft:ender_pearl>,
<minecraft:ender_pearl>, <minecraft:ender_pearl>, <minecraft:end_stone>],
[null, <minecraft:end_stone>, <minecraft:ender_pearl>,
<minecraft:ender_pearl>, <minecraft:ender_pearl>, <minecraft:ender_pearl>,
<minecraft:ender_pearl>, <minecraft:end_stone>, null],
[null, <minecraft:end_stone>, <minecraft:end_stone>,
<minecraft:ender_pearl>, <minecraft:ender_pearl>, <minecraft:ender_pearl>,
<minecraft:end_stone>, <minecraft:end_stone>, null],
[null, null, null,
<minecraft:end_stone>, <minecraft:end_stone>, <minecraft:end_stone>,
null, null, null]]);
mods.avaritia.ExtremeCrafting.remove(<avaritia:neutronium_compressor>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:resource:5>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:resource:6>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:infinity_sword>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:infinity_bow>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:infinity_pickaxe>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:infinity_shovel>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:infinity_axe>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:infinity_hoe>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:infinity_helmet>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:infinity_chestplate>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:infinity_pants>);
mods.avaritia.ExtremeCrafting.remove(<avaritia:infinity_boots>);
// mods.extendedcrafting.TableCrafting.addShaped(<avaritia:infinity_sword>,
// [[null, null, null, null, null, null, null, <avaritia:resource:6>, <avaritia:resource:6>],
// [null, null, null, null, null, null, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>],
// [null, null, null, null, null, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, null],
// [null, <contenttweaker:defined_plate>, null, null, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, null, null],
// [null, <contenttweaker:defined_plate>, null, <avaritia:resource:6>, <materialpart:fractallite_halite:ingot>, <avaritia:resource:6>, null, null, null],
// [null, null, <contenttweaker:defined_plate>, <avaritia:resource:6>, <avaritia:resource:6>, null, null, null, null],
// [null, null, <avaritia:block_resource:0>, <contenttweaker:defined_plate>, null, null, null, null, null],
// [null, <avaritia:block_resource:0>, null, null, <contenttweaker:defined_plate>, <contenttweaker:defined_plate>, null, null, null],
// [<contenttweaker:recursion_infinity>, null, null, null, null, null, null, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(<avaritia:infinity_bow>,
[[null, null, null, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, null, null, null],
[null, null, <avaritia:resource:6>, null, null, <botania:manaresource:12>, null, null, null],
[null, <avaritia:resource:6>, null, null, null, <botania:manaresource:12>, null, null, null],
[<avaritia:resource:6>, null, null, null, null, <botania:manaresource:12>, null, null, null],
[<materialpart:fractallite_halite:ingot>, null, null, null, <botania:manaresource:12>, null, null, null, null],
[<avaritia:resource:6>, null, null, null, null, <botania:manaresource:12>, null, null, null],
[null, <avaritia:resource:6>, null, null, null, <botania:manaresource:12>, null, null, null],
[null, null, <avaritia:resource:6>, null, null, <botania:manaresource:12>, null, null, null],
[null, null, null, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, null, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(<avaritia:infinity_helmet>,
[[null, null, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, null, null],
[null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[null, <avaritia:block_resource:0>, <avaritia:resource:6>, <contenttweaker:recursion_infinity>, <avaritia:resource:6>, <contenttweaker:recursion_infinity>, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, <materialpart:fractallite_halite:ingot>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[null, <avaritia:block_resource:0>, <avaritia:resource:6>, null, <contenttweaker:black_metal_head>, null, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(<avaritia:infinity_chestplate>,
[[null, <avaritia:block_resource:0>, <avaritia:block_resource:0>, null, null, null, <avaritia:block_resource:0>, <avaritia:block_resource:0>, null],
[<avaritia:block_resource:0>, <contenttweaker:recursion_infinity>, <avaritia:resource:6>, null, null, null, <avaritia:resource:6>, <contenttweaker:recursion_infinity>, <avaritia:block_resource:0>],
[<avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, null, null, null, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>],
[null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, <materialpart:fractallite_halite:ingot>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, <contenttweaker:black_metal_chest>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[null, null, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(<avaritia:infinity_pants>,
[[<avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <contenttweaker:black_metal_legs>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>],
[<avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <contenttweaker:recursion_infinity>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>],
[<avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, <contenttweaker:recursion_infinity>, <materialpart:fractallite_halite:ingot>, <contenttweaker:recursion_infinity>, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>],
[<avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, null, null, null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>],
[<avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, null, null, null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>],
[<avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, null, null, null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>],
[<avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, null, null, null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>],
[<avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, null, null, null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>],
[<avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, null, null, null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>]]);
mods.extendedcrafting.TableCrafting.addShaped(<avaritia:infinity_boots>,
[[null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, <contenttweaker:black_metal_feet>, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[null, <avaritia:resource:6>, <materialpart:fractallite_halite:ingot>, <avaritia:resource:6>, null, <avaritia:resource:6>, <materialpart:fractallite_halite:ingot>, <avaritia:resource:6>, null],
[null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, null],
[<avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:block_resource:0>, <avaritia:block_resource:0>],
[<avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>, null, <avaritia:block_resource:0>, <avaritia:resource:6>, <avaritia:resource:6>, <avaritia:block_resource:0>],
[<avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, null, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>, <avaritia:block_resource:0>],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null]]);
mods.extendedcrafting.EnderCrafting.addShaped(<contenttweaker:muon_extractor>,
[[<mysticalagradditions:neutronium_essence>, <contenttweaker:empowerment_core>, <mysticalagradditions:neutronium_essence>],
[<contenttweaker:muon_crystal>, <techreborn:extractor>, <contenttweaker:muon_crystal>],
[<mysticalagradditions:neutronium_essence>, <contenttweaker:empowerment_core>, <mysticalagradditions:neutronium_essence>]], 20);
val muonextraction = RecipeBuilder.newBuilder("muonextraction","mythic_processor_muon_extractor",2);
muonextraction.addEnergyPerTickInput(2000000);
muonextraction.addItemInput(<mysticalagradditions:neutronium_essence>*2);
muonextraction.addItemOutput(<avaritia:resource:4>);
muonextraction.build();
val muonextraction2 = RecipeBuilder.newBuilder("muonextraction2","mythic_processor_muon_extractor",2);
muonextraction2.addEnergyPerTickInput(2000000);
muonextraction2.addItemInput(<contenttweaker:dense_neutronium_essence>*8);
muonextraction2.addItemOutput(<avaritia:block_resource:0>*4);
muonextraction2.build();
val uumatterexttract = RecipeBuilder.newBuilder("guumatterexttractateval3","mythic_processor_muon_extractor",2);
uumatterexttract.addEnergyPerTickInput(2000000);
uumatterexttract.addItemInput(<enderio:block_infinity_fog:0>);
uumatterexttract.addItemOutput(<techreborn:uumatter>*5);
uumatterexttract.setChance(0.1);
uumatterexttract.build();
mods.extendedcrafting.EnderCrafting.addShaped(<avaritia:neutronium_compressor>,
[[<contenttweaker:lawrencium_262>, <contenttweaker:mythic_excavation_reactor>, <contenttweaker:lawrencium_262>],
[<avaritia:block_resource:0>, <biomesoplenty:earth>, <avaritia:block_resource:0>],
[<contenttweaker:lawrencium_262>, <contenttweaker:mythic_excavation_reactor>, <contenttweaker:lawrencium_262>]], 20);
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:unidentified_ingot>, <ore:ingotMithrillium>*3, <avaritia:resource:1>]);
mods.avaritia.ExtremeCrafting.remove(<avaritia:ultimate_stew>);
mods.avaritia.ExtremeCrafting.addShaped("maketheultimatestewdire",
<avaritia:ultimate_stew>*8,
[[<contenttweaker:intense_meatball_pasta>, <contenttweaker:burned_enchanted_feather>, <contenttweaker:nice_clean_salad>,
<contenttweaker:lovely_latke>, <contenttweaker:feast_of_hell>, <contenttweaker:lovely_latke>,
<contenttweaker:nice_clean_salad>, <contenttweaker:burned_enchanted_feather>, <contenttweaker:intense_meatball_pasta>],
[<contenttweaker:addiction_cookie>, <contenttweaker:aglio_olio_peperoncino_pasta>, <contenttweaker:tasty_eye_delight>,
<contenttweaker:big_boy_steak>, <contenttweaker:yummy_concrete>, <contenttweaker:big_boy_steak>,
<contenttweaker:tasty_eye_delight>, <contenttweaker:aglio_olio_peperoncino_pasta>, <contenttweaker:addiction_cookie>],
[<contenttweaker:cube_jello_cubes>, <contenttweaker:monolithic_meal>, <contenttweaker:bento_xxxl>,
<contenttweaker:just_jambalaya>, <contenttweaker:sausage_sandwich>, <contenttweaker:just_jambalaya>,
<contenttweaker:bento_xxxl>, <contenttweaker:monolithic_meal>, <contenttweaker:cube_jello_cubes>],
[<xreliquary:potion>.withTag({effects: [{duration: 600, potency: 1, name: "thaumcraft:thaumarhia"}], hasPotion: 1 as byte, Name: "Warp Milkshake"}), <contenttweaker:radioactive_nachos>, <contenttweaker:disgusting_omelette>,
<contenttweaker:dragon_egg_omelette>, <contenttweaker:strange_meatball>, <contenttweaker:dragon_egg_omelette>,
<contenttweaker:disgusting_omelette>, <contenttweaker:radioactive_nachos>, <xreliquary:potion>.withTag({effects: [{duration: 600, potency: 1, name: "thaumcraft:thaumarhia"}], hasPotion: 1 as byte, Name: "Warp Milkshake"})],
[<contenttweaker:dried_vishroom>, <contenttweaker:really_golden_steak>, <contenttweaker:chocolate_cherry_truffle>,
<contenttweaker:hearty_meatball>, <xreliquary:apothecary_cauldron>, <contenttweaker:hearty_meatball>,
<contenttweaker:chocolate_cherry_truffle>, <contenttweaker:really_golden_steak>, <contenttweaker:dried_vishroom>],
[<xreliquary:potion>.withTag({effects: [{duration: 600, potency: 1, name: "thaumcraft:thaumarhia"}], hasPotion: 1 as byte, Name: "Warp Milkshake"}), <contenttweaker:radioactive_nachos>, <contenttweaker:disgusting_omelette>,
<contenttweaker:dragon_egg_omelette>, <contenttweaker:strange_meatball>, <contenttweaker:dragon_egg_omelette>,
<contenttweaker:disgusting_omelette>, <contenttweaker:radioactive_nachos>, <xreliquary:potion>.withTag({effects: [{duration: 600, potency: 1, name: "thaumcraft:thaumarhia"}], hasPotion: 1 as byte, Name: "Warp Milkshake"})],
[<contenttweaker:cube_jello_cubes>, <contenttweaker:monolithic_meal>, <contenttweaker:bento_xxxl>,
<contenttweaker:just_jambalaya>, <contenttweaker:sausage_sandwich>, <contenttweaker:just_jambalaya>,
<contenttweaker:bento_xxxl>, <contenttweaker:monolithic_meal>, <contenttweaker:cube_jello_cubes>],
[<contenttweaker:addiction_cookie>, <contenttweaker:aglio_olio_peperoncino_pasta>, <contenttweaker:tasty_eye_delight>,
<contenttweaker:big_boy_steak>, <contenttweaker:yummy_concrete>, <contenttweaker:big_boy_steak>,
<contenttweaker:tasty_eye_delight>, <contenttweaker:aglio_olio_peperoncino_pasta>, <contenttweaker:addiction_cookie>],
[<contenttweaker:intense_meatball_pasta>, <contenttweaker:burned_enchanted_feather>, <contenttweaker:nice_clean_salad>,
<contenttweaker:lovely_latke>, <contenttweaker:feast_of_hell>, <contenttweaker:lovely_latke>,
<contenttweaker:nice_clean_salad>, <contenttweaker:burned_enchanted_feather>, <contenttweaker:intense_meatball_pasta>]]);
mods.avaritia.ExtremeCrafting.addShaped("maketheultimatestewdire2",
<avaritia:ultimate_stew>*16,
[[<contenttweaker:intense_meatball_pasta>, <contenttweaker:burned_enchanted_feather>, <contenttweaker:nice_clean_salad>,
<contenttweaker:lovely_latke>, <contenttweaker:feast_of_hell>, <contenttweaker:lovely_latke>,
<contenttweaker:nice_clean_salad>, <contenttweaker:burned_enchanted_feather>, <contenttweaker:intense_meatball_pasta>],
[<contenttweaker:addiction_cookie>, <contenttweaker:aglio_olio_peperoncino_pasta>, <contenttweaker:tasty_eye_delight>,
<contenttweaker:big_boy_steak>, <contenttweaker:yummy_concrete>, <contenttweaker:big_boy_steak>,
<contenttweaker:tasty_eye_delight>, <contenttweaker:aglio_olio_peperoncino_pasta>, <contenttweaker:addiction_cookie>],
[<contenttweaker:cube_jello_cubes>, <contenttweaker:monolithic_meal>, <contenttweaker:bento_xxxl>,
<contenttweaker:just_jambalaya>, <contenttweaker:sausage_sandwich>, <contenttweaker:just_jambalaya>,
<contenttweaker:bento_xxxl>, <contenttweaker:monolithic_meal>, <contenttweaker:cube_jello_cubes>],
[<xreliquary:potion>.withTag({effects: [{duration: 600, potency: 1, name: "thaumcraft:thaumarhia"}], hasPotion: 1 as byte, Name: "Warp Milkshake"}), <contenttweaker:radioactive_nachos>, <contenttweaker:disgusting_omelette>,
<contenttweaker:dragon_egg_omelette>, <contenttweaker:strange_meatball>, <contenttweaker:dragon_egg_omelette>,
<contenttweaker:disgusting_omelette>, <contenttweaker:radioactive_nachos>, <xreliquary:potion>.withTag({effects: [{duration: 600, potency: 1, name: "thaumcraft:thaumarhia"}], hasPotion: 1 as byte, Name: "Warp Milkshake"})],
[<contenttweaker:dried_vishroom>, <contenttweaker:really_golden_steak>, <contenttweaker:chocolate_cherry_truffle>,
<contenttweaker:hearty_meatball>, <contenttweaker:cosmic_pot>, <contenttweaker:hearty_meatball>,
<contenttweaker:chocolate_cherry_truffle>, <contenttweaker:really_golden_steak>, <contenttweaker:dried_vishroom>],
[<xreliquary:potion>.withTag({effects: [{duration: 600, potency: 1, name: "thaumcraft:thaumarhia"}], hasPotion: 1 as byte, Name: "Warp Milkshake"}), <contenttweaker:radioactive_nachos>, <contenttweaker:disgusting_omelette>,
<contenttweaker:dragon_egg_omelette>, <contenttweaker:strange_meatball>, <contenttweaker:dragon_egg_omelette>,
<contenttweaker:disgusting_omelette>, <contenttweaker:radioactive_nachos>, <xreliquary:potion>.withTag({effects: [{duration: 600, potency: 1, name: "thaumcraft:thaumarhia"}], hasPotion: 1 as byte, Name: "Warp Milkshake"})],
[<contenttweaker:cube_jello_cubes>, <contenttweaker:monolithic_meal>, <contenttweaker:bento_xxxl>,
<contenttweaker:just_jambalaya>, <contenttweaker:sausage_sandwich>, <contenttweaker:just_jambalaya>,
<contenttweaker:bento_xxxl>, <contenttweaker:monolithic_meal>, <contenttweaker:cube_jello_cubes>],
[<contenttweaker:addiction_cookie>, <contenttweaker:aglio_olio_peperoncino_pasta>, <contenttweaker:tasty_eye_delight>,
<contenttweaker:big_boy_steak>, <contenttweaker:yummy_concrete>, <contenttweaker:big_boy_steak>,
<contenttweaker:tasty_eye_delight>, <contenttweaker:aglio_olio_peperoncino_pasta>, <contenttweaker:addiction_cookie>],
[<contenttweaker:intense_meatball_pasta>, <contenttweaker:burned_enchanted_feather>, <contenttweaker:nice_clean_salad>,
<contenttweaker:lovely_latke>, <contenttweaker:feast_of_hell>, <contenttweaker:lovely_latke>,
<contenttweaker:nice_clean_salad>, <contenttweaker:burned_enchanted_feather>, <contenttweaker:intense_meatball_pasta>]]);
mods.thaumcraft.Infusion.registerRecipe("infeleintinvestiture", "",
<contenttweaker:investiture_of_the_eleint>, 20,
[<aspect:draco>*10000, <aspect:caeles>*10000],
<contenttweaker:fiery_recursion_fragment>,
[<contenttweaker:eleint_stone>, <draconicevolution:chaos_shard:0>,
<contenttweaker:eleint_stone>, <draconicevolution:chaos_shard:0>,
<contenttweaker:eleint_stone>, <draconicevolution:chaos_shard:0>,
<contenttweaker:eleint_stone>, <draconicevolution:chaos_shard:0>]);
val dragoncrucwishful = RecipeBuilder.newBuilder("dragoncrucwishful","dragonfire_crucible",100);
dragoncrucwishful.addFluidInput(<fluid:eternal_dragon_fire>*1000000);
dragoncrucwishful.addItemInput(<contenttweaker:wish_of_infinity>);
dragoncrucwishful.addItemInput(<contenttweaker:actualizing_hyperuranion_ingot>);
dragoncrucwishful.addItemInput(<contenttweaker:shard_of_the_cosmos>);
dragoncrucwishful.addItemOutput(<contenttweaker:ingot_of_infinite_wishes>);
dragoncrucwishful.build();
val dragoncrucwishful2 = RecipeBuilder.newBuilder("dragoncrucwishful2","dragonfire_crucible",100);
dragoncrucwishful2.addFluidInput(<fluid:eleint_dragonfire>*250);
dragoncrucwishful2.addItemInput(<contenttweaker:wish_of_infinity>);
dragoncrucwishful2.addItemInput(<contenttweaker:actualizing_hyperuranion_ingot>*2);
dragoncrucwishful2.addItemInput(<contenttweaker:shard_of_the_cosmos>);
dragoncrucwishful2.addItemOutput(<contenttweaker:ingot_of_infinite_wishes>*2);
dragoncrucwishful2.build();
val dragoncrucwishful3 = RecipeBuilder.newBuilder("dragoncrucwishful3","dragonfire_crucible",100);
dragoncrucwishful3.addFluidInput(<fluid:nidhogg_dragonfire>*250);
dragoncrucwishful3.addItemInput(<contenttweaker:wish_of_infinity>);
dragoncrucwishful3.addItemInput(<contenttweaker:actualizing_hyperuranion_ingot>*4);
dragoncrucwishful3.addItemInput(<contenttweaker:shard_of_the_cosmos>);
dragoncrucwishful3.addItemOutput(<contenttweaker:ingot_of_infinite_wishes>*4);
dragoncrucwishful3.build();
recipes.addShapeless(<contenttweaker:dust_of_infinite_wishes>*16,
[<divinerpg:arlemite_shickaxe>.reuse(),
<contenttweaker:ingot_of_infinite_wishes>]);
recipes.addShapeless(<contenttweaker:dust_of_infinite_wishes>*32,
[<twilightforest:mazebreaker_pickaxe>.reuse(),
<contenttweaker:ingot_of_infinite_wishes>]);
recipes.addShapeless(<contenttweaker:dust_of_infinite_wishes>*48,
[<aoa3:occult_pickaxe>.reuse(),
<contenttweaker:ingot_of_infinite_wishes>]);
recipes.addShapeless(<contenttweaker:dust_of_infinite_wishes>*64,
[<aoa3:energistic_pickaxe>.reuse(),
<contenttweaker:ingot_of_infinite_wishes>]);
recipes.addShapeless(<contenttweaker:chunk_of_infinite_wishes>*64,
[<avaritia:infinity_pickaxe>.withTag({display: {Lore:["§d§oSuper-Duper-Enchanted§r"]}}).reuse(),
<contenttweaker:ingot_of_infinite_wishes>]);
mods.avaritia.ExtremeCrafting.addShaped("makehoegreenearh",
<avaritia:infinity_hoe>,
[[null, null, null,
null, <avaritia:resource:6>, <avaritia:resource:6>,
<avaritia:resource:6>, <avaritia:resource:6>, null],
[null, null, null,
<avaritia:resource:6>, <contenttweaker:seal_of_freedom>, <avaritia:resource:6>,
<avaritia:resource:6>, <avaritia:resource:6>, <ore:ingotFractalliteHalite>],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, <ore:ingotFractalliteHalite>, <ore:ingotFractalliteHalite>],
[null, <bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "emerald", Amount: 65336000}}), null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, <bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "diamond", Amount: 65336000}}), null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null]]);
mods.avaritia.ExtremeCrafting.addShaped("makeaxenatureruin",
<avaritia:infinity_axe>,
[[<bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "tungsten", Amount: 65336000}}), null, null,
null, null, null,
null, <avaritia:resource:6>, <ore:ingotFractalliteHalite>],
[null, null, null,
null, <avaritia:resource:6>, <avaritia:resource:6>,
<avaritia:resource:6>, <avaritia:resource:6>, <ore:ingotFractalliteHalite>],
[<avaritia:matter_cluster>, <avaritia:resource:6>, <avaritia:resource:6>,
<avaritia:resource:6>, <contenttweaker:seal_of_freedom>, <avaritia:resource:6>,
<avaritia:resource:6>, <avaritia:resource:6>, <ore:ingotFractalliteHalite>],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, <avaritia:resource:6>,
<avaritia:resource:6>, <avaritia:resource:6>, <ore:ingotFractalliteHalite>],
[<bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "titanium", Amount: 65336000}}), null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, <avaritia:resource:6>, <ore:ingotFractalliteHalite>],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, <ore:ingotFractalliteHalite>],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null]]);
mods.avaritia.ExtremeCrafting.addShaped("makeshovelplaneteater",
<avaritia:infinity_shovel>,
[[null, null, null,
<ore:ingotFractalliteHalite>, <ore:ingotFractalliteHalite>, <ore:ingotFractalliteHalite>,
null, null, null],
[null, null, <ore:ingotFractalliteHalite>,
<avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>,
<ore:ingotFractalliteHalite>, null, null],
[null, <ore:ingotFractalliteHalite>, <avaritia:resource:6>,
<avaritia:resource:6>, <contenttweaker:seal_of_freedom>, <avaritia:resource:6>,
<avaritia:resource:6>, <ore:ingotFractalliteHalite>, null],
[null, <ore:ingotFractalliteHalite>, <avaritia:resource:6>,
<avaritia:resource:6>, <contenttweaker:ingot_of_infinite_wishes>, <avaritia:resource:6>,
<avaritia:resource:6>, <ore:ingotFractalliteHalite>, null],
[null, <ore:ingotFractalliteHalite>, <avaritia:resource:6>,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
<avaritia:resource:6>, <ore:ingotFractalliteHalite>, null],
[null, <ore:ingotFractalliteHalite>, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, <ore:ingotFractalliteHalite>, null],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, <bloodmagic:blood_tank:13>.withTag({Fluid: {FluidName: "constantan", Amount: 131072000}}), null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, <bloodmagic:blood_tank:13>.withTag({Fluid: {FluidName: "invar", Amount: 131072000}}), null],
[null, <avaritia:matter_cluster>, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, <avaritia:matter_cluster>, null]]);
mods.avaritia.ExtremeCrafting.addShaped("makepickworldeater",
<avaritia:infinity_pickaxe>,
[[null, <avaritia:block_resource:1>, <avaritia:block_resource:1>,
<avaritia:block_resource:1>, <avaritia:block_resource:1>, <avaritia:block_resource:1>,
<avaritia:block_resource:1>, <avaritia:block_resource:1>, null],
[<ore:ingotFractalliteHalite>, <avaritia:block_resource:1>, <avaritia:block_resource:1>,
<avaritia:block_resource:1>, <contenttweaker:seal_of_freedom>, <avaritia:block_resource:1>,
<avaritia:block_resource:1>, <avaritia:block_resource:1>, <ore:ingotFractalliteHalite>],
[<ore:ingotFractalliteHalite>, <ore:ingotFractalliteHalite>, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, <ore:ingotFractalliteHalite>, <ore:ingotFractalliteHalite>],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, <bloodmagic:blood_tank:13>.withTag({Fluid: {FluidName: "enderium", Amount: 131072000}}), null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, <bloodmagic:blood_tank:13>.withTag({Fluid: {FluidName: "lumium", Amount: 131072000}}), null],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null],
[null, null, null,
null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, null, null]]);
mods.avaritia.ExtremeCrafting.addShaped("makeswordcosmos",
<avaritia:infinity_sword>,
[[null, null, null,
null, null, null,
null, <avaritia:block_resource:1>, <avaritia:block_resource:1>],
[null, null, null,
null, null, null,
<avaritia:block_resource:1>, <avaritia:matter_cluster>.withTag({clusteritems: {total: 4096, items: [{item: {id: "aoa3:yellow_shyre_bricks", Count: 1, Damage: 0 as short}, count: 4096}]}}), <avaritia:block_resource:1>],
[null, <bloodmagic:blood_tank:15>.withTag({Fluid: {FluidName: "myrmitite", Amount: 524288000}}), null,
null, null, <avaritia:block_resource:1>,
<avaritia:matter_cluster>.withTag({clusteritems: {total: 4096, items: [{item: {id: "botania:livingrock", Count: 1, Damage: 0 as short}, count: 4096}]}}), <avaritia:block_resource:1>, null],
[null, <contenttweaker:core_of_halite_definition>, null,
null, <avaritia:block_resource:1>, <avaritia:matter_cluster>.withTag({clusteritems: {total: 4096, items: [{item: {id: "abyssalcraft:stone", Count: 1, Damage: 5 as short}, count: 4096}]}}),
<avaritia:block_resource:1>, null, null],
[null, <contenttweaker:core_of_halite_definition>, null,
<avaritia:block_resource:1>, <avaritia:matter_cluster>.withTag({clusteritems: {total: 4096, items: [{item: {id: "botania:biomestonea", Count: 1, Damage: 13 as short}, count: 4096}]}}), <avaritia:block_resource:1>,
null, null, null],
[null, null, <contenttweaker:self_actualizing_warren_rift>,
<avaritia:block_resource:1>, <avaritia:block_resource:1>, null,
null, null, null],
[null, null, <avaritiaitem:cosmic_balance>,
<contenttweaker:self_actualizing_warren_rift>, null, null,
null, null, null],
[null, <contenttweaker:ingot_of_infinite_wishes>, null,
null, <contenttweaker:core_of_halite_definition>, <contenttweaker:core_of_halite_definition>,
<bloodmagic:blood_tank:15>.withTag({Fluid: {FluidName: "sednanite", Amount: 524288000}}), null, null],
[<minecraft:bedrock>, null, null,
null, null, null,
null, null, null]]);
val chunkinfinitewishes = <contenttweaker:chunk_of_infinite_wishes>;
val dustinfinitewishes = <contenttweaker:dust_of_infinite_wishes>;
val terrapickss = <botania:terrapick>;
recipes.addShapeless(
"multiplydustinfinitewishes",dustinfinitewishes,
[chunkinfinitewishes,
chunkinfinitewishes,
chunkinfinitewishes,
chunkinfinitewishes,
<ore:dragonScaleItem>,
terrapickss.marked("mark").reuse()],
function(out,ins,cInfo){
var manastored = ins.mark.tag.mana as int;
if (manastored < 5000000){
var outputitemstack1 = <contenttweaker:dust_of_infinite_wishes>*4;
return outputitemstack1;
}
if (manastored < 500000000){
var outputitemstack2 = <contenttweaker:dust_of_infinite_wishes>*5;
return outputitemstack2;
}
if (manastored < 1000000000){
var outputitemstack3 = <contenttweaker:dust_of_infinite_wishes>*6;
return outputitemstack3;
}
if (manastored < 2000000000){
var outputitemstack4 = <contenttweaker:dust_of_infinite_wishes>*7;
return outputitemstack4;
}
var outputitemstack5 = <contenttweaker:dust_of_infinite_wishes>*8;
return outputitemstack5;
},
null
);
recipes.addShapeless(<contenttweaker:eleint_scale>,
[<aoa3:shadow_sword>.withTag({display: {Lore:["§d§oSuper-Duper-Enchanted§r"]}}).reuse(),
<ore:dragonScaleItem>]);
recipes.addShapeless(<aoa3:shadow_sword>.withTag({display: {Lore:["§d§oSuper-Duper-Enchanted§r"]}}),
[<aoa3:shadow_sword>.withTag({display: {Lore:["§d§oSuper-Duper-Enchanted§r"]}}).reuse(),
<aoa3:shadow_sword>,
<contenttweaker:astral_insight_100>]);
recipes.addShapeless(
"multiplydustinfinitewishesbett",dustinfinitewishes,
[chunkinfinitewishes,
chunkinfinitewishes,
chunkinfinitewishes,
chunkinfinitewishes,
<contenttweaker:eleint_scale>,
terrapickss.marked("mark").reuse()],
function(out,ins,cInfo){
var manastored = ins.mark.tag.mana as int;
if (manastored < 5000000){
var outputitemstack1 = <contenttweaker:dust_of_infinite_wishes>*8;
return outputitemstack1;
}
if (manastored < 500000000){
var outputitemstack2 = <contenttweaker:dust_of_infinite_wishes>*9;
return outputitemstack2;
}
if (manastored < 1000000000){
var outputitemstack3 = <contenttweaker:dust_of_infinite_wishes>*10;
return outputitemstack3;
}
if (manastored < 2000000000){
var outputitemstack4 = <contenttweaker:dust_of_infinite_wishes>*11;
return outputitemstack4;
}
var outputitemstack5 = <contenttweaker:dust_of_infinite_wishes>*12;
return outputitemstack5;
},
null
);
recipes.addShapeless(
"multiplydustinfinitewishesbettxx",dustinfinitewishes,
[chunkinfinitewishes,
chunkinfinitewishes,
chunkinfinitewishes,
chunkinfinitewishes,
<contenttweaker:actualization_aspected_eleint_scale>,
terrapickss.marked("mark").reuse()],
function(out,ins,cInfo){
var manastored = ins.mark.tag.mana as int;
if (manastored < 5000000){
var outputitemstack1 = <contenttweaker:dust_of_infinite_wishes>*16;
return outputitemstack1;
}
if (manastored < 500000000){
var outputitemstack2 = <contenttweaker:dust_of_infinite_wishes>*18;
return outputitemstack2;
}
if (manastored < 1000000000){
var outputitemstack3 = <contenttweaker:dust_of_infinite_wishes>*20;
return outputitemstack3;
}
if (manastored < 2000000000){
var outputitemstack4 = <contenttweaker:dust_of_infinite_wishes>*22;
return outputitemstack4;
}
var outputitemstack5 = <contenttweaker:dust_of_infinite_wishes>*24;
return outputitemstack5;
},
null
);
recipes.addShapeless(
"multiplydustinfinitewishesbettrah",dustinfinitewishes,
[chunkinfinitewishes,
chunkinfinitewishes,
chunkinfinitewishes,
chunkinfinitewishes,
<contenttweaker:scale_of_rahk>,
terrapickss.marked("mark").reuse()],
function(out,ins,cInfo){
var manastored = ins.mark.tag.mana as int;
if (manastored < 5000000){
var outputitemstack1 = <contenttweaker:dust_of_infinite_wishes>*24;
return outputitemstack1;
}
if (manastored < 500000000){
var outputitemstack2 = <contenttweaker:dust_of_infinite_wishes>*28;
return outputitemstack2;
}
if (manastored < 1000000000){
var outputitemstack3 = <contenttweaker:dust_of_infinite_wishes>*32;
return outputitemstack3;
}
if (manastored < 2000000000){
var outputitemstack4 = <contenttweaker:dust_of_infinite_wishes>*40;
return outputitemstack4;
}
var outputitemstack5 = <contenttweaker:dust_of_infinite_wishes>*48;
return outputitemstack5;
},
null
);
val creataltaspeleint = RecipeBuilder.newBuilder("creataltaspeleint","creation_altar",5);
creataltaspeleint.addEnergyPerTickInput(500000000);
creataltaspeleint.addFluidInput(<fluid:molten_echo_warren>*32);
creataltaspeleint.addFluidInput(<fluid:recursive_computing_matter>*32);
creataltaspeleint.addFluidInput(<fluid:actualizing_fluid>*32);
creataltaspeleint.addFluidInput(<fluid:eleint_dragonfire>*32);
creataltaspeleint.addItemInput(<contenttweaker:eleint_scale>*32);
creataltaspeleint.addItemOutput(<contenttweaker:actualization_aspected_eleint_scale>*32);
creataltaspeleint.build();
mods.avaritia.ExtremeCrafting.remove(<avaritia:skullfire_sword>);
recipes.addShaped(<avaritia:skullfire_sword>,
[[<minecraft:blaze_powder>, <ore:ingotTitanium>, <minecraft:blaze_powder>],
[<erebus:materials:66>, <ore:ingotTitanium>, <erebus:materials:66>],
[<minecraft:blaze_powder>, <ore:obsidianRod>, <minecraft:blaze_powder>]]);
+99
View File
@@ -0,0 +1,99 @@
recipes.removeShaped(<forestry:miner_bag>);
recipes.removeShaped(<forestry:digger_bag>);
recipes.removeShaped(<forestry:adventurer_bag>);
recipes.removeShaped(<forestry:hunter_bag>);
recipes.removeShaped(<forestry:builder_bag>);
recipes.removeShaped(<projectred-core:resource_item:420>);
recipes.addShaped(<projectred-core:resource_item:420>,
[[<aoa3:holly_top_petals>, <minecraft:string>, <aoa3:holly_top_petals>],
[<minecraft:string>, <minecraft:stick>, <minecraft:string>],
[<aoa3:holly_top_petals>, <minecraft:string>, <aoa3:holly_top_petals>]]);
recipes.removeShaped(<tconstruct:piggybackpack>);
recipes.removeShaped(<railcraft:backpack_apothecary_t1>);
recipes.removeShaped(<railcraft:backpack_iceman_t1>);
recipes.removeShaped(<railcraft:backpack_signalman_t1>);
recipes.removeShaped(<cyclicmagic:storage_bag>);
recipes.removeShaped(<extrautils2:bagofholding>);
// mods.extendedcrafting.TableCrafting.addShaped(<extrautils2:bagofholding>,
// [[<projectred-core:resource_item:420>, null, <projectred-core:resource_item:420>, null, <projectred-core:resource_item:420>],
// [null, <minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>, null],
// [<projectred-core:resource_item:420>, <ironchest:iron_chest>, <extrautils2:decorativesolidwood:1>, <ironchest:iron_chest>, <projectred-core:resource_item:420>],
// [null, <minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>, null],
// [<projectred-core:resource_item:420>, null, <projectred-core:resource_item:420>, null, <projectred-core:resource_item:420>]]);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:0>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:1>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:2>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:3>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:4>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:5>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:6>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:7>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:8>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:9>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:10>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:11>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:12>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:13>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:14>);
recipes.removeShaped(<projecte:item.pe_alchemical_bag:15>);
mods.extendedcrafting.TableCrafting.addShaped(<projecte:item.pe_alchemical_bag:0>,
[[<projecte:item.pe_covalence_dust:2>, <projectred-core:resource_item:420>, <projectred-core:resource_item:420>, <projecte:item.pe_matter:0>, <projectred-core:resource_item:420>, <projectred-core:resource_item:420>, <projecte:item.pe_covalence_dust:2>],
[<projectred-core:resource_item:420>, null, null, null, null, null, <projectred-core:resource_item:420>],
[<projectred-core:resource_item:420>, null, <projectred-core:resource_item:420>, <projecte:alchemical_chest>, <projectred-core:resource_item:420>, null, <projectred-core:resource_item:420>],
[<projecte:item.pe_matter:0>, null, <projecte:alchemical_chest>, <projectred-core:resource_item:420>, <projecte:alchemical_chest>, null, <projecte:item.pe_matter:0>],
[<projectred-core:resource_item:420>, null, <projectred-core:resource_item:420>, <projecte:alchemical_chest>, <projectred-core:resource_item:420>, null, <projectred-core:resource_item:420>],
[<projectred-core:resource_item:420>, null, null, null, null, null, <projectred-core:resource_item:420>],
[<projecte:item.pe_covalence_dust:2>, <projectred-core:resource_item:420>, <projectred-core:resource_item:420>, <projecte:item.pe_matter:0>, <projectred-core:resource_item:420>, <projectred-core:resource_item:420>, <projecte:item.pe_covalence_dust:2>]]);
recipes.removeShaped(<thermalexpansion:satchel:0>);
recipes.addShaped(<thermalexpansion:satchel:0>,
[[<ore:ingotLead>, <projectred-core:resource_item:420>, <ore:ingotLead>],
[<projectred-core:resource_item:420>, <projectred-core:resource_item:420>, <projectred-core:resource_item:420>],
[<ore:ingotLead>, <projectred-core:resource_item:420>, <ore:ingotLead>]]);
// recipes.removeShaped(<retro_sophisticated_backpacks:backpack_leather>);
// mods.extendedcrafting.TableCrafting.addShaped(<retro_sophisticated_backpacks:backpack_leather>,
// [[<enderutilities:enderpart:51>, <projectred-core:resource_item:420>, <enderutilities:enderpart:0>, <projectred-core:resource_item:420>, <enderutilities:enderpart:51>],
// [<projectred-core:resource_item:420>, <enderutilities:enderpart:21>, <minecraft:leather>, <enderutilities:enderpart:21>, <projectred-core:resource_item:420>],
// [<enderutilities:enderpart:0>, <minecraft:leather>, <minecraft:chest>, <minecraft:leather>, <enderutilities:enderpart:0>],
// [<projectred-core:resource_item:420>, <enderutilities:enderpart:21>, <minecraft:leather>, <enderutilities:enderpart:21>, <projectred-core:resource_item:420>],
// [<enderutilities:enderpart:51>, <projectred-core:resource_item:420>, <enderutilities:enderpart:0>, <projectred-core:resource_item:420>, <enderutilities:enderpart:51>]]);
// recipes.removeShaped(<retro_sophisticated_backpacks:upgrade_base>);
// recipes.addShaped(<retro_sophisticated_backpacks:upgrade_base>,
// [[<enderutilities:enderpart:51>, <enderutilities:enderpart:2>, <enderutilities:enderpart:51>],
// [<enderutilities:enderpart:2>, <aoa3:rammerhead_hide>, <enderutilities:enderpart:2>],
// [<enderutilities:enderpart:51>, <enderutilities:enderpart:2>, <enderutilities:enderpart:51>]]);
// recipes.removeShaped(<retro_sophisticated_backpacks:deposit_upgrade>);
// recipes.addShaped(<retro_sophisticated_backpacks:deposit_upgrade>,
// [[<contenttweaker:alchemical_mushroom>, <enderstorage:ender_pouch>, <contenttweaker:alchemical_mushroom>],
// [<enderutilities:enderpart:2>, <retro_sophisticated_backpacks:upgrade_base>, <enderutilities:enderpart:2>],
// [<contenttweaker:alchemical_mushroom>, <enderstorage:ender_storage:0>, <contenttweaker:alchemical_mushroom>]]);
// recipes.removeShaped(<retro_sophisticated_backpacks:restock_upgrade>);
// recipes.addShaped(<retro_sophisticated_backpacks:restock_upgrade>,
// [[<contenttweaker:alchemical_mushroom>, <enderstorage:ender_storage:0>, <contenttweaker:alchemical_mushroom>],
// [<enderutilities:enderpart:2>, <retro_sophisticated_backpacks:upgrade_base>, <enderutilities:enderpart:2>],
// [<contenttweaker:alchemical_mushroom>, <enderstorage:ender_pouch>, <contenttweaker:alchemical_mushroom>]]);
+85
View File
@@ -0,0 +1,85 @@
#ignoreBracketErrors
#modloaded bpopener
#sideonly client
import crafttweaker.item.IItemStack;
import mods.bpopener.BPOpener.addEntry;
var Opened as IItemStack[] = [
<abyssalcraft:crystalbag_small>,
<abyssalcraft:crystalbag_medium>,
<abyssalcraft:crystalbag_large>,
<abyssalcraft:crystalbag_huge>,
<actuallyadditions:item_bag>,
<actuallyadditions:item_void_bag>,
<actuallyadditions:item_crafter_on_a_stick>,
<ae2exttable:wireless_basic_crafting_terminal>,
<ae2exttable:wireless_advanced_crafting_terminal>,
<ae2exttable:wireless_elite_crafting_terminal>,
<ae2exttable:wireless_ultimate_crafting_terminal>,
<ae2exttable:wireless_advanced_crafting_terminal>,
<ae2fc:wireless_fluid_pattern_terminal>,
<appliedenergistics2:portable_cell>,
<appliedenergistics2:wireless_terminal>,
<appliedenergistics2:wireless_crafting_terminal>,
<appliedenergistics2:wireless_pattern_terminal>,
<appliedenergistics2:wireless_fluid_terminal>,
<bloodarsenal:sigil_ender>,
<botania:flowerbag>,
<botania:baublebox>,
<botany:botanist_bag>,
<computercraft:pocket_computer>,
<cyclicmagic:storage_bag>,
<cyclicmagic:sack_ender>,
<enderio:item_inventory_remote:*>,
<enderstorage:ender_pouch>,
<enderutilities:handybag:*>,
<extendedcrafting:handheld_table>,
<extrabotany:masterhandbag>,
<extracells:storage.fluid.portable>,
<forestry:apiarist_bag>,
<forestry:lepidopterist_bag>,
<forestry:portable_alyzer>,
<integrateddynamics:portable_logic_programmer>,
<nuclearcraft:portable_ender_chest>,
<projecte:item.pe_alchemical_bag:*>,
<projecte:item.pe_transmutation_tablet>,
<projectex:arcane_tablet>,
<projectred-exploration:backpack:*>,
<railcraft:backpack_trackman_t1>,
<railcraft:backpack_trackman_t2>,
<rftools:storage_module_tablet>,
<thermalexpansion:satchel:*>,
<thaumcraft:focus_pouch>,
<thaumcraft:hand_mirror>,
<thaumadditions:crystal_bag>,
<thebetweenlands:lurker_skin_pouch:*>
];
var SneakOpened as IItemStack[] = [
<danknull:dank_null_0>,
<danknull:dank_null_1>,
<danknull:dank_null_2>,
<danknull:dank_null_3>,
<danknull:dank_null_4>,
<danknull:dank_null_5>,
<danknull:dank_null_6>,
<dankstorage:dank_1>,
<dankstorage:dank_2>,
<dankstorage:dank_3>,
<dankstorage:dank_4>,
<dankstorage:dank_5>,
<dankstorage:dank_6>,
<dankstorage:dank_7>,
<openblocks:dev_null>,
<scannable:scanner>
];
for item in Opened {
mods.bpopener.BPOpener.addEntry(item, false);
}
for item in SneakOpened {
mods.bpopener.BPOpener.addEntry(item, true);
}
+268
View File
@@ -0,0 +1,268 @@
<actuallyadditions:potion_ring_advanced_bauble:0>.addTooltip(format.red("Applies speed potion to user"));
<actuallyadditions:potion_ring_advanced_bauble:1>.addTooltip(format.red("Applies haste potion to user"));
<actuallyadditions:potion_ring_advanced_bauble:2>.addTooltip(format.red("Applies strength potion to user"));
<actuallyadditions:potion_ring_advanced_bauble:3>.addTooltip(format.red("Applies jump boost potion to user"));
<actuallyadditions:potion_ring_advanced_bauble:4>.addTooltip(format.red("Applies regen potion to user"));
<actuallyadditions:potion_ring_advanced_bauble:5>.addTooltip(format.red("Applies resistance potion to user"));
<actuallyadditions:potion_ring_advanced_bauble:6>.addTooltip(format.red("Applies fire resistance potion to user"));
<actuallyadditions:potion_ring_advanced_bauble:7>.addTooltip(format.red("Applies water breathing potion to user"));
<actuallyadditions:potion_ring_advanced_bauble:8>.addTooltip(format.red("Applies invisibility potion to user"));
<actuallyadditions:potion_ring_advanced_bauble:9>.addTooltip(format.red("Applies night vision potion to user"));
<actuallyadditions:battery_bauble>.addTooltip(format.red("Charges items in user inventory"));
<actuallyadditions:battery_double_bauble>.addTooltip(format.red("Charges items in user inventory"));
<actuallyadditions:battery_triple_bauble>.addTooltip(format.red("Charges items in user inventory"));
<actuallyadditions:battery_quadruple_bauble>.addTooltip(format.red("Charges items in user inventory"));
<actuallyadditions:battery_quintuple_bauble>.addTooltip(format.red("Charges items in user inventory"));
<astralsorcery:itemenchantmentamulet>.addTooltip(format.red("The level of enchantments on the player's gear will be increased depending on the configuration of the prism"));
<baubles:ring>.addTooltip(format.red("Applies Haste 1"));
<bewitchment:girdle_of_the_dryads>.addTooltip(format.red("Grows a set of extra armor while standing on grass that absorbs hits"));
<bewitchment:hellish_bauble>.addTooltip(format.red("Gives Fire Resistannce and reduces damage from explosions, as well as reduces the cost of trades from Demons"));
<bewitchment:horseshoe>.addTooltip(format.red("Lowers the amount of damage taken from Bewitchment spirits, and applies the Luck effect"));
<bewitchment:fortunes_favor>.addTooltip(format.red("Lowers the amount of damage taken from Bewitchment spirits, and applies the Haste effect"));
<bewitchment:nazar>.addTooltip(format.red("Protects against unluck and spirits"));
<bewitchment:token_of_remedies>.addTooltip(format.red("Cures debuffs at the cost of ME"));
<bewitchment:hecates_visage>.addTooltip(format.red("Lowers the cost of starting a Bewitchment ritual"));
<bewitchment:triskelion>.addTooltip(format.red("Provides strength 1 with ME"));
<bewitchment:vampiric_amulet>.addTooltip(format.red("Prevents damage randomly and provides absorption hearts"));
<bewitchment:gluttons_sash>.addTooltip(format.red("Automatically restores hunger with ME"));
<bloodarsenal:sacrifice_amulet>.addTooltip(format.red("Stores LP when you kill mobs while wearing"));
<bloodarsenal:self_sacrifice_amulet>.addTooltip(format.red("Stores LP when damage is taken"));
<bloodarsenal:vampire_ring>.addTooltip(format.red("Grants Life Steal effect, healing you for dealing damage. Effect applies to any damage dealt to anything nearby"));
<bloodarsenal:soul_pendant>.addTooltip(format.red("Stores will from slain enemies"));
<botania:tinyplanet>.addTooltip(format.red("Pulls mana bursts towards wearer"));
<botania:travelbelt>.addTooltip(format.red("Provides a hiddden speed 1 effect and allows for auto stepping 1 blocks"));
<botania:knockbackbelt>.addTooltip(format.red("Stops Knockback effects from damage"));
<botania:icependant>.addTooltip(format.red("Acts as Frost Walker enchant, freezing ice at foot level"));
<botania:lavapendant>.addTooltip(format.red("Instantly extinguishes flame effect if the user is not currently in fire or lava"));
<botania:magnetring>.addTooltip(format.red("Provides magnetic effect"));
<botania:waterring>.addTooltip(format.red("Provides greatly increased speed and manuverability underwater, and if mana is present in the inventory, allows for underwater breathing"));
<botania:miningring>.addTooltip(format.red("Provides Haste 2 and consumes mana per arm swing"));
<botania:divacharm>.addTooltip(format.red("Hitting an enemy causes it to target and attack any other enemy targetting you in exchange for mana"));
<botania:flighttiara>.addTooltip(format.red("Provides flight for 30 seconds a time, allows for dashing by sprinting while flying and gliding by sneaking by flying"));
<botania:pixiering>.addTooltip(format.red("Increases the chance for a pixie to spawn when injured"));
<botania:supertravelbelt>.addTooltip(format.red("Greatly increases speed"));
<botania:reachring>.addTooltip(format.red("Increases Reach by 3 blocks"));
<botania:itemfinder>.addTooltip(format.red("Causes inventories with the item held in your hand to glow "));
<botania:superlavapendant>.addTooltip(format.red("Provides immunity to fire and lava damage"));
<botania:bloodpendant>.addTooltip(format.red("Constantly applies a given brew effect"));
<botania:holycloak>.addTooltip(format.red("Prevents any non-magical damage every 10 seconds"));
<botania:unholycloak>.addTooltip(format.red("Damages all nearby mobs for the same amount of damage taken every 10 seconds"));
<botania:balancecloak>.addTooltip(format.red("Will split any damage taken between attacker and player, preventing death every 10 seconds"));
<botania:monocle>.addTooltip(format.red("Allows user to see any mana bursts nearby, as well as the functional range of all Botania flowers, as well as showing the power in any redstone dust. Can be used as a cosmetic override and still provide this benefit"));
<botania:cosmetic>.addTooltip(format.red("Cosmetic, for decoration!"));
<botania:swapring>.addTooltip(format.red("Will automatically switch tools to the appropriate one to break a block the user is looking at. Only applies to tools that work with Mana"));
<botania:thorring>.addTooltip(format.red("Activated TerraShatterers will have an increased range"));
<botania:odinring>.addTooltip(format.red("Gain an additional 20 health points and become immune to suffocation, drowning, fire, lava, starvation and fall damage."));
<botania:magnetringgreater>.addTooltip(format.red("Attracts items from a greater range"));
<botania:speedupbelt>.addTooltip(format.red("Provides an escalating speed boost the longer a user walks without stopping"));
<botania:baublebox>.addTooltip(format.red("Can store baubles"));
<botania:dodgering>.addTooltip(format.red("Allows to dodge by double-pressing direction keys"));
<botania:invisibilitycloak>.addTooltip(format.red("Makes you invisible"));
<botania:cloudpendant>.addTooltip(format.red("Enables double jumping"));
<botania:supercloudpendant>.addTooltip(format.red("Enables triple jumping"));
<botania:thirdeye>.addTooltip(format.red("Highlights nearby mobs"));
<botania:goddesscharm>.addTooltip(format.red("Any explosions nearby will not damage blocks"));
<cyclicmagic:glove_climb>.addTooltip(format.red("Allows user to climb surfaces similar to a spider"));
<cyclicmagic:tool_auto_torch>.addTooltip(format.red("Automatically places a torch at your feet when light levels go below 7"));
<cyclicmagic:charm_antidote>.addTooltip(format.red("Automatically cures poison and withering effects"));
<cyclicmagic:charm_water>.addTooltip(format.red("Provides underwater breathing"));
<cyclicmagic:charm_air>.addTooltip(format.red("Allows user to walk on air"));
<cyclicmagic:charm_void>.addTooltip(format.red("Teleports you to world height if you fall in the void"));
<cyclicmagic:charm_boat>.addTooltip(format.red("Increases boat speed dramatically"));
<cyclicmagic:charm_fire>.addTooltip(format.red("Fire Immunity while in inventory"));
<cyclicmagic:charm_speed>.addTooltip(format.red("Provides speed II effect"));
<cyclicmagic:charm_wing>.addTooltip(format.red("Halves fall speed after 6 blocks and prevents fall damage during buff"));
<divinerpg:miners_amulet>.addTooltip(format.red("Provides Haste II"));
<draconicevolution:draconium_capacitor>.addTooltip(format.red("Battery, charges item in the inventory"));
<draconicevolution:magnet>.addTooltip(format.red("Teleports items into inventory"));
<ebwizardry:ring_condensing>.addTooltip(format.red("Gradually refills mana in wands in hotbar"));
<ebwizardry:ring_siphoning>.addTooltip(format.red("When refilling a wand, restore 30% more mana"));
<ebwizardry:ring_battlemage>.addTooltip(format.red("Holding a wand in your offhand and a sword in your main hand grants 10% extra magic damage"));
<ebwizardry:ring_combustion>.addTooltip(format.red("Creatures killed by fire spells explode like creepers (does not break blocks)"));
<ebwizardry:ring_fire_melee>.addTooltip(format.red("Meleeing a mob with a fire wand sets it on fire"));
<ebwizardry:ring_fire_biome>.addTooltip(format.red("Fire spells deal 30% more damage in hot biomes"));
<ebwizardry:ring_disintegration>.addTooltip(format.red("All fire spells cause an explosion of sparks when mobs die that set other mobs on fire"));
<ebwizardry:ring_meteor>.addTooltip(format.red("Meteor spell projectile will come from the wand instead of the sky"));
<ebwizardry:ring_ice_melee>.addTooltip(format.red("Meleeing a mob will apply frostbite, slowing them"));
<ebwizardry:ring_ice_biome>.addTooltip(format.red("Ice spells deal 30% more damage in snowy biomes"));
<ebwizardry:ring_arcane_frost>.addTooltip(format.red("Mobs killed by ice spells release damaging ice shards in all directions"));
<ebwizardry:ring_shattering>.addTooltip(format.red("Melee attacks on mobs with Frostbite have a small chance of instantly killing them and releasing ice shards"));
<ebwizardry:ring_lightning_melee>.addTooltip(format.red("Melee attacks on mobs will cause lightning bolts to attack nearby mobs"));
<ebwizardry:ring_storm>.addTooltip(format.red("During thunderstorms, lightning spells have dramatically reduced cooldowns"));
<ebwizardry:ring_seeking>.addTooltip(format.red("Projectile spells seek mobs"));
<ebwizardry:ring_hammer>.addTooltip(format.red("Lightning hammers from the Lightning hammer spell can be picked up and thrown again "));
<ebwizardry:ring_stormcloud>.addTooltip(format.red("Stormcloud spell seeks mobs and lasts longer with each attack"));
<ebwizardry:ring_soulbinding>.addTooltip(format.red("Mobs damaged by necromancy spells become soulbound for 30 seconds and take all damage dealt to you"));
<ebwizardry:ring_leeching>.addTooltip(format.red("All necromancy spells have a 30% chance to trigger life drain, healing you for damage dealt"));
<ebwizardry:ring_necromancy_melee>.addTooltip(format.red("Melee attacks with a necromancy wand apply wither"));
<ebwizardry:ring_mind_control>.addTooltip(format.red("Mobs affected by mind control effects have a chance to spread the effect"));
<ebwizardry:ring_poison>.addTooltip(format.red("All earth spells apply poison to mobs"));
<ebwizardry:ring_earth_melee>.addTooltip(format.red("Hitting mobs with an Earth wand applies poison"));
<ebwizardry:ring_earth_biome>.addTooltip(format.red("Earth spells deal 30% more damage in forests and roofed forest biomes"));
<ebwizardry:ring_full_moon>.addTooltip(format.red("All Earth spells have dramatically reduced cooldown during a full moon"));
<ebwizardry:ring_evoker>.addTooltip(format.red("Sneaking while casting the fangs spell summons a defense circle instead of a line"));
<ebwizardry:ring_extraction>.addTooltip(format.red("Killing mobs with sorcery spells refills the wand with extra mana"));
<ebwizardry:ring_mana_return>.addTooltip(format.red("Missing with the Force Arrow spell refunds mana used to the wand if the arrow doesn't hit a mob"));
<ebwizardry:ring_blockwrangler>.addTooltip(format.red("Any spell that throws blocks deals double damage"));
<ebwizardry:ring_conjurer>.addTooltip(format.red("Items from Conjuring spells last twice as long"));
<ebwizardry:ring_defender>.addTooltip(format.red("Projectile spells pass through allied forcefields"));
<ebwizardry:ring_paladin>.addTooltip(format.red("Healing spells spread their effect"));
<ebwizardry:ring_interdiction>.addTooltip(format.red("Forcefield spells deal damage to any mob that touchs the forcefield"));
<ebwizardry:amulet_arcane_defence>.addTooltip(format.red("Slowly repairs wizard armor"));
<ebwizardry:amulet_warding>.addTooltip(format.red("All magic damage is reduced by 10%"));
<ebwizardry:amulet_wisdom>.addTooltip(format.red("Reduces the likelyhood of negative effects when attempting to learn spells"));
<ebwizardry:amulet_fire_protection>.addTooltip(format.red("Reduces fire damage by 30%"));
<ebwizardry:amulet_fire_cloaking>.addTooltip(format.red("Reduces incoming damage by 75% when standing within a ring of fire spell"));
<ebwizardry:amulet_ice_immunity>.addTooltip(format.red("You cannot be affected by Frostbite effects"));
<ebwizardry:amulet_ice_protection>.addTooltip(format.red("Reduces damage from frost spells by 30%"));
<ebwizardry:amulet_frost_warding>.addTooltip(format.red("Grants Ward 1 when standing behind the wall of frost spell"));
<ebwizardry:amulet_potential>.addTooltip(format.red("Being hit by mobs has a 15% chance of triggering the Lightning Bolt spell at that mob"));
<ebwizardry:amulet_channeling>.addTooltip(format.red("All incoming shock damage has a 30% chance of being negated"));
<ebwizardry:amulet_lich>.addTooltip(format.red("15% chance for incoming damage to be applied to a minion instead"));
<ebwizardry:amulet_wither_immunity>.addTooltip(format.red("Grants wither immunity"));
<ebwizardry:amulet_glide>.addTooltip(format.red("Falling more than 3 blocks has a 50% chance to activate a Glide spell"));
<ebwizardry:amulet_banishing>.addTooltip(format.red("Mobs that melee you have a 15% chance to be teleported to a random nearby location"));
<ebwizardry:amulet_anchoring>.addTooltip(format.red("You cannot be moved by magical spells"));
<ebwizardry:amulet_recovery>.addTooltip(format.red("When under 50% health, mana will be consumed from your armor to apply Regen 1"));
<ebwizardry:amulet_transience>.addTooltip(format.red("25% chance to activate Transcience, making you immune to all damage, when brought under 10% health"));
<ebwizardry:amulet_resurrection>.addTooltip(format.red("Resurrection spell can be used in the Game Over screen if assigned to a wand on your hotbar. This will not restore items moved to a Grave"));
<ebwizardry:amulet_auto_shield>.addTooltip(format.red("25% chance to cast the Shield spell when bound to a wand on your hotbar"));
<ebwizardry:amulet_absorption>.addTooltip(format.red("Excess health from healing spells is converted to absorption hearts"));
<ebwizardry:charm_haggler>.addTooltip(format.red("Wizards will always unlock the next tier of trading when items are purchased"));
<ebwizardry:charm_experience_tome>.addTooltip(format.red("Wands gain 50% more xp per spell cast"));
<ebwizardry:charm_move_speed>.addTooltip(format.red("Spells do not slow movement when casting"));
<ebwizardry:charm_spell_discovery>.addTooltip(format.red("Spell books found as loot are more likely to be undiscovered spells"));
<ebwizardry:charm_auto_smelt>.addTooltip(format.red("Pocket Furnace spell will automatically trigger for each item that enters your inventory when bound to a wand on your hotbar"));
<ebwizardry:charm_lava_walking>.addTooltip(format.red("Frost Step spell freezes lava to obsidian nearby"));
<ebwizardry:charm_storm>.addTooltip(format.red("Invoke Weather spell will always summon thunderstorms"));
<ebwizardry:charm_minion_health>.addTooltip(format.red("Summoned mobs deal 25% more damage"));
<ebwizardry:charm_minion_variants>.addTooltip(format.red("Summoned zombies and skeletons are husks and strays instead"));
<ebwizardry:charm_undead_helmets>.addTooltip(format.red("Summoned zombies and skeletons will have leather helmets to prevent burning in daylight"));
<ebwizardry:charm_hunger_casting>.addTooltip(format.red("If a wand runs out of mana, hunger will be used"));
<ebwizardry:charm_flight>.addTooltip(format.red("Flight and Glide spells are 50% faster"));
<ebwizardry:charm_growth>.addTooltip(format.red("Growth spell has a 35% chance to instantly grow nearby crops"));
<ebwizardry:charm_abseiling>.addTooltip(format.red("Holding sneak while using the grappling spell will slowly descend"));
<ebwizardry:charm_silk_touch>.addTooltip(format.red("Gives Mine spell silk touch"));
<ebwizardry:charm_sixth_sense>.addTooltip(format.red("Sixth Sense spell will show different shapes for passive, neutral and hostile mobs"));
<ebwizardry:charm_stop_time>.addTooltip(format.red("Slow Time spell instead Freezes time"));
<ebwizardry:charm_light>.addTooltip(format.red("Conjured light sources last forever"));
<ebwizardry:charm_transportation>.addTooltip(format.red("4 naturally spawning stone circles can be remembered and teleported to when using Transportation spell"));
<ebwizardry:charm_black_hole>.addTooltip(format.red("Black Hole spell applies to blocks now"));
<ebwizardry:charm_mount_teleporting>.addTooltip(format.red("Teleporting while riding a mount teleports the mount as well"));
<ebwizardry:charm_feeding>.addTooltip(format.red("Replenish Hunger spell automatically triggers when bound to wand on hotbar"));
<tfspellpack:ring_twilight>.addTooltip(format.red("All spells are 10% more potent in twilight forest"));
<tfspellpack:ring_hydra_kaboom>.addTooltip(format.red("Hydra bombs cause TNT damage"));
<tfspellpack:ring_aurora>.addTooltip(format.red("Chariet of Ice spell causes TNT explosion when using ground slam attack"));
<tfspellpack:ring_trollsteinn>.addTooltip(format.red("Acid Rain spell applies poison"));
<tfspellpack:ring_stealth_attack>.addTooltip(format.red("Sneaking while casting spells deals 50% more damage when using Mist Cloak spell"));
<tfspellpack:amulet_steeleaf>.addTooltip(format.red("Take 10% less damage while wearing wizard armor in the twilight forest"));
<tfspellpack:amulet_carminite>.addTooltip(format.red("Carminite Singularity spell causes projectiles to bounce away"));
<tfspellpack:amulet_life_charm>.addTooltip(format.red("Life charms heal to full health instantly and applies resistance II when triggered"));
<tfspellpack:charm_ice_exploder>.addTooltip(format.red("Ice Core spell projectiles cause TNT damage"));
<tfspellpack:charm_goblin>.addTooltip(format.red("Summoned goblins are instead Redcap sappers"));
<tfspellpack:charm_troll>.addTooltip(format.red("Summoned Cave trolls will throw ice bombs at targets"));
<tfspellpack:charm_accursed_tome>.addTooltip(format.red("Summoned Death pages will apply random negative vanilla potion effects"));
<enderio:item_magnet>.addTooltip(format.red("Magnet"));
<extrautils2:chickenring:1>.addTooltip(format.red("Flight for a short amount of time"));
<extrautils2:chickenring:0>.addTooltip(format.red("Applies slow fall when falling more than 2 blocks"));
<extrabotany:froststar>.addTooltip(format.red("Freezes large areas of water and lava near user, also applies Slowness II to any mob looked at"));
<extrabotany:deathring>.addTooltip(format.red("Applies wither and Unlock at mobs looked at"));
<extrabotany:natureorb>.addTooltip(format.red("Stores effects in it that apply to the user over time. Blessing of Mana will refill mana using items, Blessing of Regeneration will cause Regen effects to happen twice as fast, Blessing of Senro will cancel negative debuffs"));
<extrabotany:puredaisypendant>.addTooltip(format.red("Instantly causes a pure daisy effect when holding item, after 64 items goes on 2.5 minute cooldown"));
<extrabotany:supercrown>.addTooltip(format.red("When wearing Starry Idol or Pleiades Combat Maid Armor, reduces damage taken by 1 heart"));
<extrabotany:redscarf>.addTooltip(format.red("Decorative"));
<extrabotany:coregod>.addTooltip(format.red("Allows infinite flight in exchange for mana, also provides Strength I and has a slightly faster flight than the Flugal Tiara"));
<extrabotany:wallrunning>.addTooltip(format.red("Allows climbing walls like a spider"));
<extrabotany:walljumping>.addTooltip(format.red("Allows jumping up walls 5 times before resetting"));
<extrabotany:parkour>.addTooltip(format.red("Combines Ring of Wall Run and Ring of Wall Jump"));
<extrabotany:elvenking>.addTooltip(format.red("The first 3 baubles in the bauble case will be used as though being worn. Does not work with most baubles"));
<extrabotany:allforone>.addTooltip(format.red("All baubles in bauble case will be used as though being worn. Does not work with most baubles"));
<extrabotany:foxear>.addTooltip(format.red("Decorative"));
<extrabotany:bottledflame>.addTooltip(format.red("Automatically places a torch at your feet when light levels go below 7"));
<extrabotany:cosmetic>.addTooltip(format.red("Decorative"));
<extrabotany:jingweifeather>.addTooltip(format.red("Fist attacks will cause a fireball that grants absorption hearts when hitting mobs"));
<extrabotany:manadriverring>.addTooltip(format.red("Transferrs mana from bands into functional flowers nearby"));
<extrabotany:silenteternity>.addTooltip(format.red("Every tick while standing still will make you immune to most kinds of damage and extremely quickly restore health. Will also freeze water and lava under the user"));
<mod_lavacow:goldenheart>.addTooltip(format.red("Gives Regen I and repairs all equipment while in bauble slot"));
<mod_lavacow:mootenheart>.addTooltip(format.red("All fire damage is reduced by 20%"));
<mod_lavacow:halo_necklace>.addTooltip(format.red("10% increased damage to undead mobs"));
<mod_lavacow:dreamcatcher>.addTooltip(format.red("Causes a random mob to spawn near the bed after sleeping"));
<immersiveengineering:powerpack>.addTooltip(format.red("Battery"));
<industrialforegoing:meat_feeder>.addTooltip(format.red("Refills hunger"));
<nae2:pattern_multiplier>.addTooltip(format.red("Allows duplication of AE2 patterns"));
<nuclearcraft:geiger_counter>.addTooltip(format.red("Displays local radiation levels, including inventory"));
<nuclearcraft:radiation_badge>.addTooltip(format.red("Posts in chat every 25 rads gained"));
<plethora:neuralinterface>.addTooltip(format.red("Has many modules that allow ComputerCraft to interfact with the player's inventory, environment, and the player themselves"));
<projecte:item.pe_repair_talisman>.addTooltip(format.red("Repairs items in inventory"));
<projecte:item.pe_black_hole>.addTooltip(format.red("Magnet"));
<projecte:item.pe_ignition>.addTooltip(format.red("Nearby mobs are set on fire"));
<projecte:item.pe_zero_ring>.addTooltip(format.red("Freezes a large area of water and places snow on the ground"));
<projecte:item.pe_swrg>.addTooltip(format.red("Repulses mobs in a radius around the user"));
<projecte:item.pe_time_watch>.addTooltip(format.red("Allows manipulation of time in the world and speeds up or slows down everything around the user by 7% "));
<projecte:item.pe_gem_density>.addTooltip(format.red("Absorbs items with EMC and converts to target item"));
<projecte:item.pe_void_ring>.addTooltip(format.red("Combines Black Hole Band and Gem of Eternal Density"));
<projecte:item.pe_arcana_ring>.addTooltip(format.red("Combines Zero Ring, Ignition Ring, Harvest Goddes Band and Swiftwolfs Rending Gale"));
<projecte:item.pe_body_stone>.addTooltip(format.red("Refills hunger every half second"));
<projecte:item.pe_soul_stone>.addTooltip(format.red("Heals heart of damag every second"));
<projecte:item.pe_life_stone>.addTooltip(format.red("Combines Body and Soul Stones"));
<projecte:item.pe_evertide_amulet>.addTooltip(format.red("Acts like an always full water bucket"));
<projecte:item.pe_volcanite_amulet>.addTooltip(format.red("Acts like an always full lava bucket, 32 emc per operation"));
<randomthings:lavacharm>.addTooltip(format.red("Allows user to stand in lava for up to 10 seconds, does not prevent fire damage"));
<randomthings:obsidianskullring>.addTooltip(format.red("Has a chance to negate fire damage depending on the fire damage"));
<randomthings:portablesounddampener>.addTooltip(format.red("Prevents any sound recorded on a sound pattern from being heard by the player holding the Dampener"));
<randomthings:spectrecharger>.addTooltip(format.red("Wireless charging from spectre dimension"));
<randomthings:spectrecharger>.addTooltip(format.red("Wireless charging from spectre dimension"));
<randomthings:spectrecharger>.addTooltip(format.red("Wireless charging from spectre dimension"));
<randomthings:spectrecharger>.addTooltip(format.red("Wireless charging from spectre dimension"));
<xreliquary:fortune_coin>.addTooltip(format.red("Magnet, can triple range by holding and right clicking"));
<xreliquary:mob_charm_belt>.addTooltip(format.red("Holds mob charms"));
<xreliquary:twilight_cloak>.addTooltip(format.red("Makes the user invisible in low light"));
<thaumcraft:goggles>.addTooltip(format.red("Allows user to see extra information about Thaumcraft machine, like required essentia"));
<thaumcraft:baubles:0>.addTooltip(format.red("Crafting material"));
<thaumcraft:baubles:1>.addTooltip(format.red("Crafting material"));
<thaumcraft:baubles:2>.addTooltip(format.red("Crafting material"));
<thaumcraft:baubles:3>.addTooltip(format.red("Gives 5% Vis discount"));
<thaumcraft:baubles:4>.addTooltip(format.red("Crafting material"));
<thaumcraft:baubles:5>.addTooltip(format.red("Crafting material"));
<thaumcraft:baubles:6>.addTooltip(format.red("Crafting material"));
<thaumcraft:amulet_vis:0>.addTooltip(format.red("Stores 25 base vis for recharging items that require Vis"));
<thaumcraft:amulet_vis:1>.addTooltip(format.red("Stores 100 base vis for recharging items that require Vis"));
<thaumcraft:verdant_charm>.addTooltip(format.red("Removes poison, wither, and taint poison for Vis"));
<thaumcraft:curiosity_band>.addTooltip(format.red("Experience orbs absorbed will be converted into random research points"));
<thaumcraft:voidseer_charm>.addTooltip(format.red("Provides Vis discount proportional to permanent warp, up to a 25% discount"));
<thaumcraft:cloud_ring>.addTooltip(format.red("Enables double jumping and fall damage is reduced by 75%"));
<thaumcraft:charm_undying>.addTooltip(format.red("Is a totem of undying"));
<thaumcraft:focus_pouch>.addTooltip(format.red("Holds Thaumcraft foci"));
<thaumadditions:fragnant_pendant>.addTooltip(format.red("Prevents warp effects for durability"));
<thaumadditions:recharge_charm>.addTooltip(format.red("Does nothing"));
<thaumadditions:traveller_belt>.addTooltip(format.red("Acts like the user is wearing Boots of the Traveller, has periodic vis cost"));
<thaumadditions:striding_belt>.addTooltip(format.red("Gives speed II and enables block walk up"));
<thaumadditions:meteor_belt>.addTooltip(format.red("Increases speed, exploding when the user stops"));
<thaumicaugmentation:thaumostatic_harness>.addTooltip(format.red("A jetpack that runs off of Potentia"));
<thaumicaugmentation:elytra_harness>.addTooltip(format.red("Acts like an Elytra, consuming vis while flying"));
<thaumicwonders:night_vision_goggles>.addTooltip(format.red("Gives night vision on top of all effects from Goggles of revealing"));
<thaumicwonders:cleansing_charm>.addTooltip(format.red("Converts warp into flux, consuming Vis"));
<theoneprobe:probe_goggles>.addTooltip(format.red("Enable One Probe depending on configuration"));
<thermalexpansion:capacitor:0>.addTooltip(format.red("Battery"));
<thermalexpansion:capacitor:1>.addTooltip(format.red("Battery"));
<thermalexpansion:capacitor:2>.addTooltip(format.red("Battery"));
<thermalexpansion:capacitor:3>.addTooltip(format.red("Battery"));
<thermalexpansion:capacitor:4>.addTooltip(format.red("Battery"));
<thermalexpansion:capacitor:5>.addTooltip(format.red("Battery"));
<thermalexpansion:reservoir:0>.addTooltip(format.red("Acts like high capacity bucket, can refill buckets in inventory or items"));
<thermalexpansion:reservoir:1>.addTooltip(format.red("Acts like high capacity bucket, can refill buckets in inventory or items"));
<thermalexpansion:reservoir:2>.addTooltip(format.red("Acts like high capacity bucket, can refill buckets in inventory or items"));
<thermalexpansion:reservoir:3>.addTooltip(format.red("Acts like high capacity bucket, can refill buckets in inventory or items"));
<thermalexpansion:reservoir:4>.addTooltip(format.red("Acts like high capacity bucket, can refill buckets in inventory or items"));
<thermalexpansion:reservoir:5>.addTooltip(format.red("Acts like high capacity bucket, can refill buckets in inventory or items"));
<thermalinnovation:magnet:0>.addTooltip(format.red("Magnet"));
<thermalinnovation:magnet:1>.addTooltip(format.red("Magnet"));
<thermalinnovation:magnet:2>.addTooltip(format.red("Magnet"));
<thermalinnovation:magnet:3>.addTooltip(format.red("Magnet"));
<thermalinnovation:magnet:4>.addTooltip(format.red("Magnet"));
<thermalinnovation:injector:0>.addTooltip(format.red("Injects user with potions"));
<thermalinnovation:injector:1>.addTooltip(format.red("Injects user with potions"));
<thermalinnovation:injector:2>.addTooltip(format.red("Injects user with potions"));
<thermalinnovation:injector:3>.addTooltip(format.red("Injects user with potions"));
<thermalinnovation:injector:4>.addTooltip(format.red("Injects user with potions"));
<thermalinnovation:injector:5>.addTooltip(format.red("Injects user with potions"));
+37
View File
@@ -0,0 +1,37 @@
import crafttweaker.data.IData;
import crafttweaker.item.IItemStack;
// Remove default recipes
recipes.remove(<agricraft:seed_analyzer>);
recipes.remove(<agricraft:peripheral>);
// Add recipe for Portable Seed Analyzer
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:perfected_imbuement_fabrial>,
[[<ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>],
[<ore:nuggetMithrillium>, <gendustry:gene_sample>.withTag({allele: "forestry.toleranceNone", chromosome: 4, species: "rootBees"}), <ore:nuggetMithrillium>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 3, allele: "forestry.fertilityMaximum"}), <ore:nuggetMithrillium>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 11, allele: "forestry.territoryLargest"}), <ore:nuggetMithrillium>],
[<ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <contenttweaker:perfected_imbuement_essence>, <contenttweaker:perfected_imbuement_essence>, <contenttweaker:perfected_imbuement_essence>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>],
[<ore:nuggetMithrillium>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 1, allele: "careerbees.speedRobotic"}), <contenttweaker:perfected_imbuement_essence>, <forestry:bee_combs:0>, <contenttweaker:perfected_imbuement_essence>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 9, allele: "gendustry.flowersWoodLog"}), <ore:nuggetMithrillium>],
[<ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <contenttweaker:perfected_imbuement_essence>, <contenttweaker:perfected_imbuement_essence>, <contenttweaker:perfected_imbuement_essence>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>],
[<ore:nuggetMithrillium>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 11, allele: "forestry.territoryLargest"}), <ore:nuggetMithrillium>, <gendustry:gene_sample>.withTag({allele: "forestry.lifespanShortest", chromosome: 2, species: "rootBees"}), <ore:nuggetMithrillium>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 8, allele: "forestry.boolTrue"}), <ore:nuggetMithrillium>],
[<ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>, <ore:nuggetMithrillium>]]);
recipes.addShapeless(
"getbeegenespeciesrightnow",<gendustry:gene_sample>,
[(<forestry:bee_drone_ge:*>.marked("mark")),
<contenttweaker:perfected_imbuement_fabrial>,
<gendustry:gene_sample_blank>],
function(out,ins,cInfo){
var speciesVar = ins.mark.tag.Genome.Chromosomes[0].UID0 as string;
var updatedTag as IData = {
species:"rootBees",
chromosome:0,
allele: speciesVar};
return out.updateTag(updatedTag);
},
null
);
+514
View File
@@ -0,0 +1,514 @@
#reloadable
import crafttweaker.data.IData;
import crafttweaker.item.IItemStack;
import crafttweaker.item.IIngredient;
static EFFECTS as IData = {
"careerbees.acceleration": "Accelerate",
"careerbees.armorer": "Armorer",
"careerbees.artist": "Painting",
"careerbees.assassin": "Assassin",
"careerbees.buisnessman": "Business",
"careerbees.butcher": "Butcher",
"careerbees.clock": "Clockwinding",
"careerbees.collectors": "Wombling",
"careerbees.cook": "HoneyGlazing",
"careerbees.crusher": "Crusher",
"careerbees.devil": "Burning",
"careerbees.digging.fortune": "FortunateMining",
"careerbees.digging.silky": "SilkyMining",
"careerbees.digging": "Mining",
"careerbees.electrician": "Electrifying",
"careerbees.energy": "RFInducing",
"careerbees.engineer": "None",
"careerbees.graduate": "Retraining",
"careerbees.honey_smelter": "IronHoneyification",
"careerbees.husbandry": "Husbandry",
"careerbees.junk_seller": "JunkSale",
"careerbees.lumber": "DarkBiter",
"careerbees.mad_scientist": "Science!!!!",
"careerbees.mason": "Masonry",
"careerbees.nca": "ExplosionPrevention",
"careerbees.phd": "Retraining",
"careerbees.plaguedoctor": "Curative",
"careerbees.police": "Policing",
"careerbees.politician": "FundRaising",
"careerbees.priest": "Priest",
"careerbees.quantum_charm": "Teleposition",
"careerbees.quantum_strange": "Teleposition",
"careerbees.rainbow": "None",
"careerbees.repair": "Repair",
"careerbees.robot": "None",
"careerbees.science": "None",
"careerbees.sharpening": "Sharpening",
"careerbees.smelter": "Smelting",
"careerbees.student": "None",
"careerbees.taxcollector": "Taxation",
"careerbees.thief": "Yoink!",
"careerbees.yente": "None",
"extrabees.species.abyss": "Wither",
"extrabees.species.acidic": "Acidic",
"extrabees.species.alcohol": "Drunkard",
"extrabees.species.ancient": "None",
"extrabees.species.arid": "None",
"extrabees.species.artic": "Freezing",
"extrabees.species.barren": "None",
"extrabees.species.basalt": "Aggression",
"extrabees.species.bauxite": "None",
"extrabees.species.black": "None",
"extrabees.species.blooming": "Growth",
"extrabees.species.blue": "None",
"extrabees.species.blutonium": "Unstable",
"extrabees.species.boggy": "Slowness",
"extrabees.species.bone": "Skeletons",
"extrabees.species.brown": "None",
"extrabees.species.caustic": "Acidic",
"extrabees.species.celebratory": "Fireworks",
"extrabees.species.cinnabar": "None",
"extrabees.species.classical": "None",
"extrabees.species.coal": "None",
"extrabees.species.coffee": "None",
"extrabees.species.copper": "None",
"extrabees.species.corrosive": "Acidic",
"extrabees.species.creeper": "Creepers",
"extrabees.species.creosote": "None",
"extrabees.species.cyan": "None",
"extrabees.species.cyanite": "Unstable",
"extrabees.species.darkened": "Darkness",
"extrabees.species.decomposing": "None",
"extrabees.species.desolate": "Hunger",
"extrabees.species.diamond": "None",
"extrabees.species.distilled": "None",
"extrabees.species.ecstatic": "Power",
"extrabees.species.emerald": "None",
"extrabees.species.energetic": "Lightning",
"extrabees.species.excited": "Lightning",
"extrabees.species.farm": "None",
"extrabees.species.freezing": "Freezing",
"extrabees.species.fruit": "Ripening",
"extrabees.species.fuel": "None",
"extrabees.species.fungal": "Mushroom",
"extrabees.species.glowstone": "Aggression",
"extrabees.species.glutinous": "Ectoplasm",
"extrabees.species.gnawing": "None",
"extrabees.species.gold": "None",
"extrabees.species.granite": "None",
"extrabees.species.gray": "None",
"extrabees.species.greek": "None",
"extrabees.species.green": "None",
"extrabees.species.growing": "None",
"extrabees.species.hazardous": "Creeper",
"extrabees.species.infectious": "Poison",
"extrabees.species.ink": "Water",
"extrabees.species.iron": "None",
"extrabees.species.jaded": "Beatific",
"extrabees.species.lapis": "None",
"extrabees.species.latex": "None",
"extrabees.species.lead": "None",
"extrabees.species.lightblue": "None",
"extrabees.species.lightgray": "None",
"extrabees.species.limegreen": "None",
"extrabees.species.magenta": "None",
"extrabees.species.malicious": "Poison",
"extrabees.species.marble": "None",
"extrabees.species.milk": "None",
"extrabees.species.mineral": "None",
"extrabees.species.mystical": "None",
"extrabees.species.nickel": "None",
"extrabees.species.nuclear": "Unstable",
"extrabees.species.ocean": "Water",
"extrabees.species.oil": "None",
"extrabees.species.orange": "None",
"extrabees.species.pink": "None",
"extrabees.species.platinum": "None",
"extrabees.species.prehistoric": "None",
"extrabees.species.primeval": "None",
"extrabees.species.purple": "None",
"extrabees.species.pyrite": "None",
"extrabees.species.quantum": "None",
"extrabees.species.radioactive": "Unstable",
"extrabees.species.red": "None",
"extrabees.species.relic": "None",
"extrabees.species.resin": "None",
"extrabees.species.ripening": "None",
"extrabees.species.river": "Water",
"extrabees.species.rock": "None",
"extrabees.species.roman": "None",
"extrabees.species.rotten": "Zombies",
"extrabees.species.ruby": "None",
"extrabees.species.sapphire": "None",
"extrabees.species.shadow": "Darkness",
"extrabees.species.silver": "None",
"extrabees.species.sodalite": "None",
"extrabees.species.spatial": "Gravity",
"extrabees.species.sphalerite": "None",
"extrabees.species.sticky": "Ectoplasm",
"extrabees.species.stone": "None",
"extrabees.species.sugar": "None",
"extrabees.species.swamp": "Slowness",
"extrabees.species.sweet": "None",
"extrabees.species.tempered": "Meteor",
"extrabees.species.thriving": "None",
"extrabees.species.tin": "None",
"extrabees.species.titanium": "None",
"extrabees.species.tungstate": "None",
"extrabees.species.unstable": "Unstable",
"extrabees.species.unusual": "Gravity",
"extrabees.species.virulent": "Poison",
"extrabees.species.viscous": "Ectoplasm",
"extrabees.species.volcanic": "Meteor",
"extrabees.species.water": "Water",
"extrabees.species.white": "None",
"extrabees.species.yellorium": "Unstable",
"extrabees.species.yellow": "None",
"extrabees.species.zinc": "None",
"forestry.speciesAgrarian": "Fertile",
"forestry.speciesAustere": "Creeper",
"forestry.speciesAvenging": "Radioactive",
"forestry.speciesBoggy": "Mycophilic",
"forestry.speciesCommon": "None",
"forestry.speciesCultivated": "None",
"forestry.speciesDemonic": "Flammable",
"forestry.speciesDiligent": "None",
"forestry.speciesEdenic": "Explorer",
"forestry.speciesEnded": "Ends",
"forestry.speciesExotic": "Poison",
"forestry.speciesFarmerly": "None",
"forestry.speciesFiendish": "Aggression",
"forestry.speciesForest": "None",
"forestry.speciesFrugal": "None",
"forestry.speciesGlacial": "Freezing",
"forestry.speciesHermitic": "Repulsion",
"forestry.speciesHeroic": "Heroic",
"forestry.speciesIcy": "Freezing",
"forestry.speciesImperial": "Beatific",
"forestry.speciesIndustrious": "None",
"forestry.speciesMajestic": "None",
"forestry.speciesMarshy": "None",
"forestry.speciesMeadows": "None",
"forestry.speciesMiry": "None",
"forestry.speciesModest": "None",
"forestry.speciesMonastic": "None",
"forestry.speciesNoble": "None",
"forestry.speciesPhantasmal": "Ressurection",
"forestry.speciesRural": "None",
"forestry.speciesSecluded": "None",
"forestry.speciesSinister": "Aggression",
"forestry.speciesSpectral": "Reanimation",
"forestry.speciesSteadfast": "None",
"forestry.speciesTropical": "Poison",
"forestry.speciesUnweary": "None",
"forestry.speciesValiant": "None",
"forestry.speciesVengeful": "Radioactive",
"forestry.speciesVindictive": "Radioactive",
"forestry.speciesWintry": "Freezing",
"gendustry.bee.Agricultural": "None",
"gendustry.bee.Alchemical": "None",
"gendustry.bee.Apothecary": "Science!!!!",
"gendustry.bee.Armored": "None",
"gendustry.bee.Artillery": "Flammable",
"gendustry.bee.Baguette": "None",
"gendustry.bee.Balanced": "None",
"gendustry.bee.black": "None",
"gendustry.bee.blue": "None",
"gendustry.bee.Bomber": "Flammable",
"gendustry.bee.brown": "None",
"gendustry.bee.Buried": "None",
"gendustry.bee.Chevron": "None",
"gendustry.bee.Controller": "None",
"gendustry.bee.Crepuscular": "None",
"gendustry.bee.cyan": "None",
"gendustry.bee.Darkness": "IronHoneyification",
"gendustry.bee.Deeplearner": "None",
"gendustry.bee.derpious": "None",
"gendustry.bee.Experienced": "None",
"gendustry.bee.Fear": "Policing",
"gendustry.bee.Feesh": "None",
"gendustry.bee.Fiotic": "None",
"gendustry.bee.Fissile": "Flammable",
"gendustry.bee.Flux": "None",
"gendustry.bee.Formic": "None",
"gendustry.bee.Gorgon": "None",
"gendustry.bee.Gravity": "None",
"gendustry.bee.gray": "None",
"gendustry.bee.green": "None",
"gendustry.bee.GunDevil": "Flammable",
"gendustry.bee.Gunman": "Flammable",
"gendustry.bee.Helplessness": "Accelerate",
"gendustry.bee.Heraldry": "None",
"gendustry.bee.Herblore": "Flammable",
"gendustry.bee.Isekai": "None",
"gendustry.bee.lightblue": "None",
"gendustry.bee.lime": "None",
"gendustry.bee.Luctor": "None",
"gendustry.bee.magenta": "None",
"gendustry.bee.Meatball": "None",
"gendustry.bee.Necronomibee": "None",
"gendustry.bee.orange": "None",
"gendustry.bee.Oxygen": "None",
"gendustry.bee.pink": "None",
"gendustry.bee.purple": "None",
"gendustry.bee.Pyramid": "Aggression",
"gendustry.bee.Pyromaniacal": "Burning",
"gendustry.bee.Radiant": "None",
"gendustry.bee.red": "None",
"gendustry.bee.Restlessclam": "None",
"gendustry.bee.Ringbearer": "None",
"gendustry.bee.Ryleyan": "None",
"gendustry.bee.Salty": "None",
"gendustry.bee.Sandman": "None",
"gendustry.bee.Sanitizing": "None",
"gendustry.bee.Shadow": "None",
"gendustry.bee.Shyre": "None",
"gendustry.bee.silver": "None",
"gendustry.bee.Sniper": "Flammable",
"gendustry.bee.Solitude": "Retraining",
"gendustry.bee.Soulsucking": "None",
"gendustry.bee.Springwater": "None",
"gendustry.bee.Stargazer": "None",
"gendustry.bee.Stormborn": "None",
"gendustry.bee.Thorium": "None",
"gendustry.bee.Trinity": "None",
"gendustry.bee.Twilight": "None",
"gendustry.bee.Uranium": "None",
"gendustry.bee.Uselessforce": "None",
"gendustry.bee.Warrior": "None",
"gendustry.bee.white": "None",
"gendustry.bee.yellow": "None",
"gendustry.bee.ThermallyExpanded": "None",
"magicbees.speciesAbandoned": "Repulsion",
"magicbees.speciesAESkystone": "Flammable",
"magicbees.speciesAluminium": "None",
"magicbees.speciesApatite": "None",
"magicbees.speciesArcane": "None",
"magicbees.speciesArdite": "None",
"magicbees.speciesAttuned": "None",
"magicbees.speciesAware": "None",
"magicbees.speciesBatty": "Batty",
"magicbees.speciesBeef": "Bovine",
"magicbees.speciesBigbad": "Canine",
"magicbees.speciesBOTAlfheim": "Dreaming",
"magicbees.speciesBOTBlossom": "None",
"magicbees.speciesBOTBotanic": "None",
"magicbees.speciesBOTDreaming": "SlowSpeed",
"magicbees.speciesBOTFloral": "None",
"magicbees.speciesBOTRooted": "None",
"magicbees.speciesBOTSomnolent": "SlowSpeed",
"magicbees.speciesBOTVazbee": "None",
"magicbees.speciesBronze": "None",
"magicbees.speciesCatty": "Catty",
"magicbees.speciesCertus": "None",
"magicbees.speciesCharmed": "None",
"magicbees.speciesChicken": "Chicken",
"magicbees.speciesCobalt": "None",
"magicbees.speciesCopper": "None",
"magicbees.speciesCrumbling": "Crumbling",
"magicbees.speciesDiamond": "None",
"magicbees.speciesDoctoral": "Heroic",
"magicbees.speciesDraconic": "Ends",
"magicbees.speciesEarthy": "None",
"magicbees.speciesEldritch": "None",
"magicbees.speciesElectrum": "None",
"magicbees.speciesEmerald": "None",
"magicbees.speciesEnchanted": "None",
"magicbees.speciesEsoteric": "None",
"magicbees.speciesEthereal": "None",
"magicbees.speciesFirey": "None",
"magicbees.speciesFluix": "None",
"magicbees.speciesForlorn": "Repulsion",
"magicbees.speciesGhastly": "Ghastly",
"magicbees.speciesGold": "None",
"magicbees.speciesHateful": "Ends",
"magicbees.speciesHorse": "Horse",
"magicbees.speciesInfernal": "Aggression",
"magicbees.speciesInvar": "Flammable",
"magicbees.speciesInvisible": "Invisible",
"magicbees.speciesIron": "None",
"magicbees.speciesLead": "None",
"magicbees.speciesLordly": "Drunkard",
"magicbees.speciesManyullyn": "None",
"magicbees.speciesMutable": "None",
"magicbees.speciesMysterious": "None",
"magicbees.speciesMystical": "None",
"magicbees.speciesNameless": "Aggression",
"magicbees.speciesNickel": "None",
"magicbees.speciesOblivion": "Aggression",
"magicbees.speciesOsmium": "None",
"magicbees.speciesPlatinum": "Flammable",
"magicbees.speciesPork": "Porcine",
"magicbees.speciesPupil": "None",
"magicbees.speciesRSAFluxed": "Flammable",
"magicbees.speciesSavant": "None",
"magicbees.speciesScholarly": "None",
"magicbees.speciesSheepish": "Sheep",
"magicbees.speciesSilicon": "None",
"magicbees.speciesSilver": "None",
"magicbees.speciesSkulking": "None",
"magicbees.speciesSorcerous": "None",
"magicbees.speciesSoul": "None",
"magicbees.speciesSpirit": "None",
"magicbees.speciesSpiteful": "Ends",
"magicbees.speciesSupernatural": "None",
"magicbees.speciesTEAmped": "SpawnBlitz",
"magicbees.speciesTEBlizzy": "Freezing",
"magicbees.speciesTECoal": "None",
"magicbees.speciesTEDante": "Flammable",
"magicbees.speciesTEDestabilized": "None",
"magicbees.speciesTEEndearing": "None",
"magicbees.speciesTEGelid": "SpawnBlizz",
"magicbees.speciesTEGrounded": "None",
"magicbees.speciesTELux": "Flammable",
"magicbees.speciesTEPyro": "Flammable",
"magicbees.speciesTERocking": "SpawnBasalz",
"magicbees.speciesTEShocking": "None",
"magicbees.speciesTEWinsome": "None",
"magicbees.speciesTimely": "SlowSpeed",
"magicbees.speciesTin": "None",
"magicbees.speciesTransmuting": "Transmuting",
"magicbees.speciesUnusual": "None",
"magicbees.speciesWatery": "None",
"magicbees.speciesWindy": "None",
"magicbees.speciesWithering": "Withering",
"gendustry.bee.Tinkerest": "None",
"gendustry.bee.Serenading": "None",
"gendustry.bee.Helium": "None",
"gendustry.bee.Nucleartechnician": "None",
"gendustry.bee.Fluorine": "None",
"gendustry.bee.Thermallyexpanded": "None"
} as IData;
static EFFECT_DESCRIPTIONS as IData = {
"Accelerate": "Speeds up tick rate of nearby tileEntities.",
"Acidic": "Decays blocks around it: dirt/grass -> sand, and stone/cobblestone -> gravel.",
"Aggression": "Damages nearby entities. Ignores items.",
"Armorer": "Armor items placed on nearby flower pedastals gain a boost to the armor stat, up to 100% per piece. This applies to all armor points, not only the armor on the affected piece.",
"Assassin": "Kills bees in nearby beehives. Use this in the bee-bee gun; if placed inside of an apiary, it will delete itself without giving drones or a princess.",
"Batty": "Spawns bats nearby.",
"Beatific": "Gives nearby players the regeneration effect.",
"Bovine": "Spawns cows nearby.",
"Burning": "Fire spreads nearby.",
"Business": "Sells items in adjacent inventories for emeralds using villager trades.",
"Butcher": "Kills nearby animals until it's left with only a pair.",
"Canine": "Spawns wolves nearby.",
"Catty": "Should spawn ocelots nearby. However, this doesn't seem to function.",
"Chicken": "Spawns chickens nearby.",
"Clockwinding": "Automatically winds nearby Clockwork Engines to yellow.",
"Creeper": "Damages player as if hit by creeper explosion.",
"Creepers": "Spawns creepers nearby.",
"Crumbling": "Decays blocks around it: stone -> cobblestone -> moss stone, and stone bricks -> cracked stone bricks -> mossy stone bricks.",
"Crusher": "Turns metal ore placed on nearby flower pedastal into 2-4 dust of that metal.",
"Curative": "Removes negative potion effects and slightly heals nearby entities.",
"DarkBiter": "Takes tree bark resources from nearby trees, and puts them in housing.",
"Darkness": "Gives nearby players the blindness effect.",
"Dreaming": "Automatically converts nearby logs or stone blocks into livingwood and livingrock.",
"Drunkard": "Gives nearby players the nausea effect.",
"Ectoplasm": "Randomly spawns ectoplasm in the bee's territory on solid blocks.",
"Electrifying": "Damages nearby entities as if they were struck by lightning.",
"Ends": "Damages nearby players.",
"Explorer": "Gives nearby players XP.",
"ExplosionPrevention": "Spawns creepers afflicted with wither. These do not drop items.",
"Fertile": "Should stimulate randomTicks to nearby blocks, but seems to be broken, although the code looks correct.",
"Fireworks": "If housing sees sky, spawn fireworks nearby.",
"Flammable": "Sets nearby entities on fire. Ignores items.",
"FortunateMining": "Automatically mines ores with fortune 3 within its territory while also ignoring the y-restriction of its territory. Mining speed is affected by the bee's speed and any external production modifiers.",
"Freezing": "Freezes any water source blocks into ice.",
"FundRaising": "Does nothing :)",
"Ghastly": "Spawns ghasts nearby.",
"Gravity": "Moves nearby entities around.",
"Growth": "Applies the bone meal effect to nearby saplings.",
"Heroic": "Damages nearby hostile mobs.",
"HoneyGlazing": "Honey Glazing will add the Honey Glazing modifier to food placed on nearby flower pedastals. This will give you a certain number of absorption hearts based on which food is used and how long it is kept on the flower pedastal.",
"Horse": "Should spawn horses nearby. However, this doesn't seem to function.",
"Hunger": "Gives nearby players the hunger effect.",
"Husbandry": "Breeds nearby animals.",
"Invisible": "Gives nearby players the invisibility effect.",
"IronHoneyification": "Turns iron on nearby flower pedastals into honey-comb ingots.",
"JunkSale": "Automatically trades emeralds placed in adjacent inventory for random items using villager trades.",
"Lightning": "Lightning strikes nearby. Ignores weather, and can start fires.",
"Masonry": "Automatically converts nearby cobblestone into stone, then stone bricks. This also turns andesite, granite, and diorite into their polished versions.",
"Meteor": "If housing sees the sky, rains fire charges.",
"Mining": "Automatically mines ores within its territory while also ignoring the y-restriction of its territory. Mining speed is affected by the bee's speed and any external production modifiers.",
"Mushroom": "Applies the bone meal effect to nearby mushrooms.",
"Mycophilic": "Randomly turns nearby grass blocks into mycelium, grows mushrooms, and turns cows into mooshrooms.",
"None": "This bee does nothing!",
"Painting": "Creates paintings on nearby walls.",
"Poison": "Gives nearby players the poison effect.",
"Policing": "Kills nearby hostile mobs and obtains items with high luck.",
"Porcine": "Spawns pigs nearby.",
"Power": "Slowly charges nearby buildcraft machines with power.",
"Priest": "Enchants items on nearby flower pedastals. Level of enchantment is affected by bookshelves.",
"Radioactive": "Damages nearby entities. Destroys nearby blocks.",
"Reanimation": "Spawns skeletons, zombies, or blazes if their drops are on the ground.",
"Repair": "Automatically repairs items placed on nearby flower pedastals. Rate of repair is affected by the bee's speed and external production modifiers.",
"Repulsion": "Nearby mobs try to move away from players.",
"Ressurection": "Spawns creepers, endermen, spiders, cave spiders, ghasts, or ender dragons if their drops are on the ground.",
"Retraining": "Restores effect gene on bees placed on nearby flower pedastals.",
"RFInducing": "Generates RF to adjacent blocks.",
"Ripening": "Applies the bone meal effect to nearby leaves that produce fruit.",
"Science!!!!": "Creates explosions that don't effect tile entities nearby.",
"Sharpening": "Swords placed on nearby flower pedastals gain a boost to their attack damage, up to 5 damage.",
"Sheep": "Spawns sheep nearby.",
"SilkyMining": "Automatically mines ores with silk touch within its territory while also ignoring the y-restriction of its territory. Mining speed is affected by the bee's speed and any external production modifiers.",
"Skeletons": null,
"Slowness": "Gives nearby players the slowness effect.",
"SlowSpeed": "Gives nearby players the slowness effect. Doesn't seem to work.",
"Smelting": "Automatically smelts items placed in nearby flower pedastals.",
"SpawnBasalz": "Spawns basalz nearby.",
"SpawnBlitz": "Spawns blitz nearby.",
"SpawnBlizz": "Spawns blizz nearby.",
"Taxation": "Gives the drops of nearby mobs without killing them.",
"Teleposition": "Switches nearby blocks to other nearby blocks with the same material. This ignores all tileEntities.",
"Transmuting": "Turns sand into sandstone if in desert, and stone/cobblestone into quarried stone or abyssal stone where they spawn naturally.",
"Unstable": "Damages nearby players.",
"Water": "Fills nearby tanks with water.",
"Wither": "Gives nearby players the wither effect.",
"Withering": "Gives nearby players the wither effect.",
"Wombling": "Collects nearby items and inserts them into housing.",
"Yoink!": "Steals items from nearby players.",
"Zombies": "Spawns zombies nearby."
} as IData;
function effectDescription(stack as IItemStack, showDescription as bool, shift as bool) as string {
if (isNull(stack.tag) || isNull(stack.tag.Genome) || isNull(stack.tag.Genome.Chromosomes)) return null;
val species as IData = stack.tag.Genome.Chromosomes[0] as IData;
val dominant as string = species.UID0.asString();
val recessive as string = species.UID1.asString();
if (dominant != recessive) return null;
val effectData as IData = EFFECTS.memberGet(dominant);
if (isNull(effectData)) {
if (showDescription) { return null; }
return "Effect: §cMISSING (" + dominant + ")§r";
}
val effect as string = effectData.asString();
if (!showDescription) { return "Effect: " + effect; }
if (!shift) { return "§8§oHold Shift to show effect description§r"; }
val descriptionData = EFFECT_DESCRIPTIONS.memberGet(effect);
if (isNull(descriptionData)) return "§cMISSING DESCRIPTION (" + dominant + ")§r";
return descriptionData.asString();
}
val beeItems = [<forestry:bee_princess_ge:0>, <forestry:bee_drone_ge:0>, <forestry:bee_queen_ge:0>] as IIngredient[];
for beeItem in beeItems {
beeItem.addAdvancedTooltip(function(item) { return effectDescription(item, false, false); });
beeItem.addShiftTooltip(
function(item) { return effectDescription(item, true, true); },
function(item) { return effectDescription(item, true, false); }
);
}
/* for beeItem in beeItems {
beeItem.addAdvancedTooltip(function(item) {
val species = item.tag.Genome.Chromosomes[0];
return species.UID0.asString() + " - " + species.UID1.asString();
});
} */
+47
View File
@@ -0,0 +1,47 @@
scripts.PuzzleUtil.addPuzzleShapeless("secretcobblebranch",<contenttweaker:branch_of_life>,
[<extrautils2:compressedcobblestone:0>,
<aoa3:turquoise_haven_sapling>,
<aoa3:blue_celevus_sapling>,
<aoa3:haunted_sapling>,
<aoa3:lucalus_sapling>]);
recipes.addShaped(<contenttweaker:terrestrial_animator_0>,
[[<extrautils2:compressedcobblestone:0>, <extrautils2:compressedcobblestone:0>, <extrautils2:compressedcobblestone:0>],
[<extrautils2:compressedcobblestone:0>, <contenttweaker:branch_of_life>, <extrautils2:compressedcobblestone:0>],
[<extrautils2:compressedcobblestone:0>, <extrautils2:compressedcobblestone:0>, <extrautils2:compressedcobblestone:0>]]);
recipes.addShaped(<contenttweaker:terrestrial_animator_1>,
[[<extrautils2:compressedcobblestone:1>, <extrautils2:compressedcobblestone:1>, <extrautils2:compressedcobblestone:1>],
[<extrautils2:compressedcobblestone:1>, <contenttweaker:branch_of_life>, <extrautils2:compressedcobblestone:1>],
[<extrautils2:compressedcobblestone:1>, <extrautils2:compressedcobblestone:1>, <extrautils2:compressedcobblestone:1>]]);
recipes.addShaped(<contenttweaker:terrestrial_animator_2>,
[[<extrautils2:compressedcobblestone:2>, <extrautils2:compressedcobblestone:2>, <extrautils2:compressedcobblestone:2>],
[<extrautils2:compressedcobblestone:2>, <contenttweaker:branch_of_life>, <extrautils2:compressedcobblestone:2>],
[<extrautils2:compressedcobblestone:2>, <extrautils2:compressedcobblestone:2>, <extrautils2:compressedcobblestone:2>]]);
recipes.addShaped(<contenttweaker:terrestrial_animator_3>,
[[<extrautils2:compressedcobblestone:3>, <extrautils2:compressedcobblestone:3>, <extrautils2:compressedcobblestone:3>],
[<extrautils2:compressedcobblestone:3>, <contenttweaker:branch_of_life>, <extrautils2:compressedcobblestone:3>],
[<extrautils2:compressedcobblestone:3>, <extrautils2:compressedcobblestone:3>, <extrautils2:compressedcobblestone:3>]]);
recipes.addShaped(<contenttweaker:terrestrial_animator_4>,
[[<extrautils2:compressedcobblestone:4>, <extrautils2:compressedcobblestone:4>, <extrautils2:compressedcobblestone:4>],
[<extrautils2:compressedcobblestone:4>, <contenttweaker:branch_of_life>, <extrautils2:compressedcobblestone:4>],
[<extrautils2:compressedcobblestone:4>, <extrautils2:compressedcobblestone:4>, <extrautils2:compressedcobblestone:4>]]);
recipes.addShaped(<contenttweaker:terrestrial_animator_5>,
[[<extrautils2:compressedcobblestone:5>, <extrautils2:compressedcobblestone:5>, <extrautils2:compressedcobblestone:5>],
[<extrautils2:compressedcobblestone:5>, <contenttweaker:branch_of_life>, <extrautils2:compressedcobblestone:5>],
[<extrautils2:compressedcobblestone:5>, <extrautils2:compressedcobblestone:5>, <extrautils2:compressedcobblestone:5>]]);
recipes.addShaped(<contenttweaker:terrestrial_animator_6>,
[[<extrautils2:compressedcobblestone:6>, <extrautils2:compressedcobblestone:6>, <extrautils2:compressedcobblestone:6>],
[<extrautils2:compressedcobblestone:6>, <contenttweaker:branch_of_life>, <extrautils2:compressedcobblestone:6>],
[<extrautils2:compressedcobblestone:6>, <extrautils2:compressedcobblestone:6>, <extrautils2:compressedcobblestone:6>]]);
recipes.addShaped(<contenttweaker:terrestrial_animator_7>,
[[<extrautils2:compressedcobblestone:7>, <extrautils2:compressedcobblestone:7>, <extrautils2:compressedcobblestone:7>],
[<extrautils2:compressedcobblestone:7>, <contenttweaker:branch_of_life>, <extrautils2:compressedcobblestone:7>],
[<extrautils2:compressedcobblestone:7>, <extrautils2:compressedcobblestone:7>, <extrautils2:compressedcobblestone:7>]]);
+143
View File
@@ -0,0 +1,143 @@
recipes.addShaped(<thebetweenlands:weedwood_trapdoor>*2,
[[<thebetweenlands:weedwood_planks>, null, <thebetweenlands:weedwood_planks>],
[<thebetweenlands:weedwood_planks>, <thebetweenlands:weedwood_planks>, <thebetweenlands:weedwood_planks>],
[null, <thebetweenlands:weedwood_planks>, null]]);
recipes.addShaped(<thebetweenlands:rubber_tree_plank_trapdoor>*2,
[[<thebetweenlands:rubber_tree_planks>, null, <thebetweenlands:rubber_tree_planks>],
[<thebetweenlands:rubber_tree_planks>, <thebetweenlands:rubber_tree_planks>, <thebetweenlands:rubber_tree_planks>],
[null, <thebetweenlands:rubber_tree_planks>, null]]);
recipes.addShaped(<thebetweenlands:giant_root_plank_trapdoor>*2,
[[<thebetweenlands:giant_root_planks>, null, <thebetweenlands:giant_root_planks>],
[<thebetweenlands:giant_root_planks>, <thebetweenlands:giant_root_planks>, <thebetweenlands:giant_root_planks>],
[null, <thebetweenlands:giant_root_planks>, null]]);
recipes.addShaped(<thebetweenlands:hearthgrove_plank_trapdoor>*2,
[[<thebetweenlands:hearthgrove_planks>, null, <thebetweenlands:hearthgrove_planks>],
[<thebetweenlands:hearthgrove_planks>, <thebetweenlands:hearthgrove_planks>, <thebetweenlands:hearthgrove_planks>],
[null, <thebetweenlands:hearthgrove_planks>, null]]);
recipes.addShaped(<thebetweenlands:nibbletwig_plank_trapdoor>*2,
[[<thebetweenlands:nibbletwig_planks>, null, <thebetweenlands:nibbletwig_planks>],
[<thebetweenlands:nibbletwig_planks>, <thebetweenlands:nibbletwig_planks>, <thebetweenlands:nibbletwig_planks>],
[null, <thebetweenlands:nibbletwig_planks>, null]]);
recipes.addShaped(<thebetweenlands:sap_spit>*24,
[[<ore:slimeball>, <ore:slimeball>, <ore:slimeball>],
[<ore:slimeball>, <contenttweaker:dreadful_bone>.reuse(), <ore:slimeball>],
[<ore:slimeball>, <ore:slimeball>, <ore:slimeball>]]);
recipes.addShaped(<abyssalcraft:ethaxiumingot>*8,
[[<ore:ingotSyrmorite>, <abyssalcraft:ethbrick>, <ore:ingotSyrmorite>],
[<abyssalcraft:ethbrick>, <contenttweaker:primordial_prism>.reuse(), <abyssalcraft:ethbrick>],
[<ore:ingotSyrmorite>, <abyssalcraft:ethbrick>, <ore:ingotSyrmorite>]]);
mods.abyssalcraft.InfusionRitual.addRitual("geckoeggcute",
1, 0,
100,
true,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "thebetweenlands:gecko"}}),
<minecraft:egg>,
[<thebetweenlands:items_crushed:0>,<thebetweenlands:items_crushed:0>,<thebetweenlands:items_crushed:0>,<thebetweenlands:items_crushed:0>,
<thebetweenlands:items_crushed:0>,<thebetweenlands:items_crushed:0>,<thebetweenlands:items_crushed:0>,<thebetweenlands:items_crushed:0>]);
game.setLocalization("ac.ritual.geckoeggcute", "Make a cute gecko");
game.setLocalization("ac.ritual.geckoeggcute.desc", "Cute gecko is cute");
val betweenSulfurDict = <ore:oreBetweenSulfur>;
betweenSulfurDict.add(<thebetweenlands:sulfur_ore>);
recipes.addShaped(<contenttweaker:betweenlands_callstone_0>,
[[<ore:ingotAbyssalnite>, <abyssalcraft:shadowgem>, <ore:ingotAbyssalnite>],
[<abyssalcraft:shadowgem>, <thebetweenlands:swamp_talisman>.reuse(), <abyssalcraft:shadowgem>],
[<ore:ingotAbyssalnite>, <abyssalcraft:shadowgem>, <ore:ingotAbyssalnite>]]);
recipes.addShaped(<contenttweaker:betweenlands_callstone_1>,
[[<ore:ingotSyrmorite>, <thebetweenlands:items_misc:14>, <ore:ingotSyrmorite>],
[<thebetweenlands:items_misc:14>, <thebetweenlands:swamp_talisman>.reuse(), <thebetweenlands:items_misc:14>],
[<ore:ingotSyrmorite>, <thebetweenlands:items_misc:14>, <ore:ingotSyrmorite>]]);
recipes.addShaped(<contenttweaker:betweenlands_callstone_2>,
[[<ore:ingotOctine>, <thebetweenlands:spirit_fruit>, <ore:ingotOctine>],
[<thebetweenlands:spirit_fruit>, <thebetweenlands:swamp_talisman>.reuse(), <thebetweenlands:spirit_fruit>],
[<ore:ingotOctine>, <thebetweenlands:spirit_fruit>, <ore:ingotOctine>]]);
recipes.addShaped(<contenttweaker:betweenlands_callstone_3>,
[[<ore:gemValonite>, <thebetweenlands:chiromaw_wing>, <ore:gemValonite>],
[<thebetweenlands:chiromaw_wing>, <thebetweenlands:swamp_talisman>.reuse(), <thebetweenlands:chiromaw_wing>],
[<ore:gemValonite>, <thebetweenlands:chiromaw_wing>, <ore:gemValonite>]]);
recipes.addShaped(<contenttweaker:betweenlands_callstone_4>,
[[<thebetweenlands:items_misc:14>, <thebetweenlands:items_misc:13>, <thebetweenlands:items_misc:14>],
[<thebetweenlands:items_misc:13>, <thebetweenlands:swamp_talisman>.reuse(), <thebetweenlands:items_misc:13>],
[<thebetweenlands:items_misc:14>, <thebetweenlands:items_misc:13>, <thebetweenlands:items_misc:14>]]);
recipes.addShaped(<contenttweaker:betweenlands_callstone_5>,
[[<ore:gemValonite>, <thebetweenlands:wight_heart>, <ore:gemValonite>],
[<thebetweenlands:wight_heart>, <thebetweenlands:swamp_talisman>.reuse(), <thebetweenlands:wight_heart>],
[<ore:gemValonite>, <thebetweenlands:wight_heart>, <ore:gemValonite>]]);
recipes.addShaped(<contenttweaker:betweenlands_callstone_6>,
[[<ore:ingotOctine>, <thebetweenlands:rock_snot_pearl>, <ore:ingotOctine>],
[<thebetweenlands:rock_snot_pearl>, <thebetweenlands:swamp_talisman>.reuse(), <thebetweenlands:rock_snot_pearl>],
[<ore:ingotOctine>, <thebetweenlands:rock_snot_pearl>, <ore:ingotOctine>]]);
recipes.addShaped(<contenttweaker:betweenlands_callstone_7>,
[[<ore:ingotSyrmorite>, <thebetweenlands:shimmer_stone>, <ore:ingotSyrmorite>],
[<thebetweenlands:shimmer_stone>, <thebetweenlands:swamp_talisman>.reuse(), <thebetweenlands:shimmer_stone>],
[<ore:ingotSyrmorite>, <thebetweenlands:shimmer_stone>, <ore:ingotSyrmorite>]]);
recipes.addShaped(<contenttweaker:betweenlands_callstone_8>,
[[<ore:ingotOctine>, <thebetweenlands:sludge_jello>, <ore:ingotOctine>],
[<thebetweenlands:sludge_jello>, <thebetweenlands:swamp_talisman>.reuse(), <thebetweenlands:sludge_jello>],
[<ore:ingotOctine>, <thebetweenlands:sludge_jello>, <ore:ingotOctine>]]);
recipes.addShapeless(<thebetweenlands:shockwave_sword>,
[<thebetweenlands:items_misc:34>,
<thebetweenlands:items_misc:33>,
<thebetweenlands:items_misc:36>,
<thebetweenlands:items_misc:35>]);
recipes.addShaped(<thebetweenlands:items_misc:33>,
[[<ore:gemValonite>, <thebetweenlands:items_misc:26>, <ore:gemValonite>],
[<thebetweenlands:items_misc:26>, <tconstruct:wide_guard>.withTag({Material: "dreadium"}), <thebetweenlands:items_misc:26>],
[<ore:gemValonite>, <thebetweenlands:items_misc:26>, <ore:gemValonite>]]);
recipes.addShaped(<thebetweenlands:items_misc:34>,
[[<ore:gemScabyst>, <thebetweenlands:spirit_fruit>, <ore:gemScabyst>],
[<thebetweenlands:spirit_fruit>, <tconstruct:sword_blade>.withTag({Material: "dreadium"}), <thebetweenlands:spirit_fruit>],
[<ore:gemScabyst>, <thebetweenlands:spirit_fruit>, <ore:gemScabyst>]]);
recipes.addShaped(<thebetweenlands:items_misc:36>,
[[<ore:ingotOctine>, <thebetweenlands:rock_snot_pearl>, <ore:ingotOctine>],
[<thebetweenlands:rock_snot_pearl>, <enderio:item_material:57>, <thebetweenlands:rock_snot_pearl>],
[<ore:ingotOctine>, <thebetweenlands:rock_snot_pearl>, <ore:ingotOctine>]]);
recipes.addShaped(<thebetweenlands:items_misc:35>,
[[<ore:ingotSyrmorite>, <contenttweaker:menacing_sludge>, <ore:ingotSyrmorite>],
[<contenttweaker:menacing_sludge>, <tconstruct:tool_rod>.withTag({Material: "dreadium"}), <contenttweaker:menacing_sludge>],
[<ore:ingotSyrmorite>, <contenttweaker:menacing_sludge>, <ore:ingotSyrmorite>]]);
recipes.addShaped(<contenttweaker:menacing_sludge>*4,
[[<ore:blockSyrmorite>, <projecte:item.pe_fuel:2>, <ore:blockSyrmorite>],
[<iceandfire:gorgon_head>, <contenttweaker:menacing_sludge>, <iceandfire:gorgon_head>],
[<ore:blockSyrmorite>, <projecte:item.pe_fuel:2>, <ore:blockSyrmorite>]]);
recipes.removeShaped(<thebetweenlands:valonite_sword>);
recipes.addShaped(<thebetweenlands:valonite_sword>,
[[null, <ore:blockValonite>, null],
[<contenttweaker:menacing_sludge>, <ore:blockValonite>, <contenttweaker:menacing_sludge>],
[null, <thebetweenlands:items_misc:20>, null]]);
recipes.removeShaped(<thebetweenlands:valonite_axe>);
recipes.addShaped(<thebetweenlands:valonite_axe>,
[[null, <ore:blockValonite>, <ore:blockValonite>],
[<contenttweaker:menacing_sludge>, <thebetweenlands:items_misc:20>, <ore:blockValonite>],
[null, <thebetweenlands:items_misc:20>, null]]);
+239
View File
@@ -0,0 +1,239 @@
recipes.removeShaped(<bewitchment:unfired_jar>);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:unfired_jar>*3,
[[null, null, null],
[<minecraft:clay_ball>, <aoa3:runium_chunk>, <minecraft:clay_ball>],
[null, <appliedenergistics2:material:1>, null]]);
recipes.removeShaped(<bewitchment:stone_witches_altar>);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:stone_witches_altar>,
[[<bewitchment:empty_jar>, <bewitchment:salt>, <bewitchment:empty_jar>],
[<minecraft:stone>, <bewitchment:elder_wood>, <minecraft:stone>],
[<appliedenergistics2:material:12>, <bewitchment:elder_wood>, <appliedenergistics2:material:12>]]);
recipes.removeShaped(<bewitchment:scorned_brick_witches_altar>);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:scorned_brick_witches_altar>,
[[<bewitchment:empty_jar>, <bewitchment:salt>, <bewitchment:empty_jar>],
[<bewitchment:scorned_bricks>, <bewitchment:elder_wood>, <bewitchment:scorned_bricks>],
[<appliedenergistics2:material:12>, <bewitchment:elder_wood>, <appliedenergistics2:material:12>]]);
recipes.removeShaped(<bewitchment:obsidian_witches_altar>);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:obsidian_witches_altar>,
[[<bewitchment:empty_jar>, <bewitchment:salt>, <bewitchment:empty_jar>],
[<minecraft:obsidian>, <bewitchment:elder_wood>, <minecraft:obsidian>],
[<appliedenergistics2:material:12>, <bewitchment:elder_wood>, <appliedenergistics2:material:12>]]);
recipes.removeShaped(<bewitchment:nether_brick_witches_altar>);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:nether_brick_witches_altar>,
[[<bewitchment:empty_jar>, <bewitchment:salt>, <bewitchment:empty_jar>],
[<minecraft:nether_brick>, <bewitchment:elder_wood>, <minecraft:nether_brick>],
[<appliedenergistics2:material:12>, <bewitchment:elder_wood>, <appliedenergistics2:material:12>]]);
recipes.removeShaped(<bewitchment:embittered_brick_witches_altar>);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:embittered_brick_witches_altar>,
[[<bewitchment:empty_jar>, <bewitchment:salt>, <bewitchment:empty_jar>],
[<bewitchment:embittered_bricks>, <bewitchment:elder_wood>, <bewitchment:embittered_bricks>],
[<appliedenergistics2:material:12>, <bewitchment:elder_wood>, <appliedenergistics2:material:12>]]);
recipes.removeShaped(<bewitchment:coquina_witches_altar>);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:coquina_witches_altar>,
[[<bewitchment:empty_jar>, <bewitchment:salt>, <bewitchment:empty_jar>],
[<bewitchment:coquina>, <bewitchment:elder_wood>, <bewitchment:coquina>],
[<appliedenergistics2:material:12>, <bewitchment:elder_wood>, <appliedenergistics2:material:12>]]);
mods.thermalexpansion.Transposer.addFillRecipe(<bewitchment:heart>,
<bhc:red_heart>, <fluid:lifeessence> * 20, 20);
recipes.addShaped(<contenttweaker:forbidden_matter>,
[[<bewitchment:demon_heart>, <bewitchment:demon_heart>, <bewitchment:demon_heart>],
[<bewitchment:demon_heart>, <thaumcraft:flesh_block>, <bewitchment:demon_heart>],
[<bewitchment:demon_heart>, <bewitchment:demon_heart>, <bewitchment:demon_heart>]]);
recipes.addShaped(<bewitchment:demon_heart>,
[[<bewitchment:heart>, <aoa3:bloodstone>, <bewitchment:heart>],
[<aoa3:bloodstone>, <contenttweaker:forbidden_matter>.reuse(), <aoa3:bloodstone>],
[<bewitchment:heart>, <aoa3:bloodstone>, <bewitchment:heart>]]);
val bewAltarOreDict = <ore:bewitchmentAltar>;
bewAltarOreDict.add(<bewitchment:coquina_witches_altar>);
bewAltarOreDict.add(<bewitchment:embittered_brick_witches_altar>);
bewAltarOreDict.add(<bewitchment:nether_brick_witches_altar>);
bewAltarOreDict.add(<bewitchment:obsidian_witches_altar>);
bewAltarOreDict.add(<bewitchment:scorned_brick_witches_altar>);
bewAltarOreDict.add(<bewitchment:stone_witches_altar>);
recipes.addShaped(<bewitchment:cypress_trapdoor>*2,
[[<bewitchment:cypress_planks>, null, <bewitchment:cypress_planks>],
[<bewitchment:cypress_planks>, <bewitchment:cypress_planks>, <bewitchment:cypress_planks>],
[null, <bewitchment:cypress_planks>, null]]);
recipes.addShaped(<bewitchment:elder_trapdoor>*2,
[[<bewitchment:elder_planks>, null, <bewitchment:elder_planks>],
[<bewitchment:elder_planks>, <bewitchment:elder_planks>, <bewitchment:elder_planks>],
[null, <bewitchment:elder_planks>, null]]);
recipes.addShaped(<bewitchment:juniper_trapdoor>*2,
[[<bewitchment:juniper_planks>, null, <bewitchment:juniper_planks>],
[<bewitchment:juniper_planks>, <bewitchment:juniper_planks>, <bewitchment:juniper_planks>],
[null, <bewitchment:juniper_planks>, null]]);
recipes.addShaped(<bewitchment:dragons_blood_trapdoor>*2,
[[<bewitchment:dragons_blood_planks>, null, <bewitchment:dragons_blood_planks>],
[<bewitchment:dragons_blood_planks>, <bewitchment:dragons_blood_planks>, <bewitchment:dragons_blood_planks>],
[null, <bewitchment:dragons_blood_planks>, null]]);
recipes.addShapeless(<contenttweaker:liquid_witchcraft_bottle>,
[<bewitchment:liquid_witchcraft>,<minecraft:glass_bottle>]);
recipes.addShapeless(<bewitchment:oak_apple_gall>,
[<minecraft:apple>,<minecraft:apple>]);
recipes.addShapeless(<contenttweaker:cloudy_oil_bottle>,
[<bewitchment:cloudy_oil>,<minecraft:glass_bottle>]);
recipes.addShapeless(<contenttweaker:demonic_elixir_bottle>,
[<bewitchment:demonic_elixir>,<minecraft:glass_bottle>]);
recipes.removeShaped(<bewitchment:cold_iron_plate>);
recipes.addShaped(<contenttweaker:lilith_altar_stone>,
[[<bewitchment:scorned_bricks>, <bewitchment:scorned_bricks>, <bewitchment:scorned_bricks>],
[<bewitchment:scorned_bricks>, <bewitchment:scorned_brick_lilith_statue>, <bewitchment:scorned_bricks>],
[<bewitchment:scorned_bricks>, <bewitchment:scorned_bricks>, <bewitchment:scorned_bricks>]]);
recipes.addShaped(<contenttweaker:moloch_altar_stone>,
[[<ore:ingotGold>, <ore:ingotGold>, <ore:ingotGold>],
[<ore:ingotGold>, <bewitchment:gold_moloch_statue>, <ore:ingotGold>],
[<ore:ingotGold>, <ore:ingotGold>, <ore:ingotGold>]]);
recipes.addShaped(<contenttweaker:baphomet_altar_stone>,
[[<ore:ingotBrickNether>, <ore:ingotBrickNether>, <ore:ingotBrickNether>],
[<ore:ingotBrickNether>, <bewitchment:nether_brick_baphomet_statue>, <ore:ingotBrickNether>],
[<ore:ingotBrickNether>, <ore:ingotBrickNether>, <ore:ingotBrickNether>]]);
recipes.addShaped(<contenttweaker:herne_altar_stone>,
[[<ore:stone>, <ore:stone>, <ore:stone>],
[<ore:stone>, <bewitchment:stone_herne_statue>, <ore:stone>],
[<ore:stone>, <ore:stone>, <ore:stone>]]);
scripts.PuzzleUtil.addPuzzleShapeless("sparkledaoak",<contenttweaker:sparkled_oak_planks>,
[<divinerpg:captains_sparkler>.reuse(),
<biomesoplenty:planks_0:0>]);
recipes.addShaped(<patchouli:guide_book>.withTag({"patchouli:book": "bewitchment:codex_infernalis"}),
[[<bewitchment:hoof>, <minecraft:nether_brick>, <bewitchment:hoof>],
[<minecraft:nether_brick>, <minecraft:book>, <minecraft:nether_brick>],
[<bewitchment:hoof>, <minecraft:nether_brick>, <bewitchment:hoof>]]);
recipes.addShaped(<bewitchment:hellhound_horn>*4,
[[<bewitchment:heart>],
[<bewitchment:hellhound_horn>],
[<bewitchment:heart>]]);
recipes.addShaped(<contenttweaker:adamantium_reinforced_petrified_wood>,
[[<contenttweaker:adamantium_plate>, <erebus:planks_petrified_wood>, <contenttweaker:adamantium_plate>],
[<erebus:planks_petrified_wood>, <erebus:planks_petrified_wood>, <erebus:planks_petrified_wood>],
[<contenttweaker:adamantium_plate>, <erebus:planks_petrified_wood>, <contenttweaker:adamantium_plate>]]);
recipes.addShaped(<bewitchment:empty_jar>*4,
[[<minecraft:clay_ball>, <aoa3:charged_runium_chunk>, <minecraft:clay_ball>],
[null, <appliedenergistics2:material:1>, null]]);
recipes.addShaped(<contenttweaker:sigil_flame>*6,
[[<contenttweaker:scorcher_eternal_flame>, <contenttweaker:sigil_flame>, <contenttweaker:scorcher_eternal_flame>],
[<bewitchment:heart>, <contenttweaker:sigil_flame>, <bewitchment:heart>],
[<contenttweaker:scorcher_eternal_flame>, <contenttweaker:sigil_flame>, <contenttweaker:scorcher_eternal_flame>]]);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:sigil_mending>,
[[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyePurple>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyePurple>, <bewitchment:essence_of_vitality>, <ore:dyePurple>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:essence_of_vitality>, <bewitchment:oak_apple_gall>, <bewitchment:essence_of_vitality>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyePurple>, <bewitchment:essence_of_vitality>, <ore:dyePurple>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyePurple>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>]]);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:sigil_ruin>,
[[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <bewitchment:snake_venom>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <bewitchment:snake_venom>, <bewitchment:white_sage>, <bewitchment:snake_venom>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:white_sage>, <bewitchment:cleansing_balm>, <bewitchment:white_sage>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <bewitchment:snake_venom>, <bewitchment:white_sage>, <bewitchment:snake_venom>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <bewitchment:snake_venom>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>]]);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:sigil_binding>,
[[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:slimeball>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:slimeball>, <ore:string>, <ore:slimeball>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <ore:string>, <bewitchment:belladonna>, <ore:string>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:slimeball>, <ore:string>, <ore:slimeball>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:slimeball>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>]]);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:sigil_cleansing>,
[[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyeWhite>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyeWhite>, <bewitchment:cleansing_balm>, <ore:dyeWhite>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:cleansing_balm>, <ore:dyeGreen>, <bewitchment:cleansing_balm>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyeWhite>, <bewitchment:cleansing_balm>, <ore:dyeWhite>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyeWhite>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>]]);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:sigil_failure>,
[[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyeBlack>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyeBlack>, <bewitchment:oil_of_vitriol>, <ore:dyeBlack>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:oil_of_vitriol>, <ore:dyeRed>, <bewitchment:oil_of_vitriol>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyeBlack>, <bewitchment:oil_of_vitriol>, <ore:dyeBlack>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyeBlack>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>]]);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:sigil_purity>,
[[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <bewitchment:cleansing_balm>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <bewitchment:cleansing_balm>, <bewitchment:juniper_berries>, <bewitchment:cleansing_balm>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:juniper_berries>, <bewitchment:white_sage>, <bewitchment:juniper_berries>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <bewitchment:cleansing_balm>, <bewitchment:juniper_berries>, <bewitchment:cleansing_balm>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <bewitchment:cleansing_balm>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>]]);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:sigil_luck>,
[[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyeGreen>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyeGreen>, <ore:dyeRed>, <ore:dyeGreen>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <ore:dyeRed>, <ore:dyeMagenta>, <ore:dyeRed>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyeGreen>, <ore:dyeRed>, <ore:dyeGreen>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyeGreen>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>]]);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:sigil_battle>,
[[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <bewitchment:bottle_of_blood>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <bewitchment:bottle_of_blood>, <bewitchment:iron_gall_ink>, <bewitchment:bottle_of_blood>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:iron_gall_ink>, <bewitchment:bottle_of_blood>, <bewitchment:iron_gall_ink>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <bewitchment:bottle_of_blood>, <bewitchment:iron_gall_ink>, <bewitchment:bottle_of_blood>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <bewitchment:bottle_of_blood>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>]]);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:sigil_disorientation>,
[[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <bewitchment:iron_gall_ink>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <bewitchment:iron_gall_ink>, <ore:dyePurple>, <bewitchment:iron_gall_ink>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <ore:dyePurple>, <bewitchment:white_sage>, <ore:dyePurple>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <bewitchment:iron_gall_ink>, <ore:dyePurple>, <bewitchment:iron_gall_ink>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <bewitchment:iron_gall_ink>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>]]);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:sigil_shrieking>,
[[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyeRed>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyeRed>, <bewitchment:ectoplasm>, <ore:dyeRed>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:ectoplasm>, <bewitchment:toe_of_frog>, <bewitchment:ectoplasm>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyeRed>, <bewitchment:ectoplasm>, <ore:dyeRed>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyeRed>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>]]);
mods.extendedcrafting.TableCrafting.addShaped(<bewitchment:sigil_sentinel>,
[[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyeWhite>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyeWhite>, <bewitchment:spruce_heart>, <ore:dyeWhite>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:spruce_heart>, <bewitchment:ectoplasm>, <bewitchment:spruce_heart>, <contenttweaker:sigil_flame>],
[<bewitchment:dragons_blood_resin>, <ore:dyeWhite>, <bewitchment:spruce_heart>, <ore:dyeWhite>, <bewitchment:dragons_blood_resin>],
[<contenttweaker:sigil_flame>, <bewitchment:dragons_blood_resin>, <ore:dyeWhite>, <bewitchment:dragons_blood_resin>, <contenttweaker:sigil_flame>]]);
+21
View File
@@ -0,0 +1,21 @@
import scripts.enchantwrapper.EnchantUtil.EnchantMap;
import scripts.enchantwrapper.EnchantWrapper.SuperEnchantedItem;
val enchlistSpiderSuitWrapped as EnchantMap = EnchantMap()
.add("minecraft:protection",9)
.add("minecraft:unbreaking",5)
.add("enderio:repellent",10)
.add("minecraft:mending",1);
recipes.addShaped(SuperEnchantedItem(<erebus:spider_t_shirt>.withTag({display: {Name:"§6§oSomeone's Costume§r",Lore:["§d§oSuper-Enchanted§r"]}}), enchlistSpiderSuitWrapped).getItem(),
[[<bewitchment:hellhound_horn>, <bewitchment:demon_heart>, <bewitchment:hellhound_horn>],
[<contenttweaker:dragons_blood_plastic>, <erebus:spider_t_shirt>, <contenttweaker:dragons_blood_plastic>],
[<bewitchment:hellhound_horn>, <bewitchment:sigil_shrieking>, <bewitchment:hellhound_horn>]]);
recipes.addShaped(<contenttweaker:terrestrial_cauldron>,
[[<bewitchment:crying_scorned_bricks>, <bewitchment:mossy_scorned_bricks>, <bewitchment:crying_scorned_bricks>],
[<bewitchment:mossy_scorned_bricks>, <bewitchment:witches_cauldron>, <bewitchment:mossy_scorned_bricks>],
[<bewitchment:crying_scorned_bricks>, <bewitchment:mossy_scorned_bricks>, <bewitchment:crying_scorned_bricks>]]);
File diff suppressed because it is too large Load Diff
+121
View File
@@ -0,0 +1,121 @@
Biomes:
-minecraft:ocean Ocean
-minecraft:plains Plains
-minecraft:desert Desert
-minecraft:extreme_hills Extreme Hills
-minecraft:forest Forest
-minecraft:taiga Taiga
-minecraft:swampland Swampland
-minecraft:river River
-minecraft:hell Hell
-minecraft:sky The End
-minecraft:frozen_ocean FrozenOcean
-minecraft:frozen_river FrozenRiver
-minecraft:ice_flats Ice Plains
-minecraft:ice_mountains Ice Mountains
-minecraft:mushroom_island MushroomIsland
-minecraft:mushroom_island_shore MushroomIslandShore
-minecraft:beaches Beach
-minecraft:desert_hills DesertHills
-minecraft:forest_hills ForestHills
-minecraft:taiga_hills TaigaHills
-minecraft:smaller_extreme_hills Extreme Hills Edge
-minecraft:jungle Jungle
-minecraft:jungle_hills JungleHills
-minecraft:jungle_edge JungleEdge
-minecraft:deep_ocean Deep Ocean
-minecraft:stone_beach Stone Beach
-minecraft:cold_beach Cold Beach
-minecraft:birch_forest Birch Forest
-minecraft:birch_forest_hills Birch Forest Hills
-minecraft:roofed_forest Roofed Forest
-minecraft:taiga_cold Cold Taiga
-minecraft:taiga_cold_hills Cold Taiga Hills
-minecraft:redwood_taiga Mega Taiga
-minecraft:redwood_taiga_hills Mega Taiga Hills
-minecraft:extreme_hills_with_trees Extreme Hills+
-minecraft:savanna Savanna
-minecraft:savanna_rock Savanna Plateau
-minecraft:mesa Mesa
-minecraft:mesa_rock Mesa Plateau F
-minecraft:mesa_clear_rock Mesa Plateau
-biomesoplenty:gravel_beach Gravel Beach
-biomesoplenty:white_beach White Beach
-biomesoplenty:origin_beach Origin Beach
-biomesoplenty:alps Alps
-biomesoplenty:bamboo_forest Bamboo Forest
-biomesoplenty:bayou Bayou
-biomesoplenty:bog Bog
-biomesoplenty:boreal_forest Boreal Forest
-biomesoplenty:brushland Brushland
-biomesoplenty:chaparral Chaparral
-biomesoplenty:cherry_blossom_grove Cherry Blossom Grove
-biomesoplenty:cold_desert Cold Desert
-biomesoplenty:coniferous_forest Coniferous Forest
-biomesoplenty:crag Crag
-biomesoplenty:dead_forest Dead Forest
-biomesoplenty:dead_swamp Dead Swamp
-biomesoplenty:eucalyptus_forest Eucalyptus Forest
-biomesoplenty:fen Fen
-biomesoplenty:flower_field Flower Field
-biomesoplenty:grassland Grassland
-biomesoplenty:grove Grove
-biomesoplenty:highland Highland
-biomesoplenty:land_of_lakes Land of Lakes
-biomesoplenty:lavender_fields Lavender Fields
-biomesoplenty:lush_desert Lush Desert
-biomesoplenty:lush_swamp Lush Swamp
-biomesoplenty:mangrove Mangrove
-biomesoplenty:maple_woods Maple Woods
-biomesoplenty:marsh Marsh
-biomesoplenty:meadow Meadow
-biomesoplenty:moor Moor
-biomesoplenty:mountain Mountain
-biomesoplenty:mystic_grove Mystic Grove
-biomesoplenty:ominous_woods Ominous Woods
-biomesoplenty:orchard Orchard
-biomesoplenty:outback Outback
-biomesoplenty:overgrown_cliffs Overgrown Cliffs
-biomesoplenty:prairie Prairie
-biomesoplenty:quagmire Quagmire
-biomesoplenty:rainforest Rainforest
-biomesoplenty:redwood_forest RedwoodForest
-biomesoplenty:sacred_springs Sacred Springs
-biomesoplenty:seasonal_forest Seasonal Forest
-biomesoplenty:shield Shield
-biomesoplenty:shrubland Shrubland
-biomesoplenty:snowy_coniferous_forest Snowy Coniferous Forest
-biomesoplenty:snowy_forest Snowy Forest
-biomesoplenty:steppe Steppe
-biomesoplenty:temperate_rainforest Temperate Rainforest
-biomesoplenty:tropical_rainforest Tropical Rainforest
-biomesoplenty:tundra Tundra
-biomesoplenty:wasteland Wasteland
-biomesoplenty:wetland Wetland
-biomesoplenty:woodland Woodland
-biomesoplenty:xeric_shrubland Xeric Shrubland
-biomesoplenty:alps_foothills AlpsFoothills
-biomesoplenty:mountain_foothills MountainFoothills
-biomesoplenty:redwood_forest_edge RedwoodForestEdge
-biomesoplenty:pasture Pasture
-biomesoplenty:glacier Glacier
-biomesoplenty:oasis Oasis
-biomesoplenty:snowy_tundra SnowyTundra
-biomesoplenty:coral_reef Coral Reef
-biomesoplenty:kelp_forest Kelp Forest
-biomesoplenty:origin_island Origin Island
-biomesoplenty:tropical_island Tropical Island
-biomesoplenty:volcanic_island Volcanic Island
-biomesoplenty:flower_island Flower Island
-biomesoplenty:corrupted_sands Corrupted Sands
-biomesoplenty:fungi_forest Fungi Forest
-biomesoplenty:phantasmagoric_inferno Phantasmagoric Inferno
-biomesoplenty:undergarden Undergarden
-biomesoplenty:visceral_heap Visceral Heap
-minecraft:void The Void
-minecraft:mutated_plains Sunflower Plains
-minecraft:mutated_desert Desert M
-minecraft:mutated_extreme_hills Extreme Hills M
-minecraft:mutated_forest Flower Forest
-minecraft:mutated_taiga Taiga M
-minecraft:mutated_swampland Swampland M
+4
View File
@@ -0,0 +1,4 @@
recipes.addShaped(<biomesoplenty:gem:7>*6,
[[<mysticalagriculture:amber_essence>, <mysticalagriculture:amber_essence>, <mysticalagriculture:amber_essence>],
[<mysticalagriculture:amber_essence>, null, <mysticalagriculture:amber_essence>],
[<mysticalagriculture:amber_essence>, <mysticalagriculture:amber_essence>, <mysticalagriculture:amber_essence>]]);
+977
View File
@@ -0,0 +1,977 @@
import mods.astralsorcery.Utils;
import mods.modularmachinery.RecipeBuilder;
import mods.thaumcraft.Crucible;
// nero
recipes.addShaped(<contenttweaker:darkstar_compound>,
[[<gendustry:honey_comb:14014>, <gendustry:honey_comb:14014>, <gendustry:honey_comb:14014>],
[<gendustry:honey_comb:14014>, <contenttweaker:parafrosynium>, <gendustry:honey_comb:14014>],
[<gendustry:honey_comb:14014>, <gendustry:honey_comb:14014>, <gendustry:honey_comb:14014>]]);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:void_ichorium_ore>, <fluid:void_ichor>*250]);
mods.nuclearcraft.infuser.addRecipe([<extendedcrafting:singularity_custom:628>, <fluid:void_ichor>*50, <contenttweaker:ichor_taint_condensate>]);
val sterilizedparafrosynium = RecipeBuilder.newBuilder("sterilizedparafrosynium","sterilized_altar",200);
sterilizedparafrosynium.addEnergyPerTickInput(10000000);
sterilizedparafrosynium.addFluidInput(<fluid:liquid_pe>*10000);
sterilizedparafrosynium.addFluidInput(<fluid:liquid_lp>*10000);
sterilizedparafrosynium.addItemInput(<contenttweaker:darkstar_compound>);
sterilizedparafrosynium.addItemInput(<contenttweaker:dynatos_catalyst>);
sterilizedparafrosynium.addItemInput(<materialpart:abyssite:ingot>*4);
sterilizedparafrosynium.addItemInput(<ore:blockEthaxium>*64);
sterilizedparafrosynium.addItemInput(<contenttweaker:eldritch_will_crystal>*16);
sterilizedparafrosynium.addItemInput(<ore:ingotSednanite>);
sterilizedparafrosynium.addItemOutput(<contenttweaker:parafrosynium>*2);
sterilizedparafrosynium.build();
val sterilizedparafrosynium2 = RecipeBuilder.newBuilder("sterilizedparafrosynium2","sterilized_altar",200);
sterilizedparafrosynium2.addEnergyPerTickInput(10000000);
sterilizedparafrosynium2.addFluidInput(<fluid:liquid_pe>*10000);
sterilizedparafrosynium2.addFluidInput(<fluid:liquid_lp>*10000);
sterilizedparafrosynium2.addItemInput(<contenttweaker:darkstar_compound>);
sterilizedparafrosynium2.addItemInput(<contenttweaker:dynatos_catalyst>);
sterilizedparafrosynium2.addItemInput(<materialpart:abyssite:ingot>*4);
sterilizedparafrosynium2.addItemInput(<ore:blockEthaxium>*64);
sterilizedparafrosynium2.addItemInput(<contenttweaker:eldritch_will_crystal>*16);
sterilizedparafrosynium2.addItemInput(<extendedcrafting:singularity_custom:628>);
sterilizedparafrosynium2.addItemOutput(<contenttweaker:parafrosynium>*6);
sterilizedparafrosynium2.build();
val sterilizedparafrosynium3 = RecipeBuilder.newBuilder("sterilizedparafrosynium3","sterilized_altar",200);
sterilizedparafrosynium3.addEnergyPerTickInput(10000000);
sterilizedparafrosynium3.addFluidInput(<fluid:liquid_pe>*10000);
sterilizedparafrosynium3.addFluidInput(<fluid:liquid_lp>*10000);
sterilizedparafrosynium3.addItemInput(<contenttweaker:darkstar_compound>);
sterilizedparafrosynium3.addItemInput(<contenttweaker:dynatos_catalyst>);
sterilizedparafrosynium3.addItemInput(<materialpart:abyssite:ingot>*4);
sterilizedparafrosynium3.addItemInput(<ore:blockEthaxium>*64);
sterilizedparafrosynium3.addItemInput(<contenttweaker:eldritch_will_crystal>*16);
sterilizedparafrosynium3.addItemInput(<contenttweaker:ichor_taint_condensate>);
sterilizedparafrosynium3.addItemOutput(<contenttweaker:parafrosynium>*30);
sterilizedparafrosynium3.build();
val sterilizedparafrosynium4 = RecipeBuilder.newBuilder("sterilizedparafrosynium4","sterilized_altar",200);
sterilizedparafrosynium4.addEnergyPerTickInput(10000000);
sterilizedparafrosynium4.addFluidInput(<fluid:liquid_pe>*10000);
sterilizedparafrosynium4.addFluidInput(<fluid:liquid_lp>*10000);
sterilizedparafrosynium4.addItemInput(<contenttweaker:darkstar_compound>);
sterilizedparafrosynium4.addItemInput(<contenttweaker:dynatos_catalyst>);
sterilizedparafrosynium4.addItemInput(<materialpart:abyssite:ingot>*4);
sterilizedparafrosynium4.addItemInput(<ore:blockEthaxium>*64);
sterilizedparafrosynium4.addItemInput(<contenttweaker:eldritch_will_crystal>*16);
sterilizedparafrosynium4.addItemInput(<contenttweaker:ichor_taint_catalyzer>);
sterilizedparafrosynium4.addItemOutput(<contenttweaker:parafrosynium>*60);
sterilizedparafrosynium4.build();
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:dense_helpless_honey>, <gendustry:honey_comb:14014>, 200, <extendedcrafting:material:11>, 10000000);
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:dense_dark_honey>, <gendustry:honey_comb:14015>, 200, <extendedcrafting:material:11>, 10000000);
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:dense_fearful_honey>, <gendustry:honey_comb:14016>, 200, <extendedcrafting:material:11>, 10000000);
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:dense_solitary_honey>, <gendustry:honey_comb:14017>, 200, <extendedcrafting:material:11>, 10000000);
mods.thaumcraft.Infusion.registerRecipe("makenerocore", "",
<contenttweaker:nero_core>, 80,
[<aspect:diabolus>*666, <aspect:aqua>*500, <aspect:coralos>*300],
<contenttweaker:infinity_fragment>,
[<contenttweaker:dense_helpless_honey>, <contenttweaker:dense_helpless_honey>,
<contenttweaker:naquadah_plate>, <contenttweaker:universal_realgar>,
<contenttweaker:eden_refined_gem>, <contenttweaker:wildwood_refined_gem>,
<contenttweaker:apalachia_refined_gem>, <contenttweaker:skythern_refined_gem>]);
mods.thaumcraft.Infusion.registerRecipe("makeakathartoscore", "",
<contenttweaker:akathartos_core>, 80,
[<aspect:vitium>*666, <aspect:caeles>*500, <aspect:mythus>*300],
<contenttweaker:infinity_fragment>,
[<contenttweaker:dense_dark_honey>, <contenttweaker:dense_dark_honey>,
<contenttweaker:naquadah_plate>, <contenttweaker:universal_realgar>,
<contenttweaker:eden_refined_gem>, <contenttweaker:wildwood_refined_gem>,
<contenttweaker:apalachia_refined_gem>, <contenttweaker:skythern_refined_gem>]);
mods.thaumcraft.Infusion.registerRecipe("makepauramcore", "",
<contenttweaker:pauram_core>, 80,
[<aspect:exanimis>*666, <aspect:herba>*500, <aspect:cognitio>*300],
<contenttweaker:infinity_fragment>,
[<contenttweaker:dense_fearful_honey>, <contenttweaker:dense_fearful_honey>,
<contenttweaker:naquadah_plate>, <contenttweaker:universal_realgar>,
<contenttweaker:eden_refined_gem>, <contenttweaker:wildwood_refined_gem>,
<contenttweaker:apalachia_refined_gem>, <contenttweaker:skythern_refined_gem>]);
mods.thaumcraft.Infusion.registerRecipe("makezoicore", "",
<contenttweaker:zoi_core>, 80,
[<aspect:fluctus>*666, <aspect:metallum>*500, <aspect:mortuus>*300],
<contenttweaker:infinity_fragment>,
[<contenttweaker:dense_solitary_honey>, <contenttweaker:dense_solitary_honey>,
<contenttweaker:naquadah_plate>, <contenttweaker:universal_realgar>,
<contenttweaker:eden_refined_gem>, <contenttweaker:wildwood_refined_gem>,
<contenttweaker:apalachia_refined_gem>, <contenttweaker:skythern_refined_gem>]);
mods.thaumcraft.Infusion.registerRecipe("creativeflightitem", "",
<contenttweaker:black_hole_honey>, 80,
[<aspect:fluctus>*666, <aspect:metallum>*500, <aspect:mortuus>*300],
<contenttweaker:singular_gravity_honey>,
[<contenttweaker:zoi_core>, <contenttweaker:akathartos_core>,
<contenttweaker:nero_core>, <contenttweaker:pauram_core>,
<contenttweaker:nightmare_block>, <contenttweaker:nightmare_block>,
<contenttweaker:nightmare_block>, <contenttweaker:nightmare_block>]);
mods.avaritia.ExtremeCrafting.addShaped("direnerocallstone",
<contenttweaker:nero_callstone>,
[[<contenttweaker:dynatos_star>, null, null,
null, <contenttweaker:zoi_core>, null,
null, null, <contenttweaker:dynatos_star>],
[null, <contenttweaker:dynatos_star>, null,
null, <thaumicwonders:madness_engine>, null,
null, <contenttweaker:dynatos_star>, null],
[null, null, <contenttweaker:dynatos_star>,
null, <bloodmagic:points_upgrade>, null,
<contenttweaker:dynatos_star>, null, null],
[null, null, null,
<contenttweaker:dynatos_star>, null, <contenttweaker:dynatos_star>,
null, null, null],
[<contenttweaker:nero_core>, <thaumicwonders:madness_engine>, <bloodmagic:points_upgrade>,
null, <contenttweaker:essence_helplessness>, null,
<bloodmagic:points_upgrade>, <thaumicwonders:madness_engine>, <contenttweaker:akathartos_core>],
[null, null, null,
<contenttweaker:dynatos_star>, null, <contenttweaker:dynatos_star>,
null, null, null],
[null, null, <contenttweaker:dynatos_star>,
null, <bloodmagic:points_upgrade>, null,
<contenttweaker:dynatos_star>, null, null],
[null, <contenttweaker:dynatos_star>, null,
null, <thaumicwonders:madness_engine>, null,
null, <contenttweaker:dynatos_star>, null],
[<contenttweaker:dynatos_star>, null, null,
null, <contenttweaker:pauram_core>, null,
null, null, <contenttweaker:dynatos_star>]]);
recipes.addShaped(<contenttweaker:crazed_marble>,
[[<astralsorcery:blockblackmarble:0>, <astralsorcery:blockblackmarble:0>, <astralsorcery:blockblackmarble:0>],
[<astralsorcery:blockblackmarble:0>, <contenttweaker:parafrosynium>, <astralsorcery:blockblackmarble:0>],
[<astralsorcery:blockblackmarble:0>, <astralsorcery:blockblackmarble:0>, <astralsorcery:blockblackmarble:0>]]);
recipes.addShapeless(<contenttweaker:soul_of_nero>*2,
[<contenttweaker:soul_of_nero>,
<contenttweaker:parafrosynium>,
<bloodmagic:points_upgrade>]);
recipes.addShapeless(<contenttweaker:heart_of_nero>*2,
[<contenttweaker:heart_of_nero>,
<contenttweaker:parafrosynium>,
<bloodmagic:points_upgrade>]);
recipes.addShapeless(<contenttweaker:breath_of_nero>*2,
[<contenttweaker:breath_of_nero>,
<contenttweaker:parafrosynium>,
<bloodmagic:points_upgrade>]);
recipes.addShapeless(<contenttweaker:body_of_nero>*2,
[<contenttweaker:body_of_nero>,
<contenttweaker:parafrosynium>,
<bloodmagic:points_upgrade>]);
val attinedCelestialCrystal = Utils.getCrystalORIngredient(true, true); //as crafttweaker.item.IIngredient
mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/gatesofheavenblock", <contenttweaker:darkstar_catalyst>, 4500, 1000, [
<contenttweaker:soul_of_nero>, <abyssalcraft:oc>, <contenttweaker:breath_of_nero>,
<abyssalcraft:oc>, <contenttweaker:dynatos_catalyst>, <abyssalcraft:oc>,
<contenttweaker:body_of_nero>, <abyssalcraft:oc>, <contenttweaker:heart_of_nero>,
<contenttweaker:dynatos_crystal>,<contenttweaker:dynatos_crystal>,
<contenttweaker:dynatos_crystal>, <contenttweaker:dynatos_crystal>,
attinedCelestialCrystal, attinedCelestialCrystal,
attinedCelestialCrystal, attinedCelestialCrystal,
attinedCelestialCrystal, attinedCelestialCrystal,
attinedCelestialCrystal, attinedCelestialCrystal,
<contenttweaker:darkstar_stone>, <contenttweaker:darkstar_stone>,
<contenttweaker:darkstar_stone>, <contenttweaker:darkstar_stone>,
//Outer Items, indices 25+
<contenttweaker:parafrosynium>,
<contenttweaker:parafrosynium>,
<contenttweaker:parafrosynium>,
<contenttweaker:parafrosynium>,
<contenttweaker:parafrosynium>,
<contenttweaker:parafrosynium>
],
"astralsorcery.constellation.lucerna");
val makedarkstarlight = RecipeBuilder.newBuilder("makedarkstarlight","twelve_gates_of_heaven",200);
makedarkstarlight.addStarlightInput(5000);
makedarkstarlight.addEnergyPerTickInput(30000000);
makedarkstarlight.addFluidInput(<fluid:sideral_life_essence>*10000);
makedarkstarlight.addFluidOutput(<fluid:darkstarlight>*10000);
makedarkstarlight.build();
// akathartos
mods.avaritia.ExtremeCrafting.addShaped("direakathartoscallstone",
<contenttweaker:akathartos_callstone>,
[[<contenttweaker:dynatos_star>, null, null,
null, <contenttweaker:zoi_core>, null,
null, null, <contenttweaker:dynatos_star>],
[null, <contenttweaker:dynatos_star>, null,
null, <thaumadditions:mithminite_scythe>, null,
null, <contenttweaker:dynatos_star>, null],
[null, null, <contenttweaker:dynatos_star>,
null, <bloodmagic:points_upgrade>, null,
<contenttweaker:dynatos_star>, null, null],
[null, null, null,
<contenttweaker:dynatos_star>, null, <contenttweaker:dynatos_star>,
null, null, null],
[<contenttweaker:nero_core>, <thaumadditions:mithminite_scythe>, <bloodmagic:points_upgrade>,
null, <contenttweaker:essence_darkness>, null,
<bloodmagic:points_upgrade>, <thaumadditions:mithminite_scythe>, <contenttweaker:akathartos_core>],
[null, null, null,
<contenttweaker:dynatos_star>, null, <contenttweaker:dynatos_star>,
null, null, null],
[null, null, <contenttweaker:dynatos_star>,
null, <bloodmagic:points_upgrade>, null,
<contenttweaker:dynatos_star>, null, null],
[null, <contenttweaker:dynatos_star>, null,
null, <thaumadditions:mithminite_scythe>, null,
null, <contenttweaker:dynatos_star>, null],
[<contenttweaker:dynatos_star>, null, null,
null, <contenttweaker:pauram_core>, null,
null, null, <contenttweaker:dynatos_star>]]);
recipes.addShaped(<contenttweaker:crimson_ichor>*2,
[[<gendustry:honey_comb:14015>, <gendustry:honey_comb:14015>, <gendustry:honey_comb:14015>],
[<gendustry:honey_comb:14015>, <contenttweaker:crimson_ichor>, <gendustry:honey_comb:14015>],
[<gendustry:honey_comb:14015>, <gendustry:honey_comb:14015>, <gendustry:honey_comb:14015>]]);
val makeichorium = RecipeBuilder.newBuilder("makeichorium","arcane_autoinfuser",200);
makeichorium.addEnergyPerTickInput(150000000);
makeichorium.addItemInput(makeVisCrystal(<aspect:alkimia> * 1)*300);
makeichorium.addItemInput(makeVisCrystal(<aspect:mythus> * 1)*100);
makeichorium.addItemInput(makeVisCrystal(<aspect:desiderium> * 1)*200);
makeichorium.addItemInput(makeVisCrystal(<aspect:alienis> * 1)*100);
makeichorium.addItemInput(makeVisCrystal(<aspect:potentia> * 1)*100);
makeichorium.addItemInput(makeVisCrystal(<aspect:spiritus> * 1)*50);
makeichorium.addItemInput(makeVisCrystal(<aspect:aversio> * 1)*50);
makeichorium.addItemInput(<contenttweaker:crimson_ichor>*8);
makeichorium.addItemInput(<thaumadditions:mithminite_block>*2);
makeichorium.addItemInput(<thaumicaugmentation:material:5>*16);
makeichorium.addItemInput(<thaumcraft:focus_3>);
makeichorium.addItemInput(<thaumcraft:focus_3>);
makeichorium.addItemInput(<ore:ingotSednanite>);
makeichorium.addItemOutput(<materialpart:ichorium:ingot>);
makeichorium.build();
val makeichorium2 = RecipeBuilder.newBuilder("makeichorium2","arcane_autoinfuser",200);
makeichorium2.addEnergyPerTickInput(150000000);
makeichorium2.addItemInput(makeVisCrystal(<aspect:alkimia> * 1)*300);
makeichorium2.addItemInput(makeVisCrystal(<aspect:mythus> * 1)*100);
makeichorium2.addItemInput(makeVisCrystal(<aspect:desiderium> * 1)*200);
makeichorium2.addItemInput(makeVisCrystal(<aspect:alienis> * 1)*100);
makeichorium2.addItemInput(makeVisCrystal(<aspect:potentia> * 1)*100);
makeichorium2.addItemInput(makeVisCrystal(<aspect:spiritus> * 1)*50);
makeichorium2.addItemInput(makeVisCrystal(<aspect:aversio> * 1)*50);
makeichorium2.addItemInput(<contenttweaker:crimson_ichor>*8);
makeichorium2.addItemInput(<thaumadditions:mithminite_block>*2);
makeichorium2.addItemInput(<thaumicaugmentation:material:5>*16);
makeichorium2.addItemInput(<thaumcraft:focus_3>);
makeichorium2.addItemInput(<thaumcraft:focus_3>);
makeichorium2.addItemInput(<extendedcrafting:singularity_custom:628>);
makeichorium2.addItemOutput(<materialpart:ichorium:ingot>*3);
makeichorium2.build();
val makeichorium3 = RecipeBuilder.newBuilder("makeichorium3","arcane_autoinfuser",200);
makeichorium3.addEnergyPerTickInput(150000000);
makeichorium3.addItemInput(makeVisCrystal(<aspect:alkimia> * 1)*300);
makeichorium3.addItemInput(makeVisCrystal(<aspect:mythus> * 1)*100);
makeichorium3.addItemInput(makeVisCrystal(<aspect:desiderium> * 1)*200);
makeichorium3.addItemInput(makeVisCrystal(<aspect:alienis> * 1)*100);
makeichorium3.addItemInput(makeVisCrystal(<aspect:potentia> * 1)*100);
makeichorium3.addItemInput(makeVisCrystal(<aspect:spiritus> * 1)*50);
makeichorium3.addItemInput(makeVisCrystal(<aspect:aversio> * 1)*50);
makeichorium3.addItemInput(<contenttweaker:crimson_ichor>*8);
makeichorium3.addItemInput(<thaumadditions:mithminite_block>*2);
makeichorium3.addItemInput(<thaumicaugmentation:material:5>*16);
makeichorium3.addItemInput(<thaumcraft:focus_3>);
makeichorium3.addItemInput(<thaumcraft:focus_3>);
makeichorium3.addItemInput(<contenttweaker:ichor_taint_condensate>);
makeichorium3.addItemOutput(<materialpart:ichorium:ingot>*15);
makeichorium3.build();
val makeichorium4 = RecipeBuilder.newBuilder("makeichorium4","arcane_autoinfuser",200);
makeichorium4.addEnergyPerTickInput(150000000);
makeichorium4.addItemInput(makeVisCrystal(<aspect:alkimia> * 1)*300);
makeichorium4.addItemInput(makeVisCrystal(<aspect:mythus> * 1)*100);
makeichorium4.addItemInput(makeVisCrystal(<aspect:desiderium> * 1)*200);
makeichorium4.addItemInput(makeVisCrystal(<aspect:alienis> * 1)*100);
makeichorium4.addItemInput(makeVisCrystal(<aspect:potentia> * 1)*100);
makeichorium4.addItemInput(makeVisCrystal(<aspect:spiritus> * 1)*50);
makeichorium4.addItemInput(makeVisCrystal(<aspect:aversio> * 1)*50);
makeichorium4.addItemInput(<contenttweaker:crimson_ichor>*8);
makeichorium4.addItemInput(<thaumadditions:mithminite_block>*2);
makeichorium4.addItemInput(<thaumicaugmentation:material:5>*16);
makeichorium4.addItemInput(<thaumcraft:focus_3>);
makeichorium4.addItemInput(<thaumcraft:focus_3>);
makeichorium4.addItemInput(<contenttweaker:ichor_taint_catalyzer>);
makeichorium4.addItemOutput(<materialpart:ichorium:ingot>*30);
makeichorium4.build();
mods.thaumcraft.Infusion.registerRecipe("infusionichoriumcatalyst", "",
<contenttweaker:ichorium_catalyst>, 10,
[<aspect:alkimia>*150, <aspect:ordo>*180, <aspect:potentia>*200, <aspect:cognitio>*60],
<thaumadditions:amber_lamp>,
[<materialpart:ichorium:ingot>, <thaumicaugmentation:material:5>,
<materialpart:ichorium:ingot>, <thaumicaugmentation:material:5>,
<materialpart:ichorium:ingot>, <thaumicaugmentation:material:5>,
<materialpart:ichorium:ingot>, <thaumicaugmentation:material:5>]);
mods.thaumcraft.Crucible.registerRecipe("crucibleichoriumgem",
"", <contenttweaker:ichorium_gem>,
<ore:ingotIchorium>,
[<aspect:mortuus>*15, <aspect:vitreus>*10, <aspect:victus>*10]);
mods.thaumcraft.Crucible.registerRecipe("crucibleichoriumgem2",
"", <contenttweaker:ichorium_gem>*9,
<contenttweaker:ichorium_block>,
[<aspect:mortuus>*60, <aspect:vitreus>*40, <aspect:victus>*40]);
recipes.addShapeless(<contenttweaker:ichorium_block>,
[<ore:ingotIchorium>,<ore:ingotIchorium>,<ore:ingotIchorium>,<ore:ingotIchorium>,<ore:ingotIchorium>,<ore:ingotIchorium>,<ore:ingotIchorium>,<ore:ingotIchorium>,<ore:ingotIchorium>]);
recipes.addShapeless(<materialpart:ichorium:ingot>*9,
[<contenttweaker:ichorium_block>]);
mods.storagedrawers.Compaction.add(<contenttweaker:ichorium_block>, <materialpart:ichorium:ingot>, 9);
val infiniteimpetus = RecipeBuilder.newBuilder("infiniteimpetus","impetus_syphon",200);
infiniteimpetus.addItemInput(<thaumicaugmentation:material:5>);
infiniteimpetus.addAspectInput("vitium",20);
infiniteimpetus.addAspectInput("victus",20);
infiniteimpetus.addAspectInput("imperium",20);
infiniteimpetus.addImpetusOutput(10);
infiniteimpetus.build();
val makeaura = RecipeBuilder.newBuilder("makeaura","font_of_divinity",200);
makeaura.addEnergyPerTickInput(30000000);
makeaura.addImpetusInput(40);
makeaura.addFluidInput(<fluid:crystal_water>*100);
makeaura.addItemInput(<contenttweaker:gem_of_aura>);
makeaura.addFluidOutput(<fluid:pristine_aura>*10000);
makeaura.build();
mods.avaritia.ExtremeCrafting.addShaped("direallthevis",
<contenttweaker:gem_of_aura>,
[[
makeVisCrystal(<aspect:alkimia> * 1),
makeVisCrystal(<aspect:ordo> * 1),
makeVisCrystal(<aspect:visum> * 1),
makeVisCrystal(<aspect:sensus> * 1),
makeVisCrystal(<aspect:fabrico> * 1),
makeVisCrystal(<aspect:lux> * 1),
makeVisCrystal(<aspect:humanus> * 1),
makeVisCrystal(<aspect:vinculum> * 1),
makeVisCrystal(<aspect:coralos> * 1),
],
[
makeVisCrystal(<aspect:gelum> * 1),
null,
makeVisCrystal(<aspect:ventus> * 1),
null,
makeVisCrystal(<aspect:vitreus> * 1),
null,
makeVisCrystal(<aspect:herba> * 1),
null,
makeVisCrystal(<aspect:potentia> * 1),
],
[
makeVisCrystal(<aspect:desiderium> * 1),
makeVisCrystal(<aspect:caeles> * 1),
null,
null,
makeVisCrystal(<aspect:sonus> * 1),
null,
null,
makeVisCrystal(<aspect:motus> * 1),
makeVisCrystal(<aspect:draco> * 1),
],
[
makeVisCrystal(<aspect:luna> * 1),
null,
null,
null,
makeVisCrystal(<aspect:ignis> * 1),
null,
null,
null,
makeVisCrystal(<aspect:bestia> * 1),
],
[
makeVisCrystal(<aspect:terra> * 1),
makeVisCrystal(<aspect:dreadia> * 1),
makeVisCrystal(<aspect:aer> * 1),
makeVisCrystal(<aspect:stellae> * 1),
makeVisCrystal(<aspect:sol> * 1),
makeVisCrystal(<aspect:aqua> * 1),
makeVisCrystal(<aspect:alienis> * 1),
makeVisCrystal(<aspect:auram> * 1),
makeVisCrystal(<aspect:cognitio> * 1),
],
[
makeVisCrystal(<aspect:volatus> * 1),
null,
null,
null,
makeVisCrystal(<aspect:praecantatio> * 1),
null,
null,
null,
makeVisCrystal(<aspect:tenebrae> * 1),
],
[
makeVisCrystal(<aspect:permutatio> * 1),
makeVisCrystal(<aspect:exanimis> * 1),
null,
null,
makeVisCrystal(<aspect:mythus> * 1),
null,
null,
makeVisCrystal(<aspect:praemunio> * 1),
makeVisCrystal(<aspect:exitium> * 1),
],
[
makeVisCrystal(<aspect:vitium> * 1),
null,
makeVisCrystal(<aspect:mortuus> * 1),
null,
makeVisCrystal(<aspect:fluctus> * 1),
null,
makeVisCrystal(<aspect:spiritus> * 1),
null,
makeVisCrystal(<aspect:metallum> * 1),
],
[
makeVisCrystal(<aspect:perditio> * 1),
makeVisCrystal(<aspect:instrumentum> * 1),
makeVisCrystal(<aspect:infernum> * 1),
makeVisCrystal(<aspect:diabolus> * 1),
makeVisCrystal(<aspect:victus> * 1),
makeVisCrystal(<aspect:machina> * 1),
makeVisCrystal(<aspect:aversio> * 1),
makeVisCrystal(<aspect:vacuos> * 1),
makeVisCrystal(<aspect:imperium> * 1),
]]);
// zoi
mods.nuclearcraft.alloy_furnace.addRecipe([<nuclearcraft:depleted_fuel_mixed_oxide:0>, <nuclearcraft:depleted_fuel_mixed_oxide:1>, <nuclearcraft:depleted_fuel_ic2:1>]);
mods.thermalexpansion.InductionSmelter.addRecipe(<nuclearcraft:depleted_fuel_ic2:1>, <nuclearcraft:depleted_fuel_mixed_oxide:1>, <nuclearcraft:depleted_fuel_mixed_oxide:0>, 1000);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:fluidcompressedair>*10, <fluid:californium_250>*1000, <fluid:areated_molten_californium_250>*1000, <fluid:oxygen>*2]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:lithium6>*10, <fluid:infinitely_unholy_radioactive_mix>*1000, <fluid:unholy_nuke_catalyst>*1000, null]);
// val nukecalifornium = RecipeBuilder.newBuilder("nukecalifornium","safe_nuke_environment",100);
// nukecalifornium.addItemInput(<techreborn:nuke>);
// nukecalifornium.addFluidInput(<fluid:californium_250>*1000);
// nukecalifornium.addFluidOutput(<fluid:californium_256>*1000);
// nukecalifornium.build();
// val nukepolonium = RecipeBuilder.newBuilder("nukepolonium","safe_nuke_environment",100);
// nukepolonium.addItemInput(<techreborn:nuke>);
// nukepolonium.addFluidInput(<fluid:spent_polonium>*1000);
// nukepolonium.addFluidOutput(<fluid:californium_256>*1000);
// nukepolonium.build();
mods.nuclearcraft.heat_exchanger.addRecipe([<fluid:mineral_water>*10, <fluid:wet_steam>*20, 80000.0, 300, 700]);
mods.nuclearcraft.dissolver.addRecipe([<nuclearcraft:compound:1>, <fluid:wet_steam>*10, <fluid:high_particulate_steam>*15]);
mods.nuclearcraft.condenser.addRecipe([<fluid:high_particulate_steam>*15, <fluid:fluid_crystal_matrix>*10, 50.0, 500]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:plasma_accelerator_tube>*3,
[[<contenttweaker:awakened_electromagnet>, <contenttweaker:erbium_dust>, <contenttweaker:instant_power_junction>, <contenttweaker:erbium_dust>, <contenttweaker:awakened_electromagnet>],
[<nuclearcraft:reactor_casing_transparent>, <contenttweaker:erbium_dust>, <contenttweaker:instant_power_junction>, <contenttweaker:erbium_dust>, <nuclearcraft:reactor_casing_transparent>],
[<nuclearcraft:reactor_casing_transparent>, <contenttweaker:shungite_casing>, <contenttweaker:accelerator_tube>, <contenttweaker:shungite_casing>, <nuclearcraft:reactor_casing_transparent>],
[<nuclearcraft:reactor_casing_transparent>, <contenttweaker:erbium_dust>, <contenttweaker:instant_power_junction>, <contenttweaker:erbium_dust>, <nuclearcraft:reactor_casing_transparent>],
[<contenttweaker:awakened_electromagnet>, <contenttweaker:erbium_dust>, <contenttweaker:instant_power_junction>, <contenttweaker:erbium_dust>, <contenttweaker:awakened_electromagnet>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:inertial_plasma_cannon>,
[[<nuclearcraft:depleted_fuel_ic2:1>, <contenttweaker:orichalcum>, <contenttweaker:stable_darmstadtium>, <contenttweaker:orichalcum>, <nuclearcraft:depleted_fuel_ic2:1>],
[<bnkrblks:megelium_block>, <contenttweaker:ogerite_crystal_matrix>, <contenttweaker:inertial_laser_projector>, <contenttweaker:ogerite_crystal_matrix>, <bnkrblks:megelium_block>],
[<contenttweaker:stable_darmstadtium>, <contenttweaker:inertial_laser_projector>, <contenttweaker:plasma_collider>, <contenttweaker:inertial_laser_projector>, <contenttweaker:stable_darmstadtium>],
[<bnkrblks:megelium_block>, <contenttweaker:ogerite_crystal_matrix>, <contenttweaker:inertial_laser_projector>, <contenttweaker:ogerite_crystal_matrix>, <bnkrblks:megelium_block>],
[<nuclearcraft:depleted_fuel_ic2:1>, <contenttweaker:orichalcum>, <contenttweaker:stable_darmstadtium>, <contenttweaker:orichalcum>, <nuclearcraft:depleted_fuel_ic2:1>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:fluid_matrix_conduit>*5,
[[<contenttweaker:neutronium_bombarder>, <contenttweaker:neutronium_casing>, <contenttweaker:neutronium_casing>, <contenttweaker:neutronium_casing>, <contenttweaker:neutronium_bombarder>],
[<contenttweaker:superconducting_mithril>, <contenttweaker:superconducting_mithril>, <contenttweaker:superconducting_mithril>, <contenttweaker:superconducting_mithril>, <contenttweaker:superconducting_mithril>],
[<nuclearcraft:heat_exchanger_condenser_tube_hard_carbon>, <nuclearcraft:heat_exchanger_condenser_tube_hard_carbon>, <nuclearcraft:heat_exchanger_condenser_tube_hard_carbon>, <nuclearcraft:heat_exchanger_condenser_tube_hard_carbon>, <nuclearcraft:heat_exchanger_condenser_tube_hard_carbon>],
[<contenttweaker:superconducting_mithril>, <contenttweaker:superconducting_mithril>, <contenttweaker:superconducting_mithril>, <contenttweaker:superconducting_mithril>, <contenttweaker:superconducting_mithril>],
[<contenttweaker:neutronium_bombarder>, <contenttweaker:neutronium_casing>, <contenttweaker:neutronium_casing>, <contenttweaker:neutronium_casing>, <contenttweaker:neutronium_bombarder>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:matrix_plasma_fusor>,
[[<contenttweaker:orichalcum>, <contenttweaker:nightmare_machine_case>, <contenttweaker:time_crystal>, <contenttweaker:nightmare_machine_case>, <contenttweaker:orichalcum>],
[<contenttweaker:nightmare_machine_case>, <contenttweaker:lawrencium_262>, <contenttweaker:hohlraum>, <contenttweaker:lawrencium_262>, <contenttweaker:nightmare_machine_case>],
[<contenttweaker:time_crystal>, <contenttweaker:hohlraum>, <contenttweaker:recursion_focus_lens>, <contenttweaker:hohlraum>, <contenttweaker:time_crystal>],
[<contenttweaker:nightmare_machine_case>, <contenttweaker:lawrencium_262>, <contenttweaker:hohlraum>, <contenttweaker:lawrencium_262>, <contenttweaker:nightmare_machine_case>],
[<contenttweaker:orichalcum>, <contenttweaker:nightmare_machine_case>, <contenttweaker:time_crystal>, <contenttweaker:nightmare_machine_case>, <contenttweaker:orichalcum>]]);
recipes.remove(<bnkrblks:megelium_block>);
recipes.remove(<bnkrblks:megelium_stone>);
mods.avaritia.ExtremeCrafting.addShaped("direzoicallstone",
<contenttweaker:zoi_callstone>,
[[<contenttweaker:dynatos_star>, null, null,
null, <contenttweaker:zoi_core>, null,
null, null, <contenttweaker:dynatos_star>],
[null, <contenttweaker:dynatos_star>, null,
null, <bnkrblks:megelium_glass>, null,
null, <contenttweaker:dynatos_star>, null],
[null, null, <contenttweaker:dynatos_star>,
null, <bloodmagic:points_upgrade>, null,
<contenttweaker:dynatos_star>, null, null],
[null, null, null,
<contenttweaker:dynatos_star>, null, <contenttweaker:dynatos_star>,
null, null, null],
[<contenttweaker:nero_core>, <bnkrblks:megelium_glass>, <bloodmagic:points_upgrade>,
null, <contenttweaker:essence_solitude>, null,
<bloodmagic:points_upgrade>, <bnkrblks:megelium_glass>, <contenttweaker:akathartos_core>],
[null, null, null,
<contenttweaker:dynatos_star>, null, <contenttweaker:dynatos_star>,
null, null, null],
[null, null, <contenttweaker:dynatos_star>,
null, <bloodmagic:points_upgrade>, null,
<contenttweaker:dynatos_star>, null, null],
[null, <contenttweaker:dynatos_star>, null,
null, <bnkrblks:megelium_glass>, null,
null, <contenttweaker:dynatos_star>, null],
[<contenttweaker:dynatos_star>, null, null,
null, <contenttweaker:pauram_core>, null,
null, null, <contenttweaker:dynatos_star>]]);
recipes.addShaped(<contenttweaker:megelium_capsule>,
[[<extendedcrafting:singularity:23>, <bnkrblks:megelium_glass>, <extendedcrafting:singularity:23>],
[<bnkrblks:megelium_glass>, null, <bnkrblks:megelium_glass>],
[<extendedcrafting:singularity:23>, <bnkrblks:megelium_glass>, <extendedcrafting:singularity:23>]]);
mods.thermalexpansion.InductionSmelter.addRecipe(<contenttweaker:primed_megelium_capsule>, <contenttweaker:megelium_capsule>, <nuclearcraft:depleted_fuel_ic2:1>*2, 1000);
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:megelium_capsule>, <nuclearcraft:depleted_fuel_ic2:1>*2, <contenttweaker:primed_megelium_capsule>]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:primed_megelium_capsule>, <fluid:fluid_californium_lattice>*200, <contenttweaker:californium_lattice_capsule>]);
mods.thermalexpansion.Transposer.addFillRecipe(<contenttweaker:californium_lattice_capsule>, <contenttweaker:primed_megelium_capsule>, <fluid:fluid_californium_lattice>*200, 1000);
mods.nuclearcraft.salt_mixer.addRecipe([<fluid:californium_256>*1000, <fluid:fluid_crystal_matrix>*1000, <fluid:fluid_californium_lattice>*1000]);
val strangemattercali = RecipeBuilder.newBuilder("strangemattercali","fluid_matrix_plasma_collider",20);
strangemattercali.addEnergyPerTickInput(500000000);
strangemattercali.addFluidInput(<fluid:dense_plasma>*32000);
strangemattercali.addFluidInput(<fluid:dense_plasma>*32000);
strangemattercali.addFluidInput(<fluid:dense_plasma>*32000);
strangemattercali.addFluidInput(<fluid:dense_plasma>*32000);
strangemattercali.addFluidInput(<fluid:dense_plasma>*32000);
strangemattercali.addFluidInput(<fluid:dense_plasma>*32000);
strangemattercali.addFluidInput(<fluid:dense_plasma>*32000);
strangemattercali.addFluidInput(<fluid:dense_plasma>*32000);
strangemattercali.addItemInput(<contenttweaker:californium_lattice_capsule>);
strangemattercali.addItemOutput(<contenttweaker:strange_matter_capsule>);
strangemattercali.build();
mods.nuclearcraft.extractor.addRecipe([<contenttweaker:strange_matter_capsule>, <contenttweaker:megelium_capsule>, <fluid:strange_matter>*1000]);
mods.thermalexpansion.Transposer.addExtractRecipe(<fluid:strange_matter>*1000, <contenttweaker:strange_matter_capsule>, 360, <contenttweaker:megelium_capsule> % 100);
recipes.addShaped(<contenttweaker:orichalcum_sliver>,
[[<extrabotany:blockorichalcos>, <extrabotany:blockorichalcos>, <extrabotany:blockorichalcos>],
[<extrabotany:blockorichalcos>, <contenttweaker:radioactive_sentient_meatball>.reuse(), <extrabotany:blockorichalcos>],
[<extrabotany:blockorichalcos>, <extrabotany:blockorichalcos>, <extrabotany:blockorichalcos>]]);
recipes.addShaped(<contenttweaker:orichalcum_sliver>*2,
[[<gendustry:honey_comb:14017>, <gendustry:honey_comb:14017>, <gendustry:honey_comb:14017>],
[<gendustry:honey_comb:14017>, <contenttweaker:orichalcum_sliver>, <gendustry:honey_comb:14017>],
[<gendustry:honey_comb:14017>, <gendustry:honey_comb:14017>, <gendustry:honey_comb:14017>]]);
val dragonfireorichalcum = RecipeBuilder.newBuilder("dragonfireorichalcum","dragonfire_crucible",200);
dragonfireorichalcum.addFluidInput(<fluid:eternal_dragon_fire>*25000);
dragonfireorichalcum.addItemInput(<contenttweaker:orichalcum_sliver>*8);
dragonfireorichalcum.addItemInput(<extrabotany:material:1>*4);
dragonfireorichalcum.addItemInput(<contenttweaker:infused_dread_shard>*12);
dragonfireorichalcum.addItemInput(<ore:ingotSednanite>);
dragonfireorichalcum.addItemOutput(<contenttweaker:orichalcum>);
dragonfireorichalcum.build();
val dragonfireorichalcum2 = RecipeBuilder.newBuilder("dragonfireorichalcum2","dragonfire_crucible",200);
dragonfireorichalcum2.addFluidInput(<fluid:eternal_dragon_fire>*25000);
dragonfireorichalcum2.addItemInput(<contenttweaker:orichalcum_sliver>*8);
dragonfireorichalcum2.addItemInput(<extrabotany:material:1>*4);
dragonfireorichalcum2.addItemInput(<contenttweaker:infused_dread_shard>*12);
dragonfireorichalcum2.addItemInput(<extendedcrafting:singularity_custom:628>);
dragonfireorichalcum2.addItemOutput(<contenttweaker:orichalcum>*3);
dragonfireorichalcum2.build();
val dragonfireorichalcum3 = RecipeBuilder.newBuilder("dragonfireorichalcum3","dragonfire_crucible",200);
dragonfireorichalcum3.addFluidInput(<fluid:eternal_dragon_fire>*25000);
dragonfireorichalcum3.addItemInput(<contenttweaker:orichalcum_sliver>*8);
dragonfireorichalcum3.addItemInput(<extrabotany:material:1>*4);
dragonfireorichalcum3.addItemInput(<contenttweaker:infused_dread_shard>*12);
dragonfireorichalcum3.addItemInput(<contenttweaker:ichor_taint_condensate>);
dragonfireorichalcum3.addItemOutput(<contenttweaker:orichalcum>*15);
dragonfireorichalcum3.build();
val dragonfireorichalcum4 = RecipeBuilder.newBuilder("dragonfireorichalcum4","dragonfire_crucible",200);
dragonfireorichalcum4.addFluidInput(<fluid:eternal_dragon_fire>*25000);
dragonfireorichalcum4.addItemInput(<contenttweaker:orichalcum_sliver>*8);
dragonfireorichalcum4.addItemInput(<extrabotany:material:1>*4);
dragonfireorichalcum4.addItemInput(<contenttweaker:infused_dread_shard>*12);
dragonfireorichalcum4.addItemInput(<contenttweaker:ichor_taint_catalyzer>);
dragonfireorichalcum4.addItemOutput(<contenttweaker:orichalcum>*30);
dragonfireorichalcum4.build();
// pauram
recipes.addShaped(<contenttweaker:droplet_of_the_great_snake>*2,
[[<gendustry:honey_comb:14016>, <bloodmagic:slate:2>, <gendustry:honey_comb:14016>],
[<bloodmagic:slate:1>, <contenttweaker:droplet_of_the_great_snake>, <bloodmagic:slate:3>],
[<bloodmagic:slate:0>, <gendustry:honey_comb:14016>, <bloodmagic:slate:4>]]);
mods.avaritia.ExtremeCrafting.addShaped("direpauramcallstone",
<contenttweaker:pauram_callstone>,
[[<contenttweaker:dynatos_star>, null, null,
null, <contenttweaker:zoi_core>, null,
null, null, <contenttweaker:dynatos_star>],
[null, <contenttweaker:dynatos_star>, null,
null, <contenttweaker:slate_of_endless_hunger>, null,
null, <contenttweaker:dynatos_star>, null],
[null, null, <contenttweaker:dynatos_star>,
null, <bloodmagic:points_upgrade>, null,
<contenttweaker:dynatos_star>, null, null],
[null, null, null,
<contenttweaker:dynatos_star>, null, <contenttweaker:dynatos_star>,
null, null, null],
[<contenttweaker:nero_core>, <contenttweaker:slate_of_endless_hunger>, <bloodmagic:points_upgrade>,
null, <contenttweaker:essence_fear>, null,
<bloodmagic:points_upgrade>, <contenttweaker:slate_of_endless_hunger>, <contenttweaker:akathartos_core>],
[null, null, null,
<contenttweaker:dynatos_star>, null, <contenttweaker:dynatos_star>,
null, null, null],
[null, null, <contenttweaker:dynatos_star>,
null, <bloodmagic:points_upgrade>, null,
<contenttweaker:dynatos_star>, null, null],
[null, <contenttweaker:dynatos_star>, null,
null, <contenttweaker:slate_of_endless_hunger>, null,
null, <contenttweaker:dynatos_star>, null],
[<contenttweaker:dynatos_star>, null, null,
null, <contenttweaker:pauram_core>, null,
null, null, <contenttweaker:dynatos_star>]]);
val carminitehihiirokane = RecipeBuilder.newBuilder("carminitehihiirokane","carminite_empowerer",200);
carminitehihiirokane.addEnergyPerTickInput(10000000);
carminitehihiirokane.addAspectInput("victus",50);
carminitehihiirokane.addItemInput(<contenttweaker:droplet_of_the_great_snake>*2);
carminitehihiirokane.addItemInput(<bloodmagic:blood_shard:1>*12);
carminitehihiirokane.addItemInput(<twilightforest:block_storage:4>*12);
carminitehihiirokane.addItemInput(<bloodarsenal:base_item:4>*32);
carminitehihiirokane.addItemInput(<contenttweaker:harbinger_crystal>*16);
carminitehihiirokane.addItemInput(<ore:ingotSednanite>);
carminitehihiirokane.addItemOutput(<contenttweaker:hihi_irokane>);
carminitehihiirokane.build();
val carminitehihiirokane2 = RecipeBuilder.newBuilder("carminitehihiirokane2","carminite_empowerer",200);
carminitehihiirokane2.addEnergyPerTickInput(10000000);
carminitehihiirokane2.addAspectInput("victus",50);
carminitehihiirokane2.addItemInput(<contenttweaker:droplet_of_the_great_snake>*2);
carminitehihiirokane2.addItemInput(<bloodmagic:blood_shard:1>*12);
carminitehihiirokane2.addItemInput(<twilightforest:block_storage:4>*12);
carminitehihiirokane2.addItemInput(<bloodarsenal:base_item:4>*32);
carminitehihiirokane2.addItemInput(<contenttweaker:harbinger_crystal>*16);
carminitehihiirokane2.addItemInput(<extendedcrafting:singularity_custom:628>);
carminitehihiirokane2.addItemOutput(<contenttweaker:hihi_irokane>*3);
carminitehihiirokane2.build();
val carminitehihiirokane3 = RecipeBuilder.newBuilder("carminitehihiirokane3","carminite_empowerer",200);
carminitehihiirokane3.addEnergyPerTickInput(10000000);
carminitehihiirokane3.addAspectInput("victus",50);
carminitehihiirokane3.addItemInput(<contenttweaker:droplet_of_the_great_snake>*2);
carminitehihiirokane3.addItemInput(<bloodmagic:blood_shard:1>*12);
carminitehihiirokane3.addItemInput(<twilightforest:block_storage:4>*12);
carminitehihiirokane3.addItemInput(<bloodarsenal:base_item:4>*32);
carminitehihiirokane3.addItemInput(<contenttweaker:harbinger_crystal>*16);
carminitehihiirokane3.addItemInput(<contenttweaker:ichor_taint_condensate>);
carminitehihiirokane3.addItemOutput(<contenttweaker:hihi_irokane>*15);
carminitehihiirokane3.build();
val carminitehihiirokane4 = RecipeBuilder.newBuilder("carminitehihiirokane4","carminite_empowerer",200);
carminitehihiirokane4.addEnergyPerTickInput(10000000);
carminitehihiirokane4.addAspectInput("victus",50);
carminitehihiirokane4.addItemInput(<contenttweaker:droplet_of_the_great_snake>*2);
carminitehihiirokane4.addItemInput(<bloodmagic:blood_shard:1>*12);
carminitehihiirokane4.addItemInput(<twilightforest:block_storage:4>*12);
carminitehihiirokane4.addItemInput(<bloodarsenal:base_item:4>*32);
carminitehihiirokane4.addItemInput(<contenttweaker:harbinger_crystal>*16);
carminitehihiirokane4.addItemInput(<contenttweaker:ichor_taint_catalyzer>);
carminitehihiirokane4.addItemOutput(<contenttweaker:hihi_irokane>*30);
carminitehihiirokane4.build();
mods.bloodmagic.TartaricForge.addRecipe(<contenttweaker:hihi_irokane_block>, [<contenttweaker:hihi_irokane>, <contenttweaker:nethersky_amber>, <bloodmagic:decorative_brick:3>, <contenttweaker:slate_of_endless_hunger>], 10000.0, 1000.0);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:droplet_of_the_great_snake>, <fluid:blood_great_snake>*100]);
val maketruelifeessence = RecipeBuilder.newBuilder("maketruelifeessence","ziggurat_of_life",200);
maketruelifeessence.addEnergyPerTickInput(30000000);
maketruelifeessence.addWillInput("DEFAULT", 50,0,1000000);
maketruelifeessence.addWillInput("CORROSIVE", 50,0,1000000);
maketruelifeessence.addWillInput("DESTRUCTIVE", 50,0,1000000);
maketruelifeessence.addWillInput("VENGEFUL", 50,0,1000000);
maketruelifeessence.addWillInput("STEADFAST", 50,0,1000000);
maketruelifeessence.addFluidInput(<fluid:liquid_life>*100);
maketruelifeessence.addItemInput(<bewitchment:demon_heart>);
maketruelifeessence.addFluidOutput(<fluid:sacrificial_essence>*10000);
maketruelifeessence.build();
// combine the fluids
val creationallgarnets = RecipeBuilder.newBuilder("creationallgarnets","creation_altar",20);
creationallgarnets.addEnergyPerTickInput(1000000);
creationallgarnets.addFluidInput(<fluid:darkstarlight>*100);
creationallgarnets.addFluidInput(<fluid:sacrificial_essence>*100);
creationallgarnets.addFluidInput(<fluid:pristine_aura>*100);
creationallgarnets.addFluidInput(<fluid:strange_matter>*100);
creationallgarnets.addItemInput(<contenttweaker:gem_of_recursion>);
creationallgarnets.addItemInput(<contenttweaker:recursion_fragment_shyre>);
creationallgarnets.addItemInput(<contenttweaker:arkengem>);
creationallgarnets.addItemInput(<contenttweaker:ender_dolomite_dust>*16);
creationallgarnets.addItemOutput(<contenttweaker:cut_abyss_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_precasia_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_lelyetia_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_creeponia_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_deeplands_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_barathos_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_crystevia_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_gardencia_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_candyland_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_haven_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_voxponds_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_mysterium_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_celeve_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_iromine_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_borean_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_lunalus_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_runandor_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_ancientcavern_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_immortallis_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_greckon_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_dustopia_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_vethea_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:cut_shyrelands_garnet>*64);
creationallgarnets.addItemOutput(<contenttweaker:eye_of_gallifrey>);
creationallgarnets.build();
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:quasar_charged_dust>*16, <fluid:low_grade_space_time_fuel>*5, <contenttweaker:solid_low_grade_space_time_fuel>]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:quasar_charged_dust>*32, <fluid:medium_grade_space_time_fuel>*5, <contenttweaker:solid_medium_grade_space_time_fuel>]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:quasar_charged_dust>*64, <fluid:high_grade_space_time_fuel>*5, <contenttweaker:solid_high_grade_space_time_fuel>]);
val creationallgarnets2 = RecipeBuilder.newBuilder("creationallgarnets2","creation_altar",10);
creationallgarnets2.addEnergyPerTickInput(1000000);
creationallgarnets2.addFluidInput(<fluid:darkstarlight>*100);
creationallgarnets2.addFluidInput(<fluid:sacrificial_essence>*100);
creationallgarnets2.addFluidInput(<fluid:pristine_aura>*100);
creationallgarnets2.addFluidInput(<fluid:strange_matter>*100);
creationallgarnets2.addItemInput(<contenttweaker:gem_of_recursion>);
creationallgarnets2.addItemInput(<contenttweaker:recursion_fragment_shyre>);
creationallgarnets2.addItemInput(<contenttweaker:arkengem>);
creationallgarnets2.addItemInput(<contenttweaker:quasar_charged_dust>*16);
creationallgarnets2.addItemOutput(<contenttweaker:cut_abyss_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_precasia_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_lelyetia_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_creeponia_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_deeplands_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_barathos_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_crystevia_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_gardencia_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_candyland_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_haven_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_voxponds_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_mysterium_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_celeve_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_iromine_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_borean_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_lunalus_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_runandor_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_ancientcavern_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_immortallis_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_greckon_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_dustopia_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_vethea_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:cut_shyrelands_garnet>*64);
creationallgarnets2.addItemOutput(<contenttweaker:eye_of_gallifrey>*4);
creationallgarnets2.build();
val creationallgarnets3 = RecipeBuilder.newBuilder("creationallgarnets3","creation_altar",5);
creationallgarnets3.addEnergyPerTickInput(1000000);
creationallgarnets3.addFluidInput(<fluid:darkstarlight>*100);
creationallgarnets3.addFluidInput(<fluid:sacrificial_essence>*100);
creationallgarnets3.addFluidInput(<fluid:pristine_aura>*100);
creationallgarnets3.addFluidInput(<fluid:strange_matter>*100);
creationallgarnets3.addItemInput(<contenttweaker:gem_of_recursion>);
creationallgarnets3.addItemInput(<contenttweaker:recursion_fragment_shyre>);
creationallgarnets3.addItemInput(<contenttweaker:arkengem>);
creationallgarnets3.addItemInput(<contenttweaker:solid_low_grade_space_time_fuel>);
creationallgarnets3.addItemOutput(<contenttweaker:cut_abyss_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_precasia_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_lelyetia_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_creeponia_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_deeplands_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_barathos_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_crystevia_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_gardencia_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_candyland_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_haven_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_voxponds_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_mysterium_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_celeve_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_iromine_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_borean_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_lunalus_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_runandor_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_ancientcavern_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_immortallis_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_greckon_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_dustopia_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_vethea_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:cut_shyrelands_garnet>*128);
creationallgarnets3.addItemOutput(<contenttweaker:eye_of_gallifrey>*16);
creationallgarnets3.build();
val creationallgarnets4 = RecipeBuilder.newBuilder("creationallgarnets4","creation_altar",5);
creationallgarnets4.addEnergyPerTickInput(1000000);
creationallgarnets4.addFluidInput(<fluid:darkstarlight>*100);
creationallgarnets4.addFluidInput(<fluid:sacrificial_essence>*100);
creationallgarnets4.addFluidInput(<fluid:pristine_aura>*100);
creationallgarnets4.addFluidInput(<fluid:strange_matter>*100);
creationallgarnets4.addItemInput(<contenttweaker:gem_of_recursion>);
creationallgarnets4.addItemInput(<contenttweaker:recursion_fragment_shyre>);
creationallgarnets4.addItemInput(<contenttweaker:arkengem>);
creationallgarnets4.addItemInput(<contenttweaker:solid_medium_grade_space_time_fuel>);
creationallgarnets4.addItemOutput(<contenttweaker:cut_abyss_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_precasia_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_lelyetia_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_creeponia_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_deeplands_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_barathos_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_crystevia_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_gardencia_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_candyland_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_haven_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_voxponds_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_mysterium_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_celeve_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_iromine_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_borean_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_lunalus_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_runandor_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_ancientcavern_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_immortallis_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_greckon_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_dustopia_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_vethea_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:cut_shyrelands_garnet>*256);
creationallgarnets4.addItemOutput(<contenttweaker:eye_of_gallifrey>*64);
creationallgarnets4.build();
val creationallgarnets5 = RecipeBuilder.newBuilder("creationallgarnets5","creation_altar",5);
creationallgarnets5.addEnergyPerTickInput(1000000);
creationallgarnets5.addFluidInput(<fluid:darkstarlight>*100);
creationallgarnets5.addFluidInput(<fluid:sacrificial_essence>*100);
creationallgarnets5.addFluidInput(<fluid:pristine_aura>*100);
creationallgarnets5.addFluidInput(<fluid:strange_matter>*100);
creationallgarnets5.addItemInput(<contenttweaker:gem_of_recursion>);
creationallgarnets5.addItemInput(<contenttweaker:recursion_fragment_shyre>);
creationallgarnets5.addItemInput(<contenttweaker:arkengem>);
creationallgarnets5.addItemInput(<contenttweaker:solid_high_grade_space_time_fuel>);
creationallgarnets5.addItemOutput(<contenttweaker:cut_abyss_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_precasia_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_lelyetia_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_creeponia_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_deeplands_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_barathos_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_crystevia_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_gardencia_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_candyland_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_haven_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_voxponds_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_mysterium_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_celeve_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_iromine_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_borean_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_lunalus_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_runandor_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_ancientcavern_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_immortallis_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_greckon_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_dustopia_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_vethea_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:cut_shyrelands_garnet>*1024);
creationallgarnets5.addItemOutput(<contenttweaker:eye_of_gallifrey>*256);
creationallgarnets5.build();
+121
View File
@@ -0,0 +1,121 @@
recipes.removeShaped(<bloodmagic:altar>);
mods.extendedcrafting.TableCrafting.addShaped(<bloodmagic:altar>,
[[<minecraft:stone>, null, <minecraft:stone>],
[<aoa3:runium_chunk>, <techreborn:iron_furnace>, <aoa3:runium_chunk>],
[<appliedenergistics2:material:12>, <bloodmagic:monster_soul:0>, <appliedenergistics2:material:12>]]);
recipes.removeShaped(<bloodmagic:ritual_stone:0>);
recipes.addShaped(<bloodmagic:ritual_stone:0>*2,
[[<divinerpg:corrupted_shards>, <bloodmagic:slate:1>, <divinerpg:bloodgem>],
[<bloodmagic:slate:1>, <bhc:red_heart>, <bloodmagic:slate:1>],
[<divinerpg:bloodgem>, <bloodmagic:slate:1>, <divinerpg:corrupted_shards>]]);
recipes.addShaped(<bloodmagic:ritual_stone:0>*4,
[[<divinerpg:corrupted_shards>, <bloodmagic:slate:1>, <divinerpg:bloodgem>],
[<bloodmagic:slate:1>, <bhc:yellow_heart>, <bloodmagic:slate:1>],
[<divinerpg:bloodgem>, <bloodmagic:slate:1>, <divinerpg:corrupted_shards>]]);
recipes.addShaped(<bloodmagic:ritual_stone:0>*12,
[[<divinerpg:corrupted_shards>, <bloodmagic:slate:1>, <divinerpg:bloodgem>],
[<bloodmagic:slate:1>, <bhc:green_heart>, <bloodmagic:slate:1>],
[<divinerpg:bloodgem>, <bloodmagic:slate:1>, <divinerpg:corrupted_shards>]]);
// mods.bloodmagic.BloodAltar.addRecipe(<bloodmagic:decorative_brick:2>, <bloodmagic:blood_rune:7>, 5, 100000, 1000, 1000);
mods.bloodmagic.BloodAltar.addRecipe(<bloodmagic:decorative_brick:2>, <bloodmagic:blood_rune:7>, 5, 100000, 1000, 1000);
mods.bloodmagic.TartaricForge.removeRecipe([<minecraft:iron_pickaxe>, <minecraft:iron_pickaxe>, <minecraft:iron_pickaxe>, <minecraft:iron_pickaxe>]);
mods.bloodmagic.TartaricForge.addRecipe(<animus:component:2>,[<thaumcraft:elemental_pick>, <avaritia:infinity_pickaxe>, <minecraft:iron_pickaxe>, <abyssalcraft:dreadiumpickaxe>], 128,32);
mods.nuclearcraft.melter.addRecipe([<bloodarsenal:base_item:4>, <fluid:molten_blood_infused_iron>*144]);
recipes.addShaped(<bloodarsenal:base_item:4>*4,
[[<ore:ingotKnightmetal>, <ore:ingotKnightmetal>, <ore:ingotKnightmetal>],
[<ore:ingotKnightmetal>, <contenttweaker:cursed_rock>.reuse(), <ore:ingotKnightmetal>],
[<ore:ingotKnightmetal>, <ore:ingotKnightmetal>, <ore:ingotKnightmetal>]]);
recipes.addShaped(<contenttweaker:golem_core>,
[[<aoa3:ancient_rock>, <extendedcrafting:storage:2>, <aoa3:ancient_rock>],
[<aoa3:ancient_rock>, <extendedcrafting:storage:2>, <aoa3:ancient_rock>],
[<aoa3:ancient_rock>, <extendedcrafting:storage:2>, <aoa3:ancient_rock>]]);
mods.bloodmagic.TartaricForge.removeRecipe([<bloodarsenal:base_item:8>,<bloodmagic:decorative_brick:2>, <minecraft:golden_apple:1>, <minecraft:nether_star>]);
mods.bloodmagic.TartaricForge.addRecipe(<bloodarsenal:base_item:9>,[<bloodarsenal:base_item:8>, <bloodmagic:decorative_brick:2>, <avaritia:block_resource:1>, <materialpart:fractallite_halite:ingot>], 16000,16000);
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "infusion"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "lava"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "water"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "cobblestone"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "felling"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "green_grove"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "interdiction"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "pump"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ritualSteadfastHeart"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "speed"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "grounding"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "jumping"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "placer"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ritualLuna"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ritualNaturesLeech"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ritualPeace"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ritualSol"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "suppression"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "zephyr"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "portal"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "animal_growth"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "containment"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "crushing"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "magnetism"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ritualEldritchWill"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "crystal_split"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "harvest"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ritualLifeEssenceAltar"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "full_stomach"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ritualLifeEssenceTank"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ward_of_sacrosanctity"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ellipsoid"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ritualClonedSoul"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ritualCulling"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "well_of_suffering"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "feathered_earth"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "feathered_knife"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "ritualUnmaking"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "crystal_harvest"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "forsaken_soul"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "regeneration"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "armour_evolve"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "expulsion"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "upgrade_remove"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "armour_downgrade"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "veil_of_evil"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "purification"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "eternal_soul"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "condor"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "altar_builder"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "meteor"}));
mods.chisel.Carving.addVariation("ritualdivinermodes", <bloodmagic:ritual_diviner:1>.withTag({current_ritual: "blood_burner"}));
recipes.addShaped(<contenttweaker:fabric_of_the_orb>,
[[<aoa3:ancient_rock>, <dimdoors:world_thread>, <aoa3:ancient_rock>],
[<dimdoors:world_thread>, <bloodmagic:blood_rune:8>, <dimdoors:world_thread>],
[<aoa3:ancient_rock>, <dimdoors:world_thread>, <aoa3:ancient_rock>]]);
mods.bloodmagic.BloodAltar.addRecipe(<contenttweaker:blank_slate_catalyst>, <contenttweaker:deep_slate_catalyst>, 0, 100, 100, 100);
mods.bloodmagic.BloodAltar.addRecipe(<contenttweaker:reinforced_slate_catalyst>, <contenttweaker:blank_slate_catalyst>, 1, 200, 200, 200);
mods.bloodmagic.BloodAltar.addRecipe(<contenttweaker:imbued_slate_catalyst>, <contenttweaker:reinforced_slate_catalyst>, 2, 500, 500, 500);
mods.bloodmagic.BloodAltar.addRecipe(<contenttweaker:demonic_slate_catalyst>, <contenttweaker:imbued_slate_catalyst>, 3, 1500, 1500, 1500);
mods.bloodmagic.BloodAltar.addRecipe(<contenttweaker:ethereal_slate_catalyst>, <contenttweaker:demonic_slate_catalyst>, 5, 3000, 3000, 3000);
+429
View File
@@ -0,0 +1,429 @@
import mods.thaumcraft.Infusion;
import scripts.enchantwrapper.EnchantUtil.EnchantMap;
import scripts.enchantwrapper.EnchantWrapper.SuperEnchantedItem;
// val enclistBlood as IEnchantmentDefinition[] = [
// <enchantment:ebwizardry:shock_protection>,
// <enchantment:minecraft:protection>,
// <enchantment:minecraft:projectile_protection>,
// <enchantment:ebwizardry:magic_protection>,
// <enchantment:ebwizardry:frost_protection>,
// <enchantment:minecraft:fire_protection>,
// <enchantment:minecraft:blast_protection>,
// <enchantment:minecraft:unbreaking>,
// <enchantment:openblocks:last_stand>,
// <enchantment:minecraft:mending>];
// var mapBlood as IData = {};
// mapBlood += enclistBlood[0].makeEnchantment(4).makeTag();
// mapBlood += enclistBlood[1].makeEnchantment(10).makeTag();
// mapBlood += enclistBlood[2].makeEnchantment(4).makeTag();
// mapBlood += enclistBlood[3].makeEnchantment(4).makeTag();
// mapBlood += enclistBlood[4].makeEnchantment(4).makeTag();
// mapBlood += enclistBlood[5].makeEnchantment(4).makeTag();
// mapBlood += enclistBlood[6].makeEnchantment(4).makeTag();
// mapBlood += enclistBlood[7].makeEnchantment(100).makeTag();
// mapBlood += enclistBlood[8].makeEnchantment(2).makeTag();
// mapBlood += enclistBlood[9].makeEnchantment(1).makeTag();
val enclistBloodmasterWrapped as EnchantMap = EnchantMap()
.add("ebwizardry:shock_protection",4)
.add("minecraft:protection",10)
.add("minecraft:projectile_protection",4)
.add("ebwizardry:magic_protection",4)
.add("ebwizardry:frost_protection",4)
.add("minecraft:fire_protection",4)
.add("minecraft:blast_protection",4)
.add("minecraft:unbreaking",100)
.add("openblocks:last_stand",2)
.add("minecraft:mending",1);
// var mapBloodmasterHelm as IData = {
// RepairCost: 1,
// display: {Name: "§6§oBloodmaster Metal Helmet§r",Lore:["§d§oSuper-Enchanted§r"]}
// };
// var mapBloodmasterChest as IData = {
// RepairCost: 1,
// display: {Name: "§6§oBloodmaster Metal Chestplate§r",Lore:["§d§oSuper-Enchanted§r"]}
// };
// var mapBloodmasterLegs as IData = {
// RepairCost: 1,
// display: {Name: "§6§oBloodmaster Metal Leggings§r",Lore:["§d§oSuper-Enchanted§r"]}
// };
// var mapBloodmasterBoots as IData = {
// RepairCost: 1,
// display: {Name: "§6§oBloodmaster Metal Boots§r",Lore:["§d§oSuper-Enchanted§r"]}
// };
/* val enclistSacrifice as IEnchantmentDefinition[] = [
<enchantment:ebwizardry:shock_protection>,
<enchantment:minecraft:protection>,
<enchantment:minecraft:projectile_protection>,
<enchantment:ebwizardry:magic_protection>,
<enchantment:ebwizardry:frost_protection>,
<enchantment:minecraft:fire_protection>,
<enchantment:minecraft:blast_protection>,
<enchantment:minecraft:unbreaking>,
<enchantment:openblocks:last_stand>,
<enchantment:minecraft:mending>,
<enchantment:minecraft:thorns>,
<enchantment:astralsorcery:enchantment.as.nightvision>,
<enchantment:minecraft:feather_falling>,
<enchantment:abyssalcraft:iron_wall>]; */
val enclistSacrificeHelmWrapped as EnchantMap = EnchantMap()
.add("ebwizardry:shock_protection",10)
.add("minecraft:protection",100)
.add("minecraft:projectile_protection",10)
.add("ebwizardry:magic_protection",10)
.add("ebwizardry:frost_protection",10)
.add("minecraft:fire_protection",10)
.add("minecraft:blast_protection",10)
.add("minecraft:unbreaking",200)
.add("openblocks:last_stand",10)
.add("minecraft:mending",1)
.add("minecraft:thorns",200)
.add("astralsorcery:enchantment.as.nightvision",1);
/* var mapScrificialHelm as IData = {};
mapScrificialHelm += enclistSacrifice[0].makeEnchantment(10).makeTag();
mapScrificialHelm += enclistSacrifice[1].makeEnchantment(100).makeTag();
mapScrificialHelm += enclistSacrifice[2].makeEnchantment(10).makeTag();
mapScrificialHelm += enclistSacrifice[3].makeEnchantment(10).makeTag();
mapScrificialHelm += enclistSacrifice[4].makeEnchantment(10).makeTag();
mapScrificialHelm += enclistSacrifice[5].makeEnchantment(10).makeTag();
mapScrificialHelm += enclistSacrifice[6].makeEnchantment(10).makeTag();
mapScrificialHelm += enclistSacrifice[7].makeEnchantment(200).makeTag();
mapScrificialHelm += enclistSacrifice[8].makeEnchantment(10).makeTag();
mapScrificialHelm += enclistSacrifice[9].makeEnchantment(1).makeTag();
mapScrificialHelm += enclistSacrifice[10].makeEnchantment(200).makeTag();
mapScrificialHelm += enclistSacrifice[11].makeEnchantment(1).makeTag();
var mapScrificialHelmOther as IData = {
RepairCost: 1,
display: {Name: "§6§oSacrifice Metal Helmet§r",Lore:["§d§oSuper-Enchanted§r"]}
}; */
val enclistSacrificeChestWrapped as EnchantMap = EnchantMap()
.add("ebwizardry:shock_protection",10)
.add("minecraft:protection",100)
.add("minecraft:projectile_protection",10)
.add("ebwizardry:magic_protection",10)
.add("ebwizardry:frost_protection",10)
.add("minecraft:fire_protection",10)
.add("minecraft:blast_protection",10)
.add("minecraft:unbreaking",200)
.add("openblocks:last_stand",10)
.add("minecraft:mending",1)
.add("minecraft:thorns",200)
.add("abyssalcraft:iron_wall",1);
/* var mapScrificialChest as IData = {};
mapScrificialChest += enclistSacrifice[0].makeEnchantment(10).makeTag();
mapScrificialChest += enclistSacrifice[1].makeEnchantment(100).makeTag();
mapScrificialChest += enclistSacrifice[2].makeEnchantment(10).makeTag();
mapScrificialChest += enclistSacrifice[3].makeEnchantment(10).makeTag();
mapScrificialChest += enclistSacrifice[4].makeEnchantment(10).makeTag();
mapScrificialChest += enclistSacrifice[5].makeEnchantment(10).makeTag();
mapScrificialChest += enclistSacrifice[6].makeEnchantment(10).makeTag();
mapScrificialChest += enclistSacrifice[7].makeEnchantment(200).makeTag();
mapScrificialChest += enclistSacrifice[8].makeEnchantment(10).makeTag();
mapScrificialChest += enclistSacrifice[9].makeEnchantment(1).makeTag();
mapScrificialChest += enclistSacrifice[10].makeEnchantment(200).makeTag();
mapScrificialChest += enclistSacrifice[13].makeEnchantment(1).makeTag();
var mapScrificialChestOther as IData = {
RepairCost: 1,
display: {Name: "§6§oSacrifice Metal Chestplate§r",Lore:["§d§oSuper-Enchanted§r"]}
}; */
val enclistSacrificeLegsWrapped as EnchantMap = EnchantMap()
.add("ebwizardry:shock_protection",10)
.add("minecraft:protection",100)
.add("minecraft:projectile_protection",10)
.add("ebwizardry:magic_protection",10)
.add("ebwizardry:frost_protection",10)
.add("minecraft:fire_protection",10)
.add("minecraft:blast_protection",10)
.add("minecraft:unbreaking",200)
.add("openblocks:last_stand",10)
.add("minecraft:mending",1)
.add("minecraft:thorns",200);
/* var mapScrificialLegs as IData = {};
mapScrificialLegs += enclistSacrifice[0].makeEnchantment(10).makeTag();
mapScrificialLegs += enclistSacrifice[1].makeEnchantment(100).makeTag();
mapScrificialLegs += enclistSacrifice[2].makeEnchantment(10).makeTag();
mapScrificialLegs += enclistSacrifice[3].makeEnchantment(10).makeTag();
mapScrificialLegs += enclistSacrifice[4].makeEnchantment(10).makeTag();
mapScrificialLegs += enclistSacrifice[5].makeEnchantment(10).makeTag();
mapScrificialLegs += enclistSacrifice[6].makeEnchantment(10).makeTag();
mapScrificialLegs += enclistSacrifice[7].makeEnchantment(200).makeTag();
mapScrificialLegs += enclistSacrifice[8].makeEnchantment(10).makeTag();
mapScrificialLegs += enclistSacrifice[9].makeEnchantment(1).makeTag();
mapScrificialLegs += enclistSacrifice[10].makeEnchantment(200).makeTag();
var mapScrificialLegsOther as IData = {
RepairCost: 1,
display: {Name: "§6§oSacrifice Metal Leggings§r",Lore:["§d§oSuper-Enchanted§r"]}
}; */
val enclistSacrificeBootsWrapped as EnchantMap = EnchantMap()
.add("ebwizardry:shock_protection",10)
.add("minecraft:protection",100)
.add("minecraft:projectile_protection",10)
.add("ebwizardry:magic_protection",10)
.add("ebwizardry:frost_protection",10)
.add("minecraft:fire_protection",10)
.add("minecraft:blast_protection",10)
.add("minecraft:unbreaking",200)
.add("openblocks:last_stand",10)
.add("minecraft:mending",1)
.add("minecraft:thorns",200)
.add("minecraft:feather_falling",500);
/* var mapScrificialBoots as IData = {};
mapScrificialBoots += enclistSacrifice[0].makeEnchantment(10).makeTag();
mapScrificialBoots += enclistSacrifice[1].makeEnchantment(100).makeTag();
mapScrificialBoots += enclistSacrifice[2].makeEnchantment(10).makeTag();
mapScrificialBoots += enclistSacrifice[3].makeEnchantment(10).makeTag();
mapScrificialBoots += enclistSacrifice[4].makeEnchantment(10).makeTag();
mapScrificialBoots += enclistSacrifice[5].makeEnchantment(10).makeTag();
mapScrificialBoots += enclistSacrifice[6].makeEnchantment(10).makeTag();
mapScrificialBoots += enclistSacrifice[7].makeEnchantment(200).makeTag();
mapScrificialBoots += enclistSacrifice[8].makeEnchantment(10).makeTag();
mapScrificialBoots += enclistSacrifice[9].makeEnchantment(1).makeTag();
mapScrificialBoots += enclistSacrifice[10].makeEnchantment(200).makeTag();
mapScrificialBoots += enclistSacrifice[12].makeEnchantment(500).makeTag();
var mapScrificialBootsOther as IData = {
RepairCost: 1,
display: {Name: "§6§oSacrifice Metal Boots§r",Lore:["§d§oSuper-Enchanted§r"]}
}; */
val enclistSoulEaterWrapped as EnchantMap = EnchantMap()
.add("minecraft:sharpness",50)
.add("minecraft:unbreaking",5)
.add("minecraft:mending",1);
mods.bloodmagic.BloodAltar.addRecipe(SuperEnchantedItem(<bloodmagic:sentient_sword>.withTag({display: {Name:"§6§oSoul Eater§r",Lore:["§d§oSuper-Enchanted§r"]}}), enclistSoulEaterWrapped).getItem(),
<bloodmagic:sentient_sword>,
5,
1000000,
300,
300);
mods.bloodmagic.TartaricForge.addRecipe(SuperEnchantedItem(<contenttweaker:bloodmaster_metal_head>.withTag({display: {Name:"§6§oBloodmaster Metal Helmet§r",Lore:["§d§oSuper-Enchanted§r"]}}), enclistBloodmasterWrapped).getItem(),
[<contenttweaker:bloodmaster_metal_head>,<bloodmagic:blood_shard:1>,<bloodmagic:slate:4>,<bloodmagic:decorative_brick:2>],
10000.00,
3000.00);
mods.bloodmagic.TartaricForge.addRecipe(SuperEnchantedItem(<contenttweaker:bloodmaster_metal_chest>.withTag({display: {Name:"§6§oBloodmaster Metal Chestplate§r",Lore:["§d§oSuper-Enchanted§r"]}}), enclistBloodmasterWrapped).getItem(),
[<contenttweaker:bloodmaster_metal_chest>,<bloodmagic:blood_shard:1>,<bloodmagic:slate:4>,<bloodmagic:decorative_brick:2>],
10000.00,
3000.00);
mods.bloodmagic.TartaricForge.addRecipe(SuperEnchantedItem(<contenttweaker:bloodmaster_metal_feet>.withTag({display: {Name:"§6§oBloodmaster Metal Boots§r",Lore:["§d§oSuper-Enchanted§r"]}}), enclistBloodmasterWrapped).getItem(),
[<contenttweaker:bloodmaster_metal_feet>,<bloodmagic:blood_shard:1>,<bloodmagic:slate:4>,<bloodmagic:decorative_brick:2>],
10000.00,
3000.00);
mods.bloodmagic.TartaricForge.addRecipe(SuperEnchantedItem(<contenttweaker:bloodmaster_metal_legs>.withTag({display: {Name:"§6§oBloodmaster Metal Leggings§r",Lore:["§d§oSuper-Enchanted§r"]}}), enclistBloodmasterWrapped).getItem(),
[<contenttweaker:bloodmaster_metal_legs>,<bloodmagic:blood_shard:1>,<bloodmagic:slate:4>,<bloodmagic:decorative_brick:2>],
10000.00,
3000.00);
recipes.addShaped(<contenttweaker:bloodmaster_metal_head>,
[[<materialpart:bloodmaster_metal:ingot>, <materialpart:bloodmaster_metal:ingot>, <materialpart:bloodmaster_metal:ingot>],
[<materialpart:bloodmaster_metal:ingot>, null, <materialpart:bloodmaster_metal:ingot>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:bloodmaster_metal_chest>,
[[<materialpart:bloodmaster_metal:ingot>, null, <materialpart:bloodmaster_metal:ingot>],
[<materialpart:bloodmaster_metal:ingot>, <materialpart:bloodmaster_metal:ingot>, <materialpart:bloodmaster_metal:ingot>],
[<materialpart:bloodmaster_metal:ingot>, <materialpart:bloodmaster_metal:ingot>, <materialpart:bloodmaster_metal:ingot>]]);
recipes.addShaped(<contenttweaker:bloodmaster_metal_legs>,
[[<materialpart:bloodmaster_metal:ingot>, <materialpart:bloodmaster_metal:ingot>, <materialpart:bloodmaster_metal:ingot>],
[<materialpart:bloodmaster_metal:ingot>, null, <materialpart:bloodmaster_metal:ingot>],
[<materialpart:bloodmaster_metal:ingot>, null, <materialpart:bloodmaster_metal:ingot>]]);
recipes.addShaped(<contenttweaker:bloodmaster_metal_feet>,
[[null, null, null],
[<materialpart:bloodmaster_metal:ingot>, null, <materialpart:bloodmaster_metal:ingot>],
[<materialpart:bloodmaster_metal:ingot>, null, <materialpart:bloodmaster_metal:ingot>]]);
mods.bloodmagic.BloodAltar.addRecipe(<contenttweaker:infused_lightwood_sapling>, <advancedrocketry:aliensapling>, 5, 10000, 500, 600);
mods.bloodmagic.TartaricForge.addRecipe(<contenttweaker:infused_rhenium_ingot>, [<contenttweaker:infused_lightwood_sapling>, <contenttweaker:fiery_rhenium_ingot>, <bloodmagic:sentient_sword>, <contenttweaker:cursed_myrmitite_catalyst>], 100.0, 50.0);
mods.extendedcrafting.CombinationCrafting.addRecipe(<tconstruct:knife_blade>.withTag({Material: "chaotic_plustic"}),
10000000,
<tconstruct:knife_blade>.withTag({Material: "dragonbone"}),
[<contenttweaker:infused_rhenium_ingot>, <contenttweaker:infused_rhenium_ingot>, <ore:ingotUltimate>, <ore:ingotUltimate>]);
mods.extendedcrafting.TableCrafting.addShaped(SuperEnchantedItem(<contenttweaker:sacrifice_metal_head>.withTag({display: {Name:"§6§oSacrifice Metal Helmet§r",Lore:["§d§oSuper-Enchanted§r"]}}), enclistSacrificeHelmWrapped).getItem(),
[[null, null, <extrabotany:material:1>,
<extrabotany:material:1>, <extrabotany:material:1>, <extrabotany:material:1>,
<extrabotany:material:1>, null, null],
[null, <extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>,
<materialpart:sacrifice_metal:ingot>, <materialpart:sacrifice_metal:ingot>, <materialpart:sacrifice_metal:ingot>,
<materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>, null],
[null, <extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>,
<thaumadditions:mithminite_block>, <materialpart:sacrifice_metal:ingot>, <thaumadditions:mithminite_block>,
<materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>, null],
[null, <extrabotany:material:1>, <ore:ingotUltimate>,
<materialpart:sacrifice_metal:ingot>, <contenttweaker:weight_of_the_heart>, <materialpart:sacrifice_metal:ingot>,
<ore:ingotUltimate>, <extrabotany:material:1>, null],
[null, <extrabotany:material:1>, <ore:ingotUltimate>,
<materialpart:sacrifice_metal:ingot>, <ore:ingotUltimate>, <materialpart:sacrifice_metal:ingot>,
<ore:ingotUltimate>, <extrabotany:material:1>, null],
[null, <extrabotany:material:1>, <ore:ingotUltimate>,
null, null, null,
<ore:ingotUltimate>, <extrabotany:material:1>, null],
[null, null, null,
null, null, null,
null, null, null],
[null, <bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "knightmetal", Amount: 65336000}}), null,
null, null, null,
null, <bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "fierymetal", Amount: 65336000}}), null],
[null, null, null,
null, null, null,
null, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(SuperEnchantedItem(<contenttweaker:sacrifice_metal_chest>.withTag({display: {Name:"§6§oSacrifice Metal Chestplate§r",Lore:["§d§oSuper-Enchanted§r"]}}), enclistSacrificeChestWrapped).getItem(),
[[<bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "platinum", Amount: 65336000}}), <extrabotany:material:1>, <extrabotany:material:1>,
null, null, null,
<extrabotany:material:1>, <extrabotany:material:1>, <bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "lumium", Amount: 65336000}})],
[<extrabotany:material:1>, <thaumadditions:mithminite_block>, <ore:ingotUltimate>,
null, null, null,
<ore:ingotUltimate>, <thaumadditions:mithminite_block>, <extrabotany:material:1>],
[<extrabotany:material:1>, <ore:ingotUltimate>, <ore:ingotUltimate>,
null, null, null,
<ore:ingotUltimate>, <ore:ingotUltimate>, <extrabotany:material:1>],
[null, <extrabotany:material:1>, <ore:ingotUltimate>,
<ore:ingotUltimate>, <ore:ingotUltimate>, <ore:ingotUltimate>,
<ore:ingotUltimate>, <extrabotany:material:1>, null],
[null, <extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>,
<materialpart:sacrifice_metal:ingot>, <contenttweaker:weight_of_the_heart>, <materialpart:sacrifice_metal:ingot>,
<materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>, null],
[null, <extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>,
<materialpart:sacrifice_metal:ingot>, <ore:ingotUltimate>, <materialpart:sacrifice_metal:ingot>,
<materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>, null],
[null, <extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>,
<materialpart:sacrifice_metal:ingot>, <ore:ingotUltimate>, <materialpart:sacrifice_metal:ingot>,
<materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>, null],
[null, <extrabotany:material:1>, <ore:ingotUltimate>,
<ore:ingotUltimate>, <ore:ingotUltimate>, <ore:ingotUltimate>,
<ore:ingotUltimate>, <extrabotany:material:1>, null],
[null, null, <extrabotany:material:1>,
<extrabotany:material:1>, <extrabotany:material:1>, <extrabotany:material:1>,
<extrabotany:material:1>, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(SuperEnchantedItem(<contenttweaker:sacrifice_metal_legs>.withTag({display: {Name:"§6§oSacrifice Metal Leggings§r",Lore:["§d§oSuper-Enchanted§r"]}}), enclistSacrificeLegsWrapped).getItem(),
[[<extrabotany:material:1>, <extrabotany:material:1>, <extrabotany:material:1>,
<extrabotany:material:1>, <extrabotany:material:1>, <extrabotany:material:1>,
<extrabotany:material:1>, <extrabotany:material:1>, <extrabotany:material:1>],
[<extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>, <materialpart:sacrifice_metal:ingot>,
<materialpart:sacrifice_metal:ingot>, <thaumadditions:mithminite_block>, <materialpart:sacrifice_metal:ingot>,
<materialpart:sacrifice_metal:ingot>, <materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>],
[<extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>,
<thaumadditions:mithminite_block>, <contenttweaker:weight_of_the_heart>, <thaumadditions:mithminite_block>,
<extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>],
[<extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>,
null, null, null,
<extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>],
[<extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>,
null, null, null,
<extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>],
[<extrabotany:material:1>, <ore:ingotUltimate>, <extrabotany:material:1>,
null, <bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "knightslime", Amount: 65336000}}), null,
<extrabotany:material:1>, <ore:ingotUltimate>, <extrabotany:material:1>],
[<extrabotany:material:1>, <ore:ingotUltimate>, <extrabotany:material:1>,
null, null, null,
<extrabotany:material:1>, <ore:ingotUltimate>, <extrabotany:material:1>],
[<extrabotany:material:1>, <ore:ingotUltimate>, <extrabotany:material:1>,
null, <bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "chrome", Amount: 65336000}}), null,
<extrabotany:material:1>, <ore:ingotUltimate>, <extrabotany:material:1>],
[<extrabotany:material:1>, <ore:ingotUltimate>, <extrabotany:material:1>,
null, null, null,
<extrabotany:material:1>, <ore:ingotUltimate>, <extrabotany:material:1>]]);
mods.extendedcrafting.TableCrafting.addShaped(SuperEnchantedItem(<contenttweaker:sacrifice_metal_feet>.withTag({display: {Name:"§6§oSacrifice Metal Boots§r",Lore:["§d§oSuper-Enchanted§r"]}}), enclistSacrificeBootsWrapped).getItem(),
[[null, <extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>,
<extrabotany:material:1>, <contenttweaker:weight_of_the_heart>, <extrabotany:material:1>,
<materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>, null],
[null, <materialpart:sacrifice_metal:ingot>, null,
<materialpart:sacrifice_metal:ingot>, null, <materialpart:sacrifice_metal:ingot>,
null, <materialpart:sacrifice_metal:ingot>, null],
[null, <extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>,
<extrabotany:material:1>, null, <extrabotany:material:1>,
<materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>, null],
[null, <extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>,
<extrabotany:material:1>, null, <extrabotany:material:1>,
<materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>, null],
[null, <extrabotany:material:1>, <materialpart:sacrifice_metal:ingot>,
<extrabotany:material:1>, null, <extrabotany:material:1>,
<materialpart:sacrifice_metal:ingot>, <extrabotany:material:1>, null],
[null, <extrabotany:material:1>, <extrabotany:material:1>,
<extrabotany:material:1>, <thaumadditions:mithminite_block>, <extrabotany:material:1>,
<extrabotany:material:1>, <extrabotany:material:1>, null],
[null, null, null,
null, null, null,
null, null, null],
[null, <bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "moltenabyssalnite", Amount: 65336000}}), null,
null, null, null,
null, <bloodmagic:blood_tank:12>.withTag({Fluid: {FluidName: "moltendreadium", Amount: 65336000}}), null],
[null, null, null,
null, null, null,
null, null, null]]);
recipes.addShaped(<contenttweaker:dimensional_ingot>*3,
[[<ore:ingotBloodInfusedIron>, <ore:ingotMithrillium>, <ore:ingotBloodInfusedIron>],
[<ore:ingotBloodmasterMetal>, <contenttweaker:dimensional_ingot>, <ore:ingotBloodmasterMetal>],
[<ore:ingotBloodInfusedIron>, <ore:blockMithril>, <ore:ingotBloodInfusedIron>]]);
mods.bloodmagic.BloodAltar.addRecipe(<contenttweaker:blood_infused_dimensional_ingot>,
<contenttweaker:dimensional_ingot>,
5,
100000,
3000,
3000);
+516
View File
@@ -0,0 +1,516 @@
import crafttweaker.data.IData;
import crafttweaker.item.IItemStack;
import crafttweaker.oredict.IOreDict;
import crafttweaker.oredict.IOreDictEntry;
global anyBlockControllerDict as IOreDictEntry = oreDict["anyBlockController"];
anyBlockControllerDict.add(<modularmachinery:blockcontroller>); // For completeness
function addController(controller as IItemStack, itemId as IData) {
recipes.addShapeless(controller,
[<modularmachinery:itemblueprint>.withTag({dynamicmachine: itemId}).reuse(), <modularmachinery:blockcontroller>]);
anyBlockControllerDict.add(controller);
}
addController(<modularmachinery:iron_centrifuge_controller>, "modularmachinery:iron_centrifuge");
addController(<modularmachinery:creation_altar_controller>, "modularmachinery:creation_altar");
addController(<modularmachinery:infinity_furnace_controller>, "modularmachinery:infinity_furnace");
addController(<modularmachinery:bloodmaster_crucible_controller>, "modularmachinery:bloodmaster_crucible");
addController(<modularmachinery:arc_reactor_controller>, "modularmachinery:arc_reactor");
addController(<modularmachinery:chaotic_condenser_controller>, "modularmachinery:chaotic_condenser");
addController(<modularmachinery:plasmatic_condenser_controller>, "modularmachinery:plasmatic_condenser");
addController(<modularmachinery:ender_stone_crucible_controller>, "modularmachinery:ender_stone_crucible");
addController(<modularmachinery:plasmatic_controller_controller>, "modularmachinery:plasmatic_controller");
addController(<modularmachinery:mythical_resource_crucible_controller>, "modularmachinery:mythical_resource_crucible");
addController(<modularmachinery:infusinator_controller>, "modularmachinery:infusinator");
addController(<modularmachinery:gravitational_collapser_controller>, "modularmachinery:gravitational_collapser");
addController(<modularmachinery:mechanized_coop_controller>, "modularmachinery:mechanized_coop");
addController(<modularmachinery:shadow_fracturer_controller>, "modularmachinery:shadow_fracturer");
addController(<modularmachinery:token_totem_controller>, "modularmachinery:token_totem");
addController(<modularmachinery:compression_engine_controller>, "modularmachinery:compression_engine");
addController(<modularmachinery:advanced_compression_engine_controller>, "modularmachinery:advanced_compression_engine");
addController(<modularmachinery:meteoric_befaller_controller>, "modularmachinery:meteoric_befaller");
addController(<modularmachinery:processor_clean_room_controller>, "modularmachinery:processor_clean_room");
addController(<modularmachinery:safe_nuke_environment_controller>, "modularmachinery:safe_nuke_environment");
addController(<modularmachinery:me_entropic_sythesizer_controller>, "modularmachinery:me_entropic_sythesizer");
addController(<modularmachinery:spatial_crucible_controller>, "modularmachinery:spatial_crucible");
addController(<modularmachinery:compression_turbine_controller>, "modularmachinery:compression_turbine");
addController(<modularmachinery:soul_accumulator_controller>, "modularmachinery:soul_accumulator");
addController(<modularmachinery:arcane_autoworkbench_controller>, "modularmachinery:arcane_autoworkbench");
addController(<modularmachinery:lp_harvester_controller>, "modularmachinery:lp_harvester");
addController(<modularmachinery:dragonfire_forge_controller>, "modularmachinery:dragonfire_forge");
addController(<modularmachinery:gaia_altar_controller>, "modularmachinery:gaia_altar");
addController(<modularmachinery:sentient_coagulator_controller>, "modularmachinery:sentient_coagulator");
addController(<modularmachinery:illuminated_enchanter_controller>, "modularmachinery:illuminated_enchanter");
addController(<modularmachinery:cold_iron_forge_controller>, "modularmachinery:cold_iron_forge");
addController(<modularmachinery:valonite_gateway_controller>, "modularmachinery:valonite_gateway");
addController(<modularmachinery:dreading_crucible_controller>, "modularmachinery:dreading_crucible");
addController(<modularmachinery:bloodmaster_crucible_controller>, "modularmachinery:bloodmaster_crucible");
addController(<modularmachinery:blood_reprocessor_controller>, "modularmachinery:blood_reprocessor");
addController(<modularmachinery:empowered_monolith_controller>, "modularmachinery:empowered_monolith");
addController(<modularmachinery:arcane_autoinfuser_controller>, "modularmachinery:arcane_autoinfuser");
addController(<modularmachinery:essentia_crystallizer_controller>, "modularmachinery:essentia_crystallizer");
addController(<modularmachinery:auto_astral_altar_controller>, "modularmachinery:auto_astral_altar");
addController(<modularmachinery:dragonfire_crucible_controller>, "modularmachinery:dragonfire_crucible");
addController(<modularmachinery:sterilized_altar_controller>, "modularmachinery:sterilized_altar");
addController(<modularmachinery:botanic_condenser_controller>, "modularmachinery:botanic_condenser");
addController(<modularmachinery:pe_sterilizer_controller>, "modularmachinery:pe_sterilizer");
addController(<modularmachinery:wizardry_combiner_controller>, "modularmachinery:wizardry_combiner");
addController(<modularmachinery:carminite_empowerer_controller>, "modularmachinery:carminite_empowerer");
addController(<modularmachinery:gravitite_enchanter_controller>, "modularmachinery:gravitite_enchanter");
addController(<modularmachinery:thaumic_replicator_controller>, "modularmachinery:thaumic_replicator");
addController(<modularmachinery:corrupted_library_controller>, "modularmachinery:corrupted_library");
addController(<modularmachinery:lilith_altar_controller>, "modularmachinery:lilith_altar");
addController(<modularmachinery:moloch_altar_controller>, "modularmachinery:moloch_altar");
addController(<modularmachinery:essentia_solidifier_controller>, "modularmachinery:essentia_solidifier");
addController(<modularmachinery:mechanized_essentia_smeltery_controller>, "modularmachinery:mechanized_essentia_smeltery");
addController(<modularmachinery:baphomet_altar_controller>, "modularmachinery:baphomet_altar");
addController(<modularmachinery:herne_altar_controller>, "modularmachinery:herne_altar");
addController(<modularmachinery:blood_god_altar_controller>, "modularmachinery:blood_god_altar");
addController(<modularmachinery:blood_god_altar_network_controller>, "modularmachinery:blood_god_altar_network");
addController(<modularmachinery:dimensional_stabilizer_controller>, "modularmachinery:dimensional_stabilizer");
addController(<modularmachinery:terrestrial_cauldron_controller>, "modularmachinery:terrestrial_cauldron");
addController(<modularmachinery:neutronium_cannon_controller>, "modularmachinery:neutronium_cannon");
addController(<modularmachinery:neutronium_bombarder_controller>, "modularmachinery:neutronium_bombarder");
addController(<modularmachinery:particle_accelerator_controller>, "modularmachinery:particle_accelerator");
addController(<modularmachinery:high_impulse_accelerator_controller>, "modularmachinery:high_impulse_accelerator");
addController(<modularmachinery:mythic_accelerator_controller>, "modularmachinery:mythic_accelerator");
addController(<modularmachinery:mythic_excavation_computer_multiblock_controller>, "modularmachinery:mythic_excavation_computer_multiblock");
addController(<modularmachinery:the_cube_controller>, "modularmachinery:the_cube");
addController(<modularmachinery:dyson_sphere_controller>, "modularmachinery:dyson_sphere");
addController(<modularmachinery:dyson_irradiator_controller>, "modularmachinery:dyson_irradiator");
addController(<modularmachinery:dyson_discharger_controller>, "modularmachinery:dyson_discharger");
addController(<modularmachinery:dyson_compressor_controller>, "modularmachinery:dyson_compressor");
addController(<modularmachinery:relativistic_collapser_controller>, "modularmachinery:relativistic_collapser");
addController(<modularmachinery:definer_two_controller>, "modularmachinery:definer_two");
addController(<modularmachinery:twelve_gates_of_heaven_controller>, "modularmachinery:twelve_gates_of_heaven");
addController(<modularmachinery:mythic_processor_alloy_furnace_controller>, "modularmachinery:mythic_processor_alloy_furnace");
addController(<modularmachinery:mythic_processor_empowerer_controller>, "modularmachinery:mythic_processor_empowerer");
addController(<modularmachinery:mythic_processor_pulverizer_controller>, "modularmachinery:mythic_processor_pulverizer");
addController(<modularmachinery:mythic_processor_purifier_controller>, "modularmachinery:mythic_processor_purifier");
addController(<modularmachinery:mythic_processor_muon_extractor_controller>, "modularmachinery:mythic_processor_muon_extractor");
addController(<modularmachinery:mythic_processor_gearworking_die_controller>, "modularmachinery:mythic_processor_gearworking_die");
addController(<modularmachinery:mythic_processor_compactor_controller>, "modularmachinery:mythic_processor_compactor");
addController(<modularmachinery:nightmare_electrolyzer_controller>, "modularmachinery:nightmare_electrolyzer");
addController(<modularmachinery:mythic_processor_furnace_controller>, "modularmachinery:mythic_processor_furnace");
addController(<modularmachinery:mythic_processor_drying_rack_controller>, "modularmachinery:mythic_processor_drying_rack");
addController(<modularmachinery:inertial_confinement_reactor_controller>, "modularmachinery:inertial_confinement_reactor");
addController(<modularmachinery:linear_fusion_accelerator_controller>, "modularmachinery:linear_fusion_accelerator");
addController(<modularmachinery:aluminum_lathe_controller>, "modularmachinery:aluminum_lathe");
addController(<modularmachinery:blood_god_altar_controller>, "modularmachinery:blood_god_altar");
addController(<modularmachinery:plated_carpenter_controller>, "modularmachinery:plated_carpenter");
addController(<modularmachinery:mythical_resource_miner_tier1_controller>, "modularmachinery:mythical_resource_miner_tier1");
addController(<modularmachinery:mythical_resource_miner_tier2_controller>, "modularmachinery:mythical_resource_miner_tier2");
addController(<modularmachinery:mythical_resource_miner_tier3_controller>, "modularmachinery:mythical_resource_miner_tier3");
addController(<modularmachinery:mythical_resource_miner_tier4_controller>, "modularmachinery:mythical_resource_miner_tier4");
addController(<modularmachinery:mythical_resource_miner_tier5_controller>, "modularmachinery:mythical_resource_miner_tier5");
addController(<modularmachinery:mythical_resource_miner_tier6_controller>, "modularmachinery:mythical_resource_miner_tier6");
addController(<modularmachinery:mythical_resource_miner_tier7_controller>, "modularmachinery:mythical_resource_miner_tier7");
addController(<modularmachinery:mythical_resource_miner_tier8_controller>, "modularmachinery:mythical_resource_miner_tier8");
addController(<modularmachinery:mythical_resource_miner_tier9_controller>, "modularmachinery:mythical_resource_miner_tier9");
addController(<modularmachinery:mythical_resource_miner_tier10_controller>, "modularmachinery:mythical_resource_miner_tier10");
addController(<modularmachinery:mythical_resource_miner_tier11_controller>, "modularmachinery:mythical_resource_miner_tier11");
addController(<modularmachinery:mythical_resource_miner_tier12_controller>, "modularmachinery:mythical_resource_miner_tier12");
addController(<modularmachinery:mythical_resource_miner_tier13_controller>, "modularmachinery:mythical_resource_miner_tier13");
addController(<modularmachinery:mythical_resource_miner_tier14_controller>, "modularmachinery:mythical_resource_miner_tier14");
addController(<modularmachinery:mythical_resource_miner_tier15_controller>, "modularmachinery:mythical_resource_miner_tier15");
addController(<modularmachinery:mythical_resource_miner_tier16_controller>, "modularmachinery:mythical_resource_miner_tier16");
addController(<modularmachinery:mythical_resource_miner_tier17_controller>, "modularmachinery:mythical_resource_miner_tier17");
addController(<modularmachinery:mythical_resource_miner_tier18_controller>, "modularmachinery:mythical_resource_miner_tier18");
addController(<modularmachinery:mythical_resource_miner_tier19_controller>, "modularmachinery:mythical_resource_miner_tier19");
addController(<modularmachinery:mythical_resource_miner_tier20_controller>, "modularmachinery:mythical_resource_miner_tier20");
addController(<modularmachinery:mythical_resource_miner_tier21_controller>, "modularmachinery:mythical_resource_miner_tier21");
addController(<modularmachinery:mythical_resource_miner_tier22_controller>, "modularmachinery:mythical_resource_miner_tier22");
addController(<modularmachinery:mythical_resource_miner_tier23_controller>, "modularmachinery:mythical_resource_miner_tier23");
addController(<modularmachinery:mythical_resource_miner_tier24_controller>, "modularmachinery:mythical_resource_miner_tier24");
addController(<modularmachinery:mythical_resource_miner_tier25_controller>, "modularmachinery:mythical_resource_miner_tier25");
addController(<modularmachinery:mythical_resource_miner_tier26_controller>, "modularmachinery:mythical_resource_miner_tier26");
addController(<modularmachinery:mythical_resource_miner_tier27_controller>, "modularmachinery:mythical_resource_miner_tier27");
addController(<modularmachinery:mythical_resource_miner_tier28_controller>, "modularmachinery:mythical_resource_miner_tier28");
addController(<modularmachinery:mythical_resource_miner_tier29_controller>, "modularmachinery:mythical_resource_miner_tier29");
addController(<modularmachinery:me_mythic_assembler_controller>, "modularmachinery:me_mythic_assembler");
addController(<modularmachinery:quark_decomposer_controller>, "modularmachinery:quark_decomposer");
addController(<modularmachinery:enchanted_greenhouse_controller>, "modularmachinery:enchanted_greenhouse");
addController(<modularmachinery:salt_repolarizer_controller>, "modularmachinery:salt_repolarizer");
addController(<modularmachinery:two_phase_fission_reactor_controller>, "modularmachinery:two_phase_fission_reactor");
addController(<modularmachinery:font_of_divinity_controller>, "modularmachinery:font_of_divinity");
addController(<modularmachinery:mythic_processor_rolling_machine_controller>, "modularmachinery:mythic_processor_rolling_machine");
addController(<modularmachinery:everburning_forge_controller>, "modularmachinery:everburning_forge");
addController(<modularmachinery:sparkled_spinning_wheel_controller>, "modularmachinery:sparkled_spinning_wheel");
addController(<modularmachinery:honeysmelter_oven_controller>, "modularmachinery:honeysmelter_oven");
addController(<modularmachinery:whispering_infusion_fountain_controller>, "modularmachinery:whispering_infusion_fountain");
addController(<modularmachinery:tree_of_life_controller>, "modularmachinery:tree_of_life");
addController(<modularmachinery:elemental_altar_controller>, "modularmachinery:elemental_altar");
addController(<modularmachinery:mythic_processor_wiremill_controller>, "modularmachinery:mythic_processor_wiremill");
addController(<modularmachinery:mythic_processor_assembling_machine_controller>, "modularmachinery:mythic_processor_assembling_machine");
addController(<modularmachinery:mythic_processor_grinder_controller>, "modularmachinery:mythic_processor_grinder");
addController(<modularmachinery:mythic_processor_blaster_controller>, "modularmachinery:mythic_processor_blaster");
addController(<modularmachinery:mythic_processor_gravitite_controller>, "modularmachinery:mythic_processor_gravitite");
addController(<modularmachinery:mythic_processor_arkencrusher_controller>, "modularmachinery:mythic_processor_arkencrusher");
addController(<modularmachinery:hypergrowth_insolator_controller>, "modularmachinery:hypergrowth_insolator");
addController(<modularmachinery:fluid_matrix_plasma_collider_controller>, "modularmachinery:fluid_matrix_plasma_collider");
addController(<modularmachinery:ziggurat_of_life_controller>, "modularmachinery:ziggurat_of_life");
addController(<modularmachinery:berserker_forge_controller>, "modularmachinery:berserker_forge");
addController(<modularmachinery:dyson_discharger_t2_controller>, "modularmachinery:dyson_discharger_t2");
addController(<modularmachinery:dyson_discharger_t3_controller>, "modularmachinery:dyson_discharger_t3");
addController(<modularmachinery:dyson_discharger_t4_controller>, "modularmachinery:dyson_discharger_t4");
addController(<modularmachinery:dyson_discharger_t5_controller>, "modularmachinery:dyson_discharger_t5");
addController(<modularmachinery:dyson_discharger_t6_controller>, "modularmachinery:dyson_discharger_t6");
addController(<modularmachinery:impetus_syphon_controller>, "modularmachinery:impetus_syphon");
addController(<modularmachinery:sacred_cinders_apiary_controller>, "modularmachinery:sacred_cinders_apiary");
addController(<modularmachinery:fractallite_furnace_controller>, "modularmachinery:fractallite_furnace");
addController(<modularmachinery:altar_to_the_name_of_names_controller>, "modularmachinery:altar_to_the_name_of_names");
addController(<modularmachinery:bastion_of_flesh_controller>, "modularmachinery:bastion_of_flesh");
addController(<modularmachinery:mythic_processor_resonator_controller>, "modularmachinery:mythic_processor_resonator");
addController(<modularmachinery:mythic_processor_electrolyzer_controller>, "modularmachinery:mythic_processor_electrolyzer");
addController(<modularmachinery:mythic_processor_isotope_separator_controller>, "modularmachinery:mythic_processor_isotope_separator");
addController(<modularmachinery:sentient_meatball_monument_controller>, "modularmachinery:sentient_meatball_monument");
addController(<modularmachinery:quantum_condenser_controller>, "modularmachinery:quantum_condenser");
addController(<modularmachinery:mythic_processor_melter_controller>, "modularmachinery:mythic_processor_melter");
addController(<modularmachinery:berserker_crucible_controller>, "modularmachinery:berserker_crucible");
addController(<modularmachinery:dyson_irradiator_top_controller>, "modularmachinery:dyson_irradiator_top");
addController(<modularmachinery:dyson_irradiator_bottom_controller>, "modularmachinery:dyson_irradiator_bottom");
addController(<modularmachinery:forge_of_the_wyvern_controller>, "modularmachinery:forge_of_the_wyvern");
addController(<modularmachinery:shrine_of_the_sentient_meatballs_controller>, "modularmachinery:shrine_of_the_sentient_meatballs");
addController(<modularmachinery:matter_reprocessor_controller>, "modularmachinery:matter_reprocessor");
addController(<modularmachinery:plated_thermofabricator_controller>, "modularmachinery:plated_thermofabricator");
addController(<modularmachinery:divine_combiner_controller>, "modularmachinery:divine_combiner");
addController(<modularmachinery:eldritch_impetus_catalyzer_controller>, "modularmachinery:eldritch_impetus_catalyzer");
addController(<modularmachinery:chaotic_striker_controller>, "modularmachinery:chaotic_striker");
addController(<modularmachinery:mythical_resource_miner_tier30_controller>, "modularmachinery:mythical_resource_miner_tier30");
addController(<modularmachinery:warren_extractor_actualizing_stone_controller>, "modularmachinery:warren_extractor_actualizing_stone");
addController(<modularmachinery:warren_extractor_naquadah_controller>, "modularmachinery:warren_extractor_naquadah");
addController(<modularmachinery:warren_extractor_dimensional_shards_controller>, "modularmachinery:warren_extractor_dimensional_shards");
addController(<modularmachinery:warren_extractor_dragonsteel_controller>, "modularmachinery:warren_extractor_dragonsteel");
addController(<modularmachinery:warren_extractor_ichor_controller>, "modularmachinery:warren_extractor_ichor");
addController(<modularmachinery:recursive_brain_in_a_vat_controller>, "modularmachinery:recursive_brain_in_a_vat");
addController(<modularmachinery:recursive_brain_in_a_vat_ahkrast_korvalain_controller>, "modularmachinery:recursive_brain_in_a_vat_ahkrast_korvalain");
addController(<modularmachinery:recursive_brain_in_a_vat_donaeth_rusen_controller>, "modularmachinery:recursive_brain_in_a_vat_donaeth_rusen");
addController(<modularmachinery:recursive_brain_in_a_vat_kurald_emurlahn_controller>, "modularmachinery:recursive_brain_in_a_vat_kurald_emurlahn");
addController(<modularmachinery:recursive_brain_in_a_vat_kurald_galain_controller>, "modularmachinery:recursive_brain_in_a_vat_kurald_galain");
addController(<modularmachinery:recursive_brain_in_a_vat_kurald_thyrllan_controller>, "modularmachinery:recursive_brain_in_a_vat_kurald_thyrllan");
addController(<modularmachinery:recursive_brain_in_a_vat_omtose_phellack_controller>, "modularmachinery:recursive_brain_in_a_vat_omtose_phellack");
addController(<modularmachinery:recursive_brain_in_a_vat_starvald_demelain_controller>, "modularmachinery:recursive_brain_in_a_vat_starvald_demelain");
addController(<modularmachinery:recursive_brain_in_a_vat_tellan_controller>, "modularmachinery:recursive_brain_in_a_vat_tellan");
addController(<modularmachinery:recursive_brain_in_a_vat_thel_controller>, "modularmachinery:recursive_brain_in_a_vat_thel");
addController(<modularmachinery:recursive_brain_in_a_vat_verdith_anath_controller>, "modularmachinery:recursive_brain_in_a_vat_verdith_anath");
addController(<modularmachinery:warren_extractor_rhenia_controller>, "modularmachinery:warren_extractor_rhenia");
addController(<modularmachinery:dyson_extruder_controller>, "modularmachinery:dyson_extruder");
addController(<modularmachinery:mythic_excavation_lattice_controller>, "modularmachinery:mythic_excavation_lattice");
addController(<modularmachinery:orb_of_infinite_wishes_controller>, "modularmachinery:orb_of_infinite_wishes");
addController(<modularmachinery:catalyst_of_balance_controller>, "modularmachinery:catalyst_of_balance");
addController(<modularmachinery:dyson_dynamizer_controller>, "modularmachinery:dyson_dynamizer");
addController(<modularmachinery:dyson_scatterer_controller>, "modularmachinery:dyson_scatterer");
addController(<modularmachinery:dyson_revolver_controller>, "modularmachinery:dyson_revolver");
addController(<modularmachinery:recurrent_nightmare_synthesizer_controller>, "modularmachinery:recurrent_nightmare_synthesizer");
addController(<modularmachinery:dyson_abater_controller>, "modularmachinery:dyson_abater");
addController(<modularmachinery:black_hole_juicer_controller>, "modularmachinery:black_hole_juicer");
addController(<modularmachinery:xp_assimilator_controller>, "modularmachinery:xp_assimilator");
addController(<modularmachinery:wormhole_field_generator_controller>, "modularmachinery:wormhole_field_generator");
addController(<modularmachinery:bee_stargate_controller>, "modularmachinery:bee_stargate");
addController(<modularmachinery:abyssal_entropic_catalyzer_controller>, "modularmachinery:abyssal_entropic_catalyzer");
addController(<modularmachinery:mythic_processor_rock_crusher_controller>, "modularmachinery:mythic_processor_rock_crusher");
addController(<modularmachinery:uncorrupted_library_controller>, "modularmachinery:uncorrupted_library");
addController(<modularmachinery:meatballium_radiation_scrubber_controller>, "modularmachinery:meatballium_radiation_scrubber");
addController(<modularmachinery:radiant_meatballium_radiation_scrubber_controller>, "modularmachinery:radiant_meatballium_radiation_scrubber");
addController(<modularmachinery:cursed_meatballium_radiation_scrubber_controller>, "modularmachinery:cursed_meatballium_radiation_scrubber");
addController(<modularmachinery:active_meatballium_scrubbing_unit_controller>, "modularmachinery:active_meatballium_scrubbing_unit");
addController(<modularmachinery:vibrating_flux_crucible_controller>, "modularmachinery:vibrating_flux_crucible");
addController(<modularmachinery:relic_of_the_fallen_tower_controller>, "modularmachinery:relic_of_the_fallen_tower");
addController(<modularmachinery:warren_extractor_silkyjewel_controller>, "modularmachinery:warren_extractor_silkyjewel");
addController(<modularmachinery:innerved_essenceifier_controller>, "modularmachinery:innerved_essenceifier");
addController(<modularmachinery:phasing_still_pot_controller>, "modularmachinery:phasing_still_pot");
addController(<modularmachinery:fiery_enmesher_controller>, "modularmachinery:fiery_enmesher");
addController(<modularmachinery:resonance_dissolver_controller>, "modularmachinery:resonance_dissolver");
addController(<modularmachinery:hostile_computing_unit_controller>, "modularmachinery:hostile_computing_unit");
addController(<modularmachinery:blood_altar_ziggurat_controller>, "modularmachinery:blood_altar_ziggurat");
addController(<modularmachinery:megelium_detonator_controller>, "modularmachinery:megelium_detonator");
addController(<modularmachinery:plith_of_ascension_controller>, "modularmachinery:plith_of_ascension");
addController(<modularmachinery:philosophers_unifier_controller>, "modularmachinery:philosophers_unifier");
addController(<modularmachinery:mythic_processor_infuser_controller>, "modularmachinery:mythic_processor_infuser");
addController(<modularmachinery:seared_caster_controller>, "modularmachinery:seared_caster");
addController(<modularmachinery:warren_extractor_self_controller>, "modularmachinery:warren_extractor_self");
addController(<modularmachinery:ligature_of_the_three_oaths_controller>, "modularmachinery:ligature_of_the_three_oaths");
addController(<modularmachinery:vengeance_tesseract_controller>, "modularmachinery:vengeance_tesseract");
addController(<modularmachinery:presbytery_of_the_threefold_love_controller>, "modularmachinery:presbytery_of_the_threefold_love");
addController(<modularmachinery:warren_extractor_botania_controller>, "modularmachinery:warren_extractor_botania");
addController(<modularmachinery:stellar_diviner_controller>, "modularmachinery:stellar_diviner");
addController(<modularmachinery:mythic_processor_chemical_reactor_controller>, "modularmachinery:mythic_processor_chemical_reactor");
addController(<modularmachinery:warren_extractor_radioactive_controller>, "modularmachinery:warren_extractor_radioactive");
addController(<modularmachinery:warren_extractor_raremetals_controller>, "modularmachinery:warren_extractor_raremetals");
addController(<modularmachinery:mythic_processor_centrifuge_controller>, "modularmachinery:mythic_processor_centrifuge");
addController(<modularmachinery:utopic_spires_controller>, "modularmachinery:utopic_spires");
addController(<modularmachinery:mythic_processor_enricher_controller>, "modularmachinery:mythic_processor_enricher");
addController(<modularmachinery:warren_extractor_mythic_shell_controller>, "modularmachinery:warren_extractor_mythic_shell");
// Leave this at the bottom of the file, as it depends on the oredict being filled
furnace.addRecipe(<modularmachinery:blockcontroller>, anyBlockControllerDict);
+846
View File
@@ -0,0 +1,846 @@
import mods.modularmachinery.RecipeBuilder;
import mods.appliedenergistics2.Grinder;
recipes.removeShaped(<botania:altar:0>);
recipes.removeShaped(<botania:rfgenerator>);
recipes.removeShaped(<extrabotany:managenerator>);
mods.extendedcrafting.TableCrafting.addShaped(<botania:altar:0>,
[[<astralsorcery:blockmarbleslab:0>, <botania:petal>, <astralsorcery:blockmarbleslab:0>],
[null, <aoa3:runium_chunk>, null],
[<minecraft:obsidian>, <appliedenergistics2:material:12>, <minecraft:obsidian>]]);
mods.botania.RuneAltar.removeRecipe(<botania:rune:0>);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*3,
[<botania:manaresource:0>, <botania:manaresource:23>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*6,
[<botania:manaresource:0>, <contenttweaker:fiery_pyrite>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*9,
[<botania:manaresource:0>, <contenttweaker:projector_gem>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*12,
[<botania:manaresource:0>, <contenttweaker:ender_dolomite_dust>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*15,
[<botania:manaresource:0>, <contenttweaker:nugget_of_midas>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*21,
[<botania:manaresource:0>, <contenttweaker:unidentified_gem>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*27,
[<botania:manaresource:0>, <divinerpg:acid>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*33,
[<botania:manaresource:0>, <contenttweaker:imperial_diamond_powder>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*45,
[<botania:manaresource:0>, <contenttweaker:strange_stone_essence>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*66,
[<botania:manaresource:0>, <contenttweaker:actualizing_stone>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*81,
[<botania:manaresource:0>, <contenttweaker:trinity_nugget>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*162,
[<botania:manaresource:0>, <contenttweaker:dust_of_infinite_wishes>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*324,
[<botania:manaresource:0>, <contenttweaker:quasar_charged_dust>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*999,
[<botania:manaresource:0>, <contenttweaker:galactic_dust>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*2733,
[<botania:manaresource:0>, <contenttweaker:bifrost_warren_dust>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*6666,
[<botania:manaresource:0>, <contenttweaker:ragnarok_warren_dust>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:0>*15151,
[<botania:manaresource:0>, <contenttweaker:valhalla_warren_dust>, <divinerpg:whale_fin>, <divinerpg:crab_claw>, <minecraft:fish:3>], 5);
mods.botania.RuneAltar.removeRecipe(<botania:rune:1>);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*3,
[<botania:manaresource:0>, <botania:manaresource:23>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*6,
[<botania:manaresource:0>, <contenttweaker:fiery_pyrite>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*9,
[<botania:manaresource:0>, <contenttweaker:projector_gem>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*12,
[<botania:manaresource:0>, <contenttweaker:ender_dolomite_dust>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*15,
[<botania:manaresource:0>, <contenttweaker:nugget_of_midas>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*21,
[<botania:manaresource:0>, <contenttweaker:unidentified_gem>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*27,
[<botania:manaresource:0>, <divinerpg:acid>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*33,
[<botania:manaresource:0>, <contenttweaker:imperial_diamond_powder>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*45,
[<botania:manaresource:0>, <contenttweaker:strange_stone_essence>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*66,
[<botania:manaresource:0>, <contenttweaker:actualizing_stone>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*81,
[<botania:manaresource:0>, <contenttweaker:trinity_nugget>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*162,
[<botania:manaresource:0>, <contenttweaker:dust_of_infinite_wishes>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*324,
[<botania:manaresource:0>, <contenttweaker:quasar_charged_dust>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*999,
[<botania:manaresource:0>, <contenttweaker:galactic_dust>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*2733,
[<botania:manaresource:0>, <contenttweaker:bifrost_warren_dust>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*6666,
[<botania:manaresource:0>, <contenttweaker:ragnarok_warren_dust>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:1>*15151,
[<botania:manaresource:0>, <contenttweaker:valhalla_warren_dust>, <divinerpg:purple_blaze>, <erebus:materials:21>, <tconstruct:ingots:2>], 5);
mods.botania.RuneAltar.removeRecipe(<botania:rune:2>);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*3,
[<botania:manaresource:0>, <botania:manaresource:23>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*6,
[<botania:manaresource:0>, <contenttweaker:fiery_pyrite>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*9,
[<botania:manaresource:0>, <contenttweaker:projector_gem>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*12,
[<botania:manaresource:0>, <contenttweaker:ender_dolomite_dust>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*15,
[<botania:manaresource:0>, <contenttweaker:nugget_of_midas>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*21,
[<botania:manaresource:0>, <contenttweaker:unidentified_gem>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*27,
[<botania:manaresource:0>, <divinerpg:acid>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*33,
[<botania:manaresource:0>, <contenttweaker:imperial_diamond_powder>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*45,
[<botania:manaresource:0>, <contenttweaker:strange_stone_essence>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*66,
[<botania:manaresource:0>, <contenttweaker:actualizing_stone>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*81,
[<botania:manaresource:0>, <contenttweaker:trinity_nugget>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*162,
[<botania:manaresource:0>, <contenttweaker:dust_of_infinite_wishes>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*324,
[<botania:manaresource:0>, <contenttweaker:quasar_charged_dust>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*999,
[<botania:manaresource:0>, <contenttweaker:galactic_dust>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*2733,
[<botania:manaresource:0>, <contenttweaker:bifrost_warren_dust>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*6666,
[<botania:manaresource:0>, <contenttweaker:ragnarok_warren_dust>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:2>*15151,
[<botania:manaresource:0>, <contenttweaker:valhalla_warren_dust>, <thaumcraft:vishroom>, <nuclearcraft:dry_earth>, <cyclicmagic:crystallized_obsidian>], 5);
mods.botania.RuneAltar.removeRecipe(<botania:rune:3>);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*3,
[<botania:manaresource:0>, <botania:manaresource:23>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*6,
[<botania:manaresource:0>, <contenttweaker:fiery_pyrite>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*9,
[<botania:manaresource:0>, <contenttweaker:projector_gem>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*12,
[<botania:manaresource:0>, <contenttweaker:ender_dolomite_dust>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*15,
[<botania:manaresource:0>, <contenttweaker:nugget_of_midas>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*21,
[<botania:manaresource:0>, <contenttweaker:unidentified_gem>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*27,
[<botania:manaresource:0>, <divinerpg:acid>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*33,
[<botania:manaresource:0>, <contenttweaker:imperial_diamond_powder>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*45,
[<botania:manaresource:0>, <contenttweaker:strange_stone_essence>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 150);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*66,
[<botania:manaresource:0>, <contenttweaker:actualizing_stone>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*81,
[<botania:manaresource:0>, <contenttweaker:trinity_nugget>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*162,
[<botania:manaresource:0>, <contenttweaker:dust_of_infinite_wishes>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*324,
[<botania:manaresource:0>, <contenttweaker:quasar_charged_dust>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*999,
[<botania:manaresource:0>, <contenttweaker:galactic_dust>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*2733,
[<botania:manaresource:0>, <contenttweaker:bifrost_warren_dust>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*6666,
[<botania:manaresource:0>, <contenttweaker:ragnarok_warren_dust>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:3>*15151,
[<botania:manaresource:0>, <contenttweaker:valhalla_warren_dust>, <actuallyadditions:block_smiley_cloud>, <iceandfire:stymphalian_bird_feather>, <tconstruct:edible:4>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*2,
[<botania:manaresource:1>, <contenttweaker:fiery_pyrite>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*4,
[<botania:manaresource:1>, <contenttweaker:projector_gem>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*6,
[<botania:manaresource:1>, <contenttweaker:ender_dolomite_dust>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*10,
[<botania:manaresource:1>, <contenttweaker:nugget_of_midas>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*16,
[<botania:manaresource:1>, <contenttweaker:unidentified_gem>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*24,
[<botania:manaresource:1>, <divinerpg:acid>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*36,
[<botania:manaresource:1>, <contenttweaker:imperial_diamond_powder>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*44,
[<botania:manaresource:1>, <contenttweaker:strange_stone_essence>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*66,
[<botania:manaresource:1>, <contenttweaker:actualizing_stone>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*128,
[<botania:manaresource:1>, <contenttweaker:trinity_nugget>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*256,
[<botania:manaresource:1>, <contenttweaker:dust_of_infinite_wishes>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*512,
[<botania:manaresource:1>, <contenttweaker:quasar_charged_dust>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*1024,
[<botania:manaresource:1>, <contenttweaker:galactic_dust>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*2048,
[<botania:manaresource:1>, <contenttweaker:bifrost_warren_dust>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*4096,
[<botania:manaresource:1>, <contenttweaker:ragnarok_warren_dust>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:8>*8192,
[<botania:manaresource:1>, <contenttweaker:valhalla_warren_dust>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>, <botania:manaresource:0>], 5);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*2,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:fiery_pyrite>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*4,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:projector_gem>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*6,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:ender_dolomite_dust>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*10,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:nugget_of_midas>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*16,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:unidentified_gem>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*24,
[<botania:rune:0>, <botania:rune:1>, <divinerpg:acid>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*36,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:imperial_diamond_powder>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*44,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:strange_stone_essence>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*66,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:actualizing_stone>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*128,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:trinity_nugget>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*256,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:dust_of_infinite_wishes>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*512,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:quasar_charged_dust>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*1024,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:galactic_dust>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*2048,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:bifrost_warren_dust>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*4096,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:ragnarok_warren_dust>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:4>*8192,
[<botania:rune:0>, <botania:rune:1>, <contenttweaker:valhalla_warren_dust>, <minecraft:wheat>, <ore:treeSapling>, <ore:treeSapling>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*2,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:fiery_pyrite>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*4,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:projector_gem>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*6,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:ender_dolomite_dust>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*10,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:nugget_of_midas>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*16,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:unidentified_gem>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*24,
[<botania:rune:2>, <botania:rune:3>, <divinerpg:acid>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*36,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:imperial_diamond_powder>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*44,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:strange_stone_essence>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*66,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:actualizing_stone>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*128,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:trinity_nugget>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*256,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:dust_of_infinite_wishes>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*512,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:quasar_charged_dust>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*1024,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:galactic_dust>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*2048,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:bifrost_warren_dust>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*4096,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:ragnarok_warren_dust>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:5>*8192,
[<botania:rune:2>, <botania:rune:3>, <contenttweaker:valhalla_warren_dust>, <minecraft:melon>, <ore:slimeball>, <minecraft:sand>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*2,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:fiery_pyrite>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*4,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:projector_gem>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*6,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:ender_dolomite_dust>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*10,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:nugget_of_midas>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*16,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:unidentified_gem>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*24,
[<botania:rune:1>, <botania:rune:3>, <divinerpg:acid>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*36,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:imperial_diamond_powder>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*44,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:strange_stone_essence>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*66,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:actualizing_stone>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*128,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:trinity_nugget>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*256,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:dust_of_infinite_wishes>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*512,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:quasar_charged_dust>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*1024,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:galactic_dust>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*2048,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:bifrost_warren_dust>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*4096,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:ragnarok_warren_dust>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:6>*8192,
[<botania:rune:1>, <botania:rune:3>, <contenttweaker:valhalla_warren_dust>, <minecraft:spider_eye>, <ore:treeLeaves>, <ore:treeLeaves>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*2,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:fiery_pyrite>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*4,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:projector_gem>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*6,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:ender_dolomite_dust>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*10,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:nugget_of_midas>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*16,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:unidentified_gem>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*24,
[<botania:rune:0>, <botania:rune:2>, <divinerpg:acid>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*36,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:imperial_diamond_powder>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*44,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:strange_stone_essence>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*66,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:actualizing_stone>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*128,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:trinity_nugget>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*256,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:dust_of_infinite_wishes>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*512,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:quasar_charged_dust>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*1024,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:galactic_dust>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*2048,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:bifrost_warren_dust>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*4096,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:ragnarok_warren_dust>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:7>*8192,
[<botania:rune:0>, <botania:rune:2>, <contenttweaker:valhalla_warren_dust>, <minecraft:cake>, <minecraft:snow>, <minecraft:wool:0>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*2,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:fiery_pyrite>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*4,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:projector_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*6,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:ender_dolomite_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*10,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:nugget_of_midas>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*16,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:unidentified_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*24,
[<botania:rune:3>, <botania:rune:5>, <divinerpg:acid>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*36,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:imperial_diamond_powder>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*44,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:strange_stone_essence>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*66,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:actualizing_stone>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*128,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:trinity_nugget>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*256,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:dust_of_infinite_wishes>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*512,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:quasar_charged_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*1024,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:galactic_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*2048,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:bifrost_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*4096,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:ragnarok_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:9>*8192,
[<botania:rune:3>, <botania:rune:5>, <contenttweaker:valhalla_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*2,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:fiery_pyrite>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*4,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:projector_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*6,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:ender_dolomite_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*10,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:nugget_of_midas>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*16,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:unidentified_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*24,
[<botania:rune:1>, <botania:rune:7>, <divinerpg:acid>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*36,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:imperial_diamond_powder>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*44,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:strange_stone_essence>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*66,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:actualizing_stone>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*128,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:trinity_nugget>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*256,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:dust_of_infinite_wishes>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*512,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:quasar_charged_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*1024,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:galactic_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*2048,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:bifrost_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*4096,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:ragnarok_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:10>*8192,
[<botania:rune:1>, <botania:rune:7>, <contenttweaker:valhalla_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*2,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:fiery_pyrite>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*4,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:projector_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*6,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:ender_dolomite_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*10,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:nugget_of_midas>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*16,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:unidentified_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*24,
[<botania:rune:0>, <botania:rune:4>, <divinerpg:acid>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*36,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:imperial_diamond_powder>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*44,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:strange_stone_essence>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*66,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:actualizing_stone>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*128,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:trinity_nugget>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*256,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:dust_of_infinite_wishes>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*512,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:quasar_charged_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*1024,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:galactic_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*2048,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:bifrost_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*4096,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:ragnarok_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:11>*8192,
[<botania:rune:0>, <botania:rune:4>, <contenttweaker:valhalla_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*2,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:fiery_pyrite>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*4,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:projector_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*6,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:ender_dolomite_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*10,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:nugget_of_midas>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*16,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:unidentified_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*24,
[<botania:rune:3>, <botania:rune:6>, <divinerpg:acid>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*36,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:imperial_diamond_powder>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*44,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:strange_stone_essence>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*66,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:actualizing_stone>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*128,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:trinity_nugget>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*256,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:dust_of_infinite_wishes>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*512,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:quasar_charged_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*1024,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:galactic_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*2048,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:bifrost_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*4096,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:ragnarok_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:12>*8192,
[<botania:rune:3>, <botania:rune:6>, <contenttweaker:valhalla_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*2,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:fiery_pyrite>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*4,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:projector_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*6,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:ender_dolomite_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*10,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:nugget_of_midas>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*16,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:unidentified_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*24,
[<botania:rune:2>, <botania:rune:7>, <divinerpg:acid>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*36,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:imperial_diamond_powder>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*44,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:strange_stone_essence>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*66,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:actualizing_stone>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*128,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:trinity_nugget>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*256,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:dust_of_infinite_wishes>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*512,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:quasar_charged_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*1024,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:galactic_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*2048,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:bifrost_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*4096,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:ragnarok_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:13>*8192,
[<botania:rune:2>, <botania:rune:7>, <contenttweaker:valhalla_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*2,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:fiery_pyrite>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*4,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:projector_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*6,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:ender_dolomite_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*10,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:nugget_of_midas>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*16,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:unidentified_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*24,
[<botania:rune:0>, <botania:rune:7>, <divinerpg:acid>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*36,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:imperial_diamond_powder>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*44,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:strange_stone_essence>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*66,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:actualizing_stone>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*128,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:trinity_nugget>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*256,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:dust_of_infinite_wishes>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*512,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:quasar_charged_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*1024,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:galactic_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*2048,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:bifrost_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*4096,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:ragnarok_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:14>*8192,
[<botania:rune:0>, <botania:rune:7>, <contenttweaker:valhalla_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*2,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:fiery_pyrite>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*4,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:projector_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*6,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:ender_dolomite_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*10,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:nugget_of_midas>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*16,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:unidentified_gem>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*24,
[<botania:rune:1>, <botania:rune:5>, <divinerpg:acid>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*36,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:imperial_diamond_powder>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*44,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:strange_stone_essence>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*66,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:actualizing_stone>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*128,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:trinity_nugget>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*256,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:dust_of_infinite_wishes>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*512,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:quasar_charged_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*1024,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:galactic_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*2048,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:bifrost_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*4096,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:ragnarok_warren_dust>, <botania:manaresource:2>], 50);
mods.botania.RuneAltar.addRecipe(<botania:rune:15>*8192,
[<botania:rune:1>, <botania:rune:5>, <contenttweaker:valhalla_warren_dust>, <botania:manaresource:2>], 50);
recipes.addShaped(<extrabotany:gildedmashedpotato>,
[[null, <minecraft:gold_nugget>, null],
[null, <extrabotany:ultimatehammer>.reuse(), null],
[<minecraft:gold_nugget>, <minecraft:potato>, <minecraft:gold_nugget>]]);
recipes.removeShaped(<extrabotany:material:7>);
recipes.addShaped(<extrabotany:material:7>*12,
[[<contenttweaker:greater_gaia_spirit>, <botania:manaresource:22>, <contenttweaker:greater_gaia_spirit>],
[<botania:manaresource:22>, <botania:manaresource:4>, <botania:manaresource:22>],
[<contenttweaker:greater_gaia_spirit>, <botania:manaresource:22>, <contenttweaker:greater_gaia_spirit>]]);
recipes.addShaped(<extrabotany:material:0>*3,
[[null, <extrabotany:spiritfuel>, null],
[null, <extrabotany:ultimatehammer>.reuse(), null],
[null, <minecraft:nether_star>, null]]);
recipes.remove(<extrabotany:managenerator>);
recipes.remove(<extrabotany:manaliquefaction>);
recipes.addShaped(<botania:specialflower>.withTag({type: "orechid"})*2,
[[<contenttweaker:arkenstone>, <contenttweaker:arkenstone>, <contenttweaker:arkenstone>],
[<contenttweaker:mithrillium_catalyst>, <botania:specialflower>.withTag({type: "orechid"}), <contenttweaker:mithrillium_catalyst>],
[<contenttweaker:arkenstone>, <contenttweaker:arkenstone>, <contenttweaker:arkenstone>]]);
recipes.addShaped(<botania:specialflower>.withTag({type: "orechid"})*2,
[[<contenttweaker:arkenstone>, <contenttweaker:arkenstone>, <contenttweaker:arkenstone>],
[<contenttweaker:mithrillium_catalyst>, <botania:floatingspecialflower>.withTag({type: "orechid"}), <contenttweaker:mithrillium_catalyst>],
[<contenttweaker:arkenstone>, <contenttweaker:arkenstone>, <contenttweaker:arkenstone>]]);
recipes.addShaped(<botania:specialflower>.withTag({type: "orechidIgnem"})*2,
[[<contenttweaker:arkenstone>, <contenttweaker:arkenstone>, <contenttweaker:arkenstone>],
[<contenttweaker:mithrillium_catalyst>, <botania:specialflower>.withTag({type: "orechidIgnem"}), <contenttweaker:mithrillium_catalyst>],
[<contenttweaker:arkenstone>, <contenttweaker:arkenstone>, <contenttweaker:arkenstone>]]);
recipes.addShaped(<botania:specialflower>.withTag({type: "orechidIgnem"})*2,
[[<contenttweaker:arkenstone>, <contenttweaker:arkenstone>, <contenttweaker:arkenstone>],
[<contenttweaker:mithrillium_catalyst>, <botania:floatingspecialflower>.withTag({type: "orechidIgnem"}), <contenttweaker:mithrillium_catalyst>],
[<contenttweaker:arkenstone>, <contenttweaker:arkenstone>, <contenttweaker:arkenstone>]]);
recipes.remove(<extrabotany:puredaisypendant>);
recipes.addShaped(<extrabotany:puredaisypendant>,
[[<botania:specialflower>.withTag({type: "puredaisy"}), <botania:manaresource:19>, <botania:specialflower>.withTag({type: "puredaisy"})],
[null, <botania:specialflower>.withTag({type: "puredaisy"}), null]]);
recipes.addShapeless(<botania:flighttiara:9>,
[<botania:flighttiara:*>, <avaritia:cosmic_meatballs>]);
mods.botania.PureDaisy.addRecipe(<divinerpg:mortum_dirt>, <contenttweaker:mortum_livingrock>);
mods.botania.PureDaisy.addRecipe(<divinerpg:mortum_planks>, <contenttweaker:mortum_livingwood>);
mods.nuclearcraft.rock_crusher.addRecipe([<contenttweaker:mortum_livingrock>, <botania:livingrock:0>*8, <botania:livingrock:0>*4, <botania:livingrock:0>*2]);
mods.nuclearcraft.rock_crusher.addRecipe([<contenttweaker:mortum_livingwood>, <botania:livingwood:0>*8, <botania:livingwood:0>*4, <botania:livingwood:0>*2]);
mods.botania.ManaInfusion.addConjuration(<botania:storage:0>, <aoa3:skeletal_ingot>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:0>*2, <aoa3:lyon_ingot>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:0>*3, <aoa3:elecanium_ingot>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:0>*4, <ore:ingotChaos>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:0>*5, <aoa3:shyrestone_ingot>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:3>*1, <divinerpg:eden_gem>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:3>*2, <divinerpg:wildwood_gem>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:3>*3, <divinerpg:apalachia_gem>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:3>*4, <divinerpg:skythern_gem>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:3>*5, <divinerpg:mortum_gem>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*10, <contenttweaker:divine_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*20, <contenttweaker:eden_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*30, <contenttweaker:wildwood_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*40, <contenttweaker:apalachia_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*50, <contenttweaker:skythern_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*60, <contenttweaker:mortum_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:23>*4, <contenttweaker:dense_diamond_powder>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:23>*32, <contenttweaker:recursive_powder>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:23>*32, <contenttweaker:flying_gunpowder>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:23>*48, <ore:dustOgerite>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:quartz:1>*48, <contenttweaker:endergenic_sediment>, 1000);
mods.botania.ElvenTrade.addRecipe([<botania:dreamwood:0>*32], [<contenttweaker:mortum_livingwood>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:2>*1], [<aoa3:skeletal_ingot>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:2>*2], [<aoa3:lyon_ingot>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:2>*3], [<aoa3:elecanium_ingot>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:2>*4], [<ore:ingotChaos>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:2>*5], [<aoa3:shyrestone_ingot>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*10], [<contenttweaker:divine_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*20], [<contenttweaker:eden_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*30], [<contenttweaker:wildwood_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*40], [<contenttweaker:apalachia_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*50], [<contenttweaker:skythern_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*60], [<contenttweaker:mortum_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:4>*1], [<divinerpg:eden_gem>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:4>*2], [<divinerpg:wildwood_gem>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:4>*3], [<divinerpg:apalachia_gem>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:4>*4], [<divinerpg:skythern_gem>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:4>*5], [<divinerpg:mortum_gem>]);
mods.botania.ElvenTrade.addRecipe([<botania:quartz:5>*48], [<contenttweaker:endergenic_sediment>]);
mods.botania.ElvenTrade.addRecipe([<botania:elfglass>*16], [<aoa3:lelyetian_glass>]);
mods.botania.ElvenTrade.addRecipe([<botania:elfglass>*32], [<aoa3:haven_glass>]);
recipes.addShaped(<extrabotany:manabarrel>*4,
[[<botania:pool:3>, <botania:lens:0>, <botania:pool:3>],
[<botania:pool:3>, <ore:ingotOrichalcos>, <botania:pool:3>],
[<botania:pool:3>, <botania:lens:0>, <botania:pool:3>]]);
mods.botania.Apothecary.addRecipe(<contenttweaker:entropic_seedling>, [<botania:rune:1>, <botania:rune:1>, <botania:rune:13>, <botania:rune:13>, <ore:petalRed>, <ore:petalGray>, <ore:petalBlack>]);
val everburningforgeterrasteelezpz = RecipeBuilder.newBuilder("everburningforgeterrasteelezpz","tree_of_life",5);
everburningforgeterrasteelezpz.addItemInput(<contenttweaker:self_actualizing_flower>);
everburningforgeterrasteelezpz.addItemOutput(<contenttweaker:warren_petal>*64);
everburningforgeterrasteelezpz.build();
recipes.addShaped(<contenttweaker:terrasteel_infused_stone>*4,
[[<contenttweaker:warren_petal>, <contenttweaker:actualizing_stone>, <contenttweaker:warren_petal>],
[<botania:manaresource:5>, <contenttweaker:terrasteel_crystal>.reuse(), <botania:manaresource:5>],
[<contenttweaker:warren_petal>, <contenttweaker:actualizing_stone>, <contenttweaker:warren_petal>]]);
recipes.addShaped(<contenttweaker:terrasteel_infused_stone>*16,
[[<contenttweaker:warren_petal>, <contenttweaker:pure_void>, <contenttweaker:warren_petal>],
[<botania:manaresource:5>, <contenttweaker:terrasteel_crystal>.reuse(), <botania:manaresource:5>],
[<contenttweaker:warren_petal>, <contenttweaker:pure_void>, <contenttweaker:warren_petal>]]);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:4>*64, <contenttweaker:terrasteel_infused_stone>, 5000);
recipes.addShaped(<contenttweaker:recursive_mind_shield>*32,
[[<thaumcraft:brain>, <bewitchment:sigil_shrieking>, <thaumcraft:brain>],
[<thaumcraft:brain>, <contenttweaker:recursive_mind_shield>, <thaumcraft:brain>],
[<thaumcraft:brain>, <bewitchment:sigil_shrieking>, <thaumcraft:brain>]]);
recipes.addShaped(<contenttweaker:pale_metal>*6,
[[<contenttweaker:greater_mana_core>, <contenttweaker:greater_mana_core>, <contenttweaker:greater_mana_core>],
[<contenttweaker:pale_metal>, <contenttweaker:recursive_mind_shield>, <contenttweaker:pale_metal>],
[<contenttweaker:greater_mana_core>, <contenttweaker:greater_mana_core>, <contenttweaker:greater_mana_core>]]);
recipes.addShaped(<contenttweaker:pale_metal>*24,
[[<contenttweaker:greater_mana_core>, <contenttweaker:yggdrasil_wood>, <contenttweaker:greater_mana_core>],
[<contenttweaker:pale_metal>, <contenttweaker:recursive_mind_shield>, <contenttweaker:pale_metal>],
[<contenttweaker:greater_mana_core>, <contenttweaker:yggdrasil_wood>, <contenttweaker:greater_mana_core>]]);
recipes.remove(<extrabotany:spearsubspace>);
Grinder.addRecipe(<appliedenergistics2:material:45>, <contenttweaker:strange_stone_essence>, 8, <contenttweaker:strange_stone_dust>, 0.5, <contenttweaker:strange_stone_dust>, 0.2);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:time_lords_callstone>,
[[<contenttweaker:strange_stone_dust>, <avaritia:block_resource:1>, <contenttweaker:strange_stone_dust>, <avaritia:block_resource:1>, <contenttweaker:strange_stone_dust>],
[<avaritia:block_resource:1>, <openblocks:tank>.withTag({tank: {FluidName: "pure_fluix_matter", Amount: 16000}}), <contenttweaker:eye_of_gallifrey>, <openblocks:tank>.withTag({tank: {FluidName: "pure_fluix_matter", Amount: 16000}}), <avaritia:block_resource:1>],
[<contenttweaker:strange_stone_dust>, <contenttweaker:eye_of_gallifrey>, <contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:eye_of_gallifrey>, <contenttweaker:strange_stone_dust>],
[<avaritia:block_resource:1>, <openblocks:tank>.withTag({tank: {FluidName: "pure_fluix_matter", Amount: 16000}}), <contenttweaker:eye_of_gallifrey>, <openblocks:tank>.withTag({tank: {FluidName: "pure_fluix_matter", Amount: 16000}}), <avaritia:block_resource:1>],
[<contenttweaker:strange_stone_dust>, <avaritia:block_resource:1>, <contenttweaker:strange_stone_dust>, <avaritia:block_resource:1>, <contenttweaker:strange_stone_dust>]]);
recipes.addShaped(<extrabotany:spearsubspace>,
[[<tardis:dalek_hull>, <avaritia:singularity:12>, <tardis:dalek_hull>],
[<appliedenergistics2:spatial_pylon>, <mowziesmobs:spear>, <appliedenergistics2:spatial_pylon>],
[<tardis:dalek_hull>, <avaritia:singularity:12>, <tardis:dalek_hull>]]);
recipes.addShaped(<contenttweaker:mana_antenna>,
[[<ore:ingotManasteel>, <ore:paneGlass>, <ore:ingotManasteel>],
[null, <ore:ingotManasteel>, null],
[<ore:slabStone>, <ore:ingotManasteel>, <ore:slabStone>]]);
recipes.addShaped(<extrabotany:manabarrel>,
[[<botania:pool:3>, <contenttweaker:mana_antenna>, <botania:pool:3>],
[<botania:pool:3>, <botania:manaresource:14>, <botania:pool:3>],
[<botania:pool:3>, <contenttweaker:mana_antenna>, <botania:pool:3>]]);
recipes.addShaped(<extrabotany:manabarrel>*4,
[[<botania:pool:3>, <contenttweaker:mana_antenna>, <botania:pool:3>],
[<botania:pool:3>, <extrabotany:material:1>, <botania:pool:3>],
[<botania:pool:3>, <contenttweaker:mana_antenna>, <botania:pool:3>]]);
recipes.addShaped(<contenttweaker:superconductor_artifact>,
[[<extrabotany:manabarrel>, <extrabotany:material:3>, <extrabotany:manabarrel>],
[<extrabotany:manabarrel>, <extrabotany:treasurebox>, <extrabotany:manabarrel>],
[<extrabotany:manabarrel>, <extrabotany:material:3>, <extrabotany:manabarrel>]]);
recipes.addShaped(<contenttweaker:superconductor_artifact>*2,
[[<botania:manaresource:18>, <contenttweaker:greater_gaia_spirit>, <botania:manaresource:18>],
[<contenttweaker:greater_gaia_spirit>, <contenttweaker:superconductor_artifact>, <contenttweaker:greater_gaia_spirit>],
[<botania:manaresource:18>, <contenttweaker:greater_gaia_spirit>, <botania:manaresource:18>]]);
mods.botania.RuneAltar.addRecipe(<extrabotany:material:1>*4,
[<botania:manaresource:14>, <botania:manaresource:14>, <botania:manaresource:14>, <botania:manaresource:14>, <contenttweaker:corrupted_aragonite>, <extrabotany:material:3>], 50);
mods.botania.RuneAltar.removeRecipe(<extrabotany:firstfractal>);
mods.botania.RuneAltar.addRecipe(<extrabotany:firstfractal>,
[<extrabotany:excaliber>, <extrabotany:gildedmashedpotato>, <botania:manasteelsword>, <botania:thundersword>, <botania:elementiumsword>, <botania:starsword>, <botania:terrasword>, <minecraft:wooden_sword>, <extrabotany:shadowkatana>, <contenttweaker:mark_of_worthiness>], 50);
recipes.addShaped(<contenttweaker:mark_of_worthiness>,
[[<contenttweaker:monumentally_sentient_meatball>, null, <contenttweaker:monumentally_sentient_meatball>],
[<contenttweaker:shield_of_the_arbiter>, <contenttweaker:essence_of_worthiness>, <contenttweaker:shield_of_the_arbiter>],
[<contenttweaker:time_lord_relic>, null, <contenttweaker:time_lord_relic>]]);
recipes.remove(<botania:baublebox>);
mods.botania.RuneAltar.removeRecipe(<extrabotany:allforone>);
+31
View File
@@ -0,0 +1,31 @@
recipes.addShaped(<contenttweaker:lesser_mana_core>,
[[<extrabotany:manabarrel>, <thermalexpansion:tank>.withTag({RSControl: 0 as byte, Creative: 0 as byte, Fluid: {FluidName: "mana", Amount: 500000}, Level: 4 as byte, Lock: 0 as byte}), <extrabotany:manabarrel>],
[<extrabotany:blockshadowium>, <extrabotany:material:3>, <extrabotany:blockshadowium>],
[<extrabotany:manabarrel>, <extendedcrafting:singularity:29>, <extrabotany:manabarrel>]]);
recipes.addShaped(<contenttweaker:greater_mana_core>,
[[<extrabotany:manabarrel>, <contenttweaker:lesser_mana_core>, <extrabotany:manabarrel>],
[<contenttweaker:lesser_mana_core>, <botania:pool:1>, <contenttweaker:lesser_mana_core>],
[<extrabotany:manabarrel>, <contenttweaker:lesser_mana_core>, <extrabotany:manabarrel>]]);
recipes.addShaped(<contenttweaker:lesser_mana_core>*2,
[[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <openblocks:tank>.withTag({tank: {FluidName: "mana", Amount: 16000}}), <tconstruct:large_plate>.withTag({Material: "manasteel"})],
[<botania:manaresource:14>, <contenttweaker:lesser_mana_core>, <botania:manaresource:14>],
[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <projectex:matter:4>, <tconstruct:large_plate>.withTag({Material: "manasteel"})]]);
recipes.addShaped(<contenttweaker:greater_mana_core>*2,
[[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <openblocks:tank>.withTag({tank: {FluidName: "mana", Amount: 16000}}), <tconstruct:large_plate>.withTag({Material: "manasteel"})],
[<contenttweaker:lesser_mana_core>, <contenttweaker:greater_mana_core>, <contenttweaker:lesser_mana_core>],
[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <openblocks:tank>.withTag({tank: {FluidName: "mana", Amount: 16000}}), <tconstruct:large_plate>.withTag({Material: "manasteel"})]]);
recipes.remove(<extrabotany:rewardbag943>);
recipes.addShaped(<extrabotany:rewardbag943>*2,
[[null, <botania:manaresource:4>, null],
[<contenttweaker:greater_mana_core>, <botania:dice>, <contenttweaker:greater_mana_core>],
[null, <botania:rune:15>, null]]);
mods.nuclearcraft.manufactory.addRecipe([<contenttweaker:living_gold_ore>, <contenttweaker:living_gold>*16]);
+4
View File
@@ -0,0 +1,4 @@
recipes.addShaped(<minecraft:experience_bottle>*8,
[[<minecraft:emerald>, <minecraft:emerald>, <minecraft:emerald>],
[<minecraft:emerald>, <ebwizardry:arcane_tome:3>.reuse(), <minecraft:emerald>],
[<minecraft:emerald>, <minecraft:emerald>, <minecraft:emerald>]]);
+42
View File
@@ -0,0 +1,42 @@
recipes.removeShaped(<buildcraftsilicon:laser>);
mods.extendedcrafting.TableCrafting.addShaped(<buildcraftsilicon:laser>,
[[<aoa3:emberstone_ingot>, null, null, <actuallyadditions:item_crystal:0>, null, null, <aoa3:emberstone_ingot>],
[null, <enderio:block_alloy:9>, null, null, null, <enderio:block_alloy:9>, null],
[null, null, null, <actuallyadditions:item_crystal:0>, null, null, null],
[<actuallyadditions:item_crystal:0>, null, <actuallyadditions:item_crystal:0>, <minecraft:diamond_block>, <actuallyadditions:item_crystal:0>, null, <actuallyadditions:item_crystal:0>],
[null, null, null, <actuallyadditions:item_crystal:0>, null, null, null],
[null, <enderio:block_alloy:9>, null, null, null, <enderio:block_alloy:9>, null],
[<aoa3:emberstone_ingot>, null, null, <actuallyadditions:item_crystal:0>, null, null, <aoa3:emberstone_ingot>]]);
recipes.removeShaped(<buildcraftsilicon:assembly_table>);
mods.extendedcrafting.TableCrafting.addShaped(<buildcraftsilicon:assembly_table>,
[[<aoa3:emberstone_ingot>, null, null, <actuallyadditions:item_crystal:0>, null, null, <aoa3:emberstone_ingot>],
[null, <enderio:block_alloy:9>, null, null, null, <enderio:block_alloy:9>, null],
[null, null, null, <actuallyadditions:item_crystal:0>, null, null, null],
[<actuallyadditions:item_crystal:0>, null, <actuallyadditions:item_crystal:0>, <ore:gearDiamond>, <actuallyadditions:item_crystal:0>, null, <actuallyadditions:item_crystal:0>],
[null, null, null, <actuallyadditions:item_crystal:0>, null, null, null],
[null, <enderio:block_alloy:9>, null, null, null, <enderio:block_alloy:9>, null],
[<aoa3:emberstone_ingot>, null, null, <actuallyadditions:item_crystal:0>, null, null, <aoa3:emberstone_ingot>]]);
recipes.remove(<buildcraftbuilders:quarry>);
mods.buildcraft.AssemblyTable.addRecipe("chipsetbetter1", <buildcraftsilicon:redstone_chipset:0>*4, 10000, [<draconicevolution:nugget:1>, <minecraft:redstone>, <minecraft:redstone>]);
mods.buildcraft.AssemblyTable.addRecipe("chipsetbetter2", <buildcraftsilicon:redstone_chipset:1>*4, 10000, [<draconicevolution:nugget:1>, <minecraft:redstone>, <minecraft:iron_ingot>]);
mods.buildcraft.AssemblyTable.addRecipe("chipsetbetter3", <buildcraftsilicon:redstone_chipset:2>*4, 10000, [<draconicevolution:nugget:1>, <minecraft:redstone>, <minecraft:gold_ingot>]);
mods.buildcraft.AssemblyTable.addRecipe("chipsetbetter4", <buildcraftsilicon:redstone_chipset:3>*4, 10000, [<draconicevolution:nugget:1>, <minecraft:redstone>, <minecraft:quartz>]);
mods.buildcraft.AssemblyTable.addRecipe("chipsetbetter5", <buildcraftsilicon:redstone_chipset:4>*4, 10000, [<draconicevolution:nugget:1>, <minecraft:redstone>, <minecraft:diamond>]);
recipes.remove(<bc_ex_laser:ex_laser_mk3>);
recipes.remove(<bc_ex_laser:ex_laser_mk4>);
recipes.remove(<bc_ex_laser:ex_laser_mk5>);
+15
View File
@@ -0,0 +1,15 @@
recipes.removeShaped(<betterbuilderswands:wandstone>);
recipes.removeShaped(<betterbuilderswands:wandiron>);
recipes.removeShaped(<betterbuilderswands:wanddiamond>);
recipes.removeShaped(<betterbuilderswands:wandunbreakable>);
recipes.removeShaped(<betterbuilderswands:wandunbreakable:12>);
recipes.addShaped(<betterbuilderswands:wandunbreakable>,
[[<minecraft:gold_ingot>, <minecraft:nether_star>, <minecraft:gold_ingot>],
[<minecraft:gold_ingot>, <buildinggadgets:buildingtool>, <minecraft:gold_ingot>],
[<minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>]]);
recipes.addShaped(<betterbuilderswands:wandunbreakable:12>,
[[<minecraft:gold_ingot>, <minecraft:nether_star>, <minecraft:gold_ingot>],
[<minecraft:gold_ingot>, <buildinggadgets:buildingtool>, <minecraft:gold_ingot>],
[<minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>]]);
+123
View File
@@ -0,0 +1,123 @@
<contenttweaker:creeponia_callstone>.addTooltip(format.red("Use in this dimension: Creeponia"));
<contenttweaker:diabetic_callstone>.addTooltip(format.red("Use in this dimension: Oi"));
<contenttweaker:stormborn_callstone>.addTooltip(format.red("Use in this dimension: Twilight Forest"));
<contenttweaker:deeplands_callstone>.addTooltip(format.red("Use in this dimension: Deeplands"));
<contenttweaker:crystevia_callstone>.addTooltip(format.red("Use in this dimension: Crystevia"));
<contenttweaker:iromine_callstone>.addTooltip(format.red("Use in this dimension: Iromine"));
<contenttweaker:betweenlands_callstone_0>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:betweenlands_callstone_1>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:betweenlands_callstone_2>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:betweenlands_callstone_3>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:betweenlands_callstone_4>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:betweenlands_callstone_5>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:betweenlands_callstone_6>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:betweenlands_callstone_7>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:betweenlands_callstone_8>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:key_of_flesh_dominion>.addTooltip(format.red("Use in this dimension: Abyss"));
<contenttweaker:borean_callstone>.addTooltip(format.red("Use in this dimension: Borean"));
<contenttweaker:lunalus_callstone>.addTooltip(format.red("Use in this dimension: Lunalus"));
<contenttweaker:wildwood_callstone>.addTooltip(format.red("Use in this dimension: Wildwood"));
<contenttweaker:skythern_callstone>.addTooltip(format.red("Use in this dimension: Skythern"));
<contenttweaker:immortallis_callstone>.addTooltip(format.red("Use in this dimension: Twilight Forest"));
<contenttweaker:horrific_callstone>.addTooltip(format.red("Use in this dimension: Hator"));
<contenttweaker:harbinger_callstone>.addTooltip(format.red("Use in this dimension: Twilight Forest"));
<contenttweaker:dream_callstone>.addTooltip(format.red("Use in this dimension: Vethea"));
<contenttweaker:nightmare_callstone>.addTooltip(format.red("Use in this dimension: Vethea"));
<contenttweaker:sacred_callstone>.addTooltip(format.red("Use in this dimension: Aether"));
<contenttweaker:call_of_the_haunted>.addTooltip(format.red("Use in this dimension: Twilight Forest"));
<contenttweaker:recursion_prison_key>.addTooltip(format.red("Use in this dimension: End"));
<contenttweaker:sticky_callstone>.addTooltip(format.red("Use in this dimension: Diamerisma"));
<contenttweaker:runic_key>.addTooltip(format.red("Use in this dimension: Runandor"));
<contenttweaker:skeletal_callstone>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:fluix_callstone>.addTooltip(format.red("Use in this dimension: End"));
<contenttweaker:tainted_callstone>.addTooltip(format.red("Use in this dimension: Vibe"));
<contenttweaker:radiating_callstone>.addTooltip(format.red("Use in this dimension: End"));
<contenttweaker:demonologist_callstone>.addTooltip(format.red("Use in this dimension: Haumea"));
<contenttweaker:armorer_callstone>.addTooltip(format.red("Use in this dimension: Osiris"));
<contenttweaker:undead_callstone>.addTooltip(format.red("Use in this dimension: Dark Realm"));
<contenttweaker:pharos_callstone>.addTooltip(format.red("Use in this dimension: Ptah"));
<contenttweaker:trinity_callstone>.addTooltip(format.red("Use in this dimension: Hator"));
<contenttweaker:peaceful_oath_callstone>.addTooltip(format.red("Use in this dimension: Europa"));
<contenttweaker:gun_devil_callstone>.addTooltip(format.red("Use in this dimension: Falacer"));
<contenttweaker:unburied_callstone>.addTooltip(format.red("Use in this dimension: Oi"));
<contenttweaker:anemic_callstone>.addTooltip(format.red("Use in this dimension: Deep Dark"));
<contenttweaker:orbital_callstone>.addTooltip(format.red("Use in this dimension: End"));
<contenttweaker:energy_chicken_callstone>.addTooltip(format.red("Use in this dimension: Sedna"));
<contenttweaker:biome_ritual_callstone>.addTooltip(format.red("Use in this dimension: Ptah"));
<contenttweaker:hidden_power_callstone>.addTooltip(format.red("Use in this dimension: Proxima"));
<contenttweaker:thorny_callstone>.addTooltip(format.red("Use in this dimension: Precasia"));
<contenttweaker:umberstone_callstone>.addTooltip(format.red("Use in this dimension: Erebus"));
<contenttweaker:cleansing_callstone>.addTooltip(format.red("Use in this dimension: Abyssal Wasteland"));
<contenttweaker:furnace_callstone>.addTooltip(format.red("Use in this dimension: Furnace"));
<contenttweaker:grand_magician_callstone>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:rulers_of_terra_callstone>.addTooltip(format.red("Use in this dimension: Furatto"));
<contenttweaker:nero_callstone>.addTooltip(format.red("Use in this dimension: Nero"));
<contenttweaker:deep_knowledge_callstone>.addTooltip(format.red("Use in this dimension: Gardencia"));
<contenttweaker:greenlight_callstone>.addTooltip(format.red("Use in this dimension: Furnace"));
<contenttweaker:wrought_summoner>.addTooltip(format.red("Use in this dimension: Deeplands"));
<contenttweaker:akathartos_callstone>.addTooltip(format.red("Use in this dimension: Akathartos"));
<contenttweaker:anomaly_detector_stage_3>.addTooltip(format.red("Use in this dimension: Wildwood"));
<contenttweaker:voraceous_worm_callstone>.addTooltip(format.red("Use in this dimension: Oi"));
<contenttweaker:dreadful_prison_key>.addTooltip(format.red("Use in this dimension: Iceika"));
<contenttweaker:ancient_wyvern_callstone>.addTooltip(format.red("Use in this dimension: Lyndenwyrm"));
<contenttweaker:oblivionaire_callstone>.addTooltip(format.red("Use in this dimension: Abyssal Wasteland"));
<contenttweaker:fluix_historian_callstone>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:whitefire_callstone>.addTooltip(format.red("Use in this dimension: Furnace"));
<contenttweaker:undead_botanist_callstone>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:forbidden_garden_callstone>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:energetic_prison_key>.addTooltip(format.red("Use in this dimension: Alkemia"));
<contenttweaker:draconian_prison_key>.addTooltip(format.red("Use in this dimension: Lyndenwyrm"));
<contenttweaker:soulsucking_callstone>.addTooltip(format.red("Use in this dimension: Skythern"));
<contenttweaker:crepuscular_callstone>.addTooltip(format.red("Use in this dimension: Twilight Forest"));
<contenttweaker:zoi_callstone>.addTooltip(format.red("Use in this dimension: Zoi"));
<contenttweaker:secret_lurker_callstone>.addTooltip(format.red("Use in this dimension: Myrmex"));
<contenttweaker:eldritch_crab_callstone>.addTooltip(format.red("Use in this dimension: Emptiness"));
<contenttweaker:tainted_loop_callstone>.addTooltip(format.red("Use in this dimension: Vibe"));
<contenttweaker:pauram_callstone>.addTooltip(format.red("Use in this dimension: Pauram"));
<contenttweaker:infernal_furnace_callstone>.addTooltip(format.red("Use in this dimension: Furnace"));
<contenttweaker:monumental_meatball_callstone>.addTooltip(format.red("Use in this dimension: Gallifrey"));
<contenttweaker:furnace_secret_callstone>.addTooltip(format.red("Use in this dimension: Gallifrey"));
<contenttweaker:hidden_errors_callstone>.addTooltip(format.red("Use in this dimension: Aether"));
<contenttweaker:tarantula_callstone>.addTooltip(format.red("Use in this dimension: Erebus"));
<contenttweaker:requiem_of_the_arbiter>.addTooltip(format.red("Use in this dimension: End"));
<contenttweaker:master_of_the_true_tongue_callstone>.addTooltip(format.red("Use in this dimension: End"));
<contenttweaker:gambling_addiction_prison_key>.addTooltip(format.red("Use in this dimension: Nether"));
<contenttweaker:lucky_box_aether_bronze>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:lucky_box_aether_silver>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:lucky_box_aether_gold>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:lucky_box_twilight_books>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:lucky_box_twilight_weapons>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:dread_cleansing_callstone>.addTooltip(format.red("Use in this dimension: Emptiness"));
<contenttweaker:guardians_of_shadesmar_callstone>.addTooltip(format.red("Use in this dimension: Kashan"));
<contenttweaker:trinitas_callstone>.addTooltip(format.red("Use in this dimension: Trinitas"));
<contenttweaker:tainted_prison_key>.addTooltip(format.red("Use in this dimension: Fuhai"));
<contenttweaker:mission_of_undeath_callstone>.addTooltip(format.red("Use in this dimension: Travixte"));
<contenttweaker:gun_devil_confrontation_callstone>.addTooltip(format.red("Use in this dimension: Travixte"));
<contenttweaker:universal_constellation_callstone>.addTooltip(format.red("Use in this dimension: Fuhai"));
<contenttweaker:ghost_of_annoyance_callstone>.addTooltip(format.red("Use in this dimension: Gallifrey"));
<contenttweaker:weaponsmith_callstone>.addTooltip(format.red("Use in this dimension: End"));
<contenttweaker:lively_tree_callstone>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:apothecary_prison_key>.addTooltip(format.red("Use in this dimension: Iromine"));
<contenttweaker:strange_stone_callstone>.addTooltip(format.red("Use in this dimension: Gallifrey"));
<contenttweaker:shyre_rider_callstone>.addTooltip(format.red("Use in this dimension: Shyrelands"));
<contenttweaker:blackfrost_callstone>.addTooltip(format.red("Use in this dimension: Travixte"));
<contenttweaker:horde_domination_callstone>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:gravitational_callstone>.addTooltip(format.red("Use in this dimension: Lelyetia"));
<contenttweaker:holy_sludge_callstone>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:forsaken_priests_callstone>.addTooltip(format.red("Use in this dimension: Runandor"));
<contenttweaker:summons_of_the_cursed_wyvern>.addTooltip(format.red("Use in this dimension: Lyndenwyrm"));
<contenttweaker:dying_constellation_callstone>.addTooltip(format.red("Use in this dimension: Fuhai"));
<contenttweaker:hopeful_return_callstone>.addTooltip(format.red("Use in this dimension: Arcana Roof"));
<contenttweaker:hollow_stag_callstone>.addTooltip(format.red("Use in this dimension: Erebus"));
<contenttweaker:broken_oath>.addTooltip(format.red("Use in this dimension: Twilight Forest Final Plateau"));
<contenttweaker:rite_of_unhollowing>.addTooltip(format.red("Use in this dimension: Erebus"));
<contenttweaker:summon_of_the_gatekeeper>.addTooltip(format.red("Use in this dimension: Deep Dark"));
<contenttweaker:valhalla_callstone>.addTooltip(format.red("Use in this dimension: Arcana"));
<contenttweaker:dragon_reborn_callstone>.addTooltip(format.red("Use in this dimension: Overworld"));
<contenttweaker:key_of_actualization>.addTooltip(format.red("Use in this dimension: Kashan"));
<contenttweaker:magicbane_callstone>.addTooltip(format.red("Use in this dimension: Creeponia"));
<contenttweaker:time_lords_callstone>.addTooltip(format.red("Use in this dimension: Gallifrey"));
<contenttweaker:call_of_the_berserker>.addTooltip(format.red("Use in this dimension: Barathos"));
File diff suppressed because it is too large Load Diff
+7
View File
@@ -0,0 +1,7 @@
recipes.removeShaped(<bhc:heart_amulet>);
recipes.addShaped(<bhc:heart_amulet>,
[[<minecraft:string>, null, <minecraft:string>],
[null, <bhc:canister>, null],
[<minecraft:string>, null, <minecraft:string>]]);
+23
View File
@@ -0,0 +1,23 @@
import mods.modularmachinery.RecipeBuilder;
recipes.addShaped(<contenttweaker:charged_draconium_block>,
[[<contenttweaker:rainbow_gemstones>, <draconicevolution:dragon_heart>, <contenttweaker:rainbow_gemstones>],
[<draconicevolution:draconic_block>, <draconicevolution:chaos_shard:0>, <draconicevolution:draconic_block>],
[<contenttweaker:rainbow_gemstones>, <draconicevolution:dragon_heart>, <contenttweaker:rainbow_gemstones>]]);
recipes.addShaped(<woot:endershard>.withTag({wootMobNameKey: "draconicevolution:chaosguardian", wootMobDeaths: 1, wootMobDisplayName: "Chaos Guardian", wootMobNameTag: ""}),
[[<draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>],
[<draconicevolution:chaos_shard:0>, <woot:endershard>, <draconicevolution:chaos_shard:0>],
[<draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>]]);
recipes.addShaped(<draconicevolution:chaos_shard:0>*9,
[[<draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>],
[<draconicevolution:chaos_shard:0>, <contenttweaker:lost_soul_of_entropy>, <draconicevolution:chaos_shard:0>],
[<draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>]]);
val drac = RecipeBuilder.newBuilder("chaotic","chaotic_condenser",400);
drac.addEnergyPerTickInput(400000);
drac.addBiomeInput("minecraft:sky");
drac.addItemOutput(<draconicevolution:chaos_shard:3>*3);
drac.build();
+328
View File
@@ -0,0 +1,328 @@
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:polonium_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:polonium_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:polonium_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:brightsteel_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:brightsteel_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:brightsteel_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:ogerite_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:ogerite_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:ogerite_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:mithrillium_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:mithrillium_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:mithrillium_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:palladium_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:palladium_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:palladium_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:jade_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:jade_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:jade_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:cold_iron_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:cold_iron_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:cold_iron_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:bloodgem_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:bloodgem_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:bloodgem_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:legbone_fragment_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:legbone_fragment_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:legbone_fragment_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:green_gemstone_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:green_gemstone_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:green_gemstone_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:limonite_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:limonite_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:limonite_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:arlemite_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:arlemite_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:arlemite_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:chalcedony_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:chalcedony_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:chalcedony_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:chaotic_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:chaos_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:chaos_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:vityte_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:vityte_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:vityte_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:purple_gemstone_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:purple_gemstone_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:purple_gemstone_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:mystite_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:mystite_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:mystite_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:blazium_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:blazium_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:blazium_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:footbone_fragment_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:footbone_fragment_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:footbone_fragment_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:bloodstone_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:bloodstone_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:bloodstone_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:realmite_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:realmite_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:realmite_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:amber_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:amber_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:amber_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:skullbone_fragment_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:skullbone_fragment_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:skullbone_fragment_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:amethyst_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:amethyst_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:amethyst_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:blue_gemstone_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:blue_gemstone_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:blue_gemstone_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:rupee_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:rupee_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:rupee_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:yellow_gemstone_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:yellow_gemstone_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:yellow_gemstone_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:runium_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:runium_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:runium_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:charged_runium_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:charged_runium_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:charged_runium_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:netherite_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:netherite_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:netherite_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:sapphire_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:sapphire_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:sapphire_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:candyte_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:candyte_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:candyte_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:lyon_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:lyon_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:lyon_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:rhenium_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:rhenium_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:rhenium_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:varsium_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:varsium_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:varsium_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:rosite_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:rosite_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:rosite_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:gemenyte_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:gemenyte_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:gemenyte_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:crystallite_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:crystallite_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:crystallite_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:lunastone_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:lunastone_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:lunastone_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:baronyte_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:baronyte_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:baronyte_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:jewelyte_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:jewelyte_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:jewelyte_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:unidentified_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:unidentified_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:unidentified_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:white_gemstone_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:white_gemstone_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:white_gemstone_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:chestbone_fragment_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:chestbone_fragment_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:chestbone_fragment_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:red_gemstone_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:red_gemstone_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:red_gemstone_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:emberstone_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:emberstone_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:emberstone_chicken"}}),
101);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:fluctuatite_egg>,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:fluctuatite_chicken"}}),
<bewitchment:hellebore>,
25000,
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:fluctuatite_chicken"}}),
101);
+23
View File
@@ -0,0 +1,23 @@
import crafttweaker.data.IData;
// recipes.remove(<agricraft:seed_analyzer>);
// recipes.remove(<agricraft:peripheral>);
val chuckensticc = <roost:chicken>;
val chuckeneggo = <chickens:spawn_egg>;
recipes.addShapeless(
"chickensticctoegg",chuckeneggo,
[(chuckensticc.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var chickenspeciestype = ins.mark.tag.Chicken as string;
var outputEggTag as IData = {
ChickenType:{id:chickenspeciestype}
};
return out.updateTag(outputEggTag);
},
null
);
+34
View File
@@ -0,0 +1,34 @@
import crafttweaker.data.IData;
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:lovely_chicken"}}),
[[<draconicevolution:awakened_core>, <contenttweaker:resplendent_ingot>, <draconicevolution:awakened_core>],
[<contenttweaker:resplendent_ingot>, <minecraft:egg>, <contenttweaker:resplendent_ingot>],
[<draconicevolution:awakened_core>, <contenttweaker:resplendent_ingot>, <draconicevolution:awakened_core>]]);
val chickentype = <roost:chicken>;
recipes.addShaped(
"upgradethatchick",chickentype,
[[<contenttweaker:lovely_egg>, <contenttweaker:lovely_egg>, <contenttweaker:lovely_egg>],
[<contenttweaker:lovely_egg>, (chickentype.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn(), <contenttweaker:lovely_egg>],
[<contenttweaker:lovely_egg>, <contenttweaker:lovely_egg>, <contenttweaker:lovely_egg>]],
function(out,ins,cInfo){
var species = ins.mark.tag.Chicken as string;
var strength = 10 as int;
var gain = 10 as int;
var growth = 10 as int;
var updatedTag as IData = {
Growth: growth,
Chicken: species,
Gain: gain,
Strength: strength
};
return out.updateTag(updatedTag);
},
null
);
//
+314
View File
@@ -0,0 +1,314 @@
import mods.modularmachinery.RecipeBuilder;
mods.thermalexpansion.Infuser.addRecipe(<aoa3:jade>*2, <contenttweaker:jade_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<aoa3:amethyst>*2, <contenttweaker:amethyst_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<aoa3:runium_chunk>*2, <contenttweaker:runium_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<aoa3:sapphire>*2, <contenttweaker:sapphire_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<aoa3:limonite_ingot>*2, <contenttweaker:limonite_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<aoa3:rosite_ingot>*2, <contenttweaker:rosite_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<divinerpg:realmite_ingot>*2, <contenttweaker:realmite_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<divinerpg:arlemite_ingot>*2, <contenttweaker:arlemite_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<divinerpg:rupee_ingot>*2, <contenttweaker:rupee_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<divinerpg:bloodgem>*2, <contenttweaker:bloodgem_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<divinerpg:netherite_ingot>*2, <contenttweaker:netherite_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<aoa3:emberstone_ingot>*2, <contenttweaker:emberstone_egg>, 1200);
mods.thermalexpansion.Infuser.addRecipe(<thaumcraft:amber>*2, <contenttweaker:amber_egg>, 1200);
recipes.addShapeless(<thaumadditions:mithrillium_ingot>,[<contenttweaker:mithrillium_egg>, <abyssalcraft:charcoal>]);
recipes.addShapeless(<bewitchment:cold_iron_ingot>,[<contenttweaker:cold_iron_egg>, <abyssalcraft:charcoal>]);
// mods.nuclearcraft.infuser.addRecipe([<contenttweaker:ogerite_egg>, <fluid:mana>*100, <materialpart:ogerite:ingot>, 1.8, 1.8, 1.8]);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:skullbone_fragment>*2, <contenttweaker:skullbone_fragment_egg>, <contenttweaker:precasia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:skullbone_fragment>*2, <contenttweaker:skullbone_fragment_egg>, <contenttweaker:precasia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:legbone_fragment>*2, <contenttweaker:legbone_fragment_egg>, <contenttweaker:precasia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:legbone_fragment>*2, <contenttweaker:legbone_fragment_egg>, <contenttweaker:precasia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:chestbone_fragment>*2, <contenttweaker:chestbone_fragment_egg>, <contenttweaker:precasia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:chestbone_fragment>*2, <contenttweaker:chestbone_fragment_egg>, <contenttweaker:precasia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:footbone_fragment>*2, <contenttweaker:footbone_fragment_egg>, <contenttweaker:precasia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:footbone_fragment>*2, <contenttweaker:footbone_fragment_egg>, <contenttweaker:precasia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<materialpart:fluctuatite:ingot>*2, <contenttweaker:fluctuatite_egg>, <contenttweaker:lelyetia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:fluctuatite:ingot>*2, <contenttweaker:fluctuatite_egg>, <contenttweaker:lelyetia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:blazium_ingot>*2, <contenttweaker:blazium_egg>, <contenttweaker:barathos_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:blazium_ingot>*2, <contenttweaker:blazium_egg>, <contenttweaker:barathos_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:varsium_ingot>*2, <contenttweaker:varsium_egg>, <contenttweaker:barathos_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:varsium_ingot>*2, <contenttweaker:varsium_egg>, <contenttweaker:barathos_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:baronyte_ingot>*2, <contenttweaker:baronyte_egg>, <contenttweaker:barathos_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:baronyte_ingot>*2, <contenttweaker:baronyte_egg>, <contenttweaker:barathos_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:gemenyte>*2, <contenttweaker:gemenyte_egg>, <contenttweaker:creeponia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:gemenyte>*2, <contenttweaker:gemenyte_egg>, <contenttweaker:creeponia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:jewelyte>*2, <contenttweaker:jewelyte_egg>, <contenttweaker:creeponia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:jewelyte>*2, <contenttweaker:jewelyte_egg>, <contenttweaker:creeponia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:ornamyte>*2, <contenttweaker:ornamyte_egg>, <contenttweaker:creeponia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:ornamyte>*2, <contenttweaker:ornamyte_egg>, <contenttweaker:creeponia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:charged_runium_chunk>*2, <contenttweaker:charged_runium_egg>, <contenttweaker:deeplands_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:charged_runium_chunk>*2, <contenttweaker:charged_runium_egg>, <contenttweaker:deeplands_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:bloodstone>*2, <contenttweaker:bloodstone_egg>, <contenttweaker:abyss_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:bloodstone>*2, <contenttweaker:bloodstone_egg>, <contenttweaker:abyss_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:lyon_ingot>*2, <contenttweaker:lyon_egg>, <contenttweaker:iromine_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:lyon_ingot>*2, <contenttweaker:lyon_egg>, <contenttweaker:iromine_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:mystite_ingot>*2, <contenttweaker:mystite_egg>, <contenttweaker:mysterium_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:mystite_ingot>*2, <contenttweaker:mystite_egg>, <contenttweaker:mysterium_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:crystallite>*2, <contenttweaker:crystallite_egg>, <contenttweaker:haven_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:crystallite>*2, <contenttweaker:crystallite_egg>, <contenttweaker:haven_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<materialpart:polonium:ingot>*2, <contenttweaker:polonium_egg>, <contenttweaker:vox_ponds_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:polonium:ingot>*2, <contenttweaker:polonium_egg>, <contenttweaker:vox_ponds_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<materialpart:palladium:ingot>*2, <contenttweaker:palladium_egg>, <contenttweaker:celeve_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:palladium:ingot>*2, <contenttweaker:palladium_egg>, <contenttweaker:celeve_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<materialpart:candyte:ingot>*2, <contenttweaker:candyte_egg>, <contenttweaker:candyland_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:candyte:ingot>*2, <contenttweaker:candyte_egg>, <contenttweaker:candyland_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<materialpart:vityte:ingot>*2, <contenttweaker:vityte_egg>, <contenttweaker:gardencia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:vityte:ingot>*2, <contenttweaker:vityte_egg>, <contenttweaker:gardencia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:yellow_gemstones>*2, <contenttweaker:yellow_gemstone_egg>, <contenttweaker:crystevia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:yellow_gemstones>*2, <contenttweaker:yellow_gemstone_egg>, <contenttweaker:crystevia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:white_gemstones>*2, <contenttweaker:white_gemstone_egg>, <contenttweaker:crystevia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:white_gemstones>*2, <contenttweaker:white_gemstone_egg>, <contenttweaker:crystevia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:red_gemstones>*2, <contenttweaker:red_gemstone_egg>, <contenttweaker:crystevia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:red_gemstones>*2, <contenttweaker:red_gemstone_egg>, <contenttweaker:crystevia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:green_gemstones>*2, <contenttweaker:green_gemstone_egg>, <contenttweaker:crystevia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:green_gemstones>*2, <contenttweaker:green_gemstone_egg>, <contenttweaker:crystevia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:purple_gemstones>*2, <contenttweaker:purple_gemstone_egg>, <contenttweaker:crystevia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:purple_gemstones>*2, <contenttweaker:purple_gemstone_egg>, <contenttweaker:crystevia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:blue_gemstones>*2, <contenttweaker:blue_gemstone_egg>, <contenttweaker:crystevia_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:blue_gemstones>*2, <contenttweaker:blue_gemstone_egg>, <contenttweaker:crystevia_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<materialpart:chalcedony:ingot>*2, <contenttweaker:chalcedony_egg>, <contenttweaker:borean_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:chalcedony:ingot>*2, <contenttweaker:chalcedony_egg>, <contenttweaker:borean_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<materialpart:brightsteel:ingot>*2, <contenttweaker:brightsteel_egg>, <contenttweaker:runandor_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:brightsteel:ingot>*2, <contenttweaker:brightsteel_egg>, <contenttweaker:runandor_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<aoa3:elecanium_ingot>*2, <contenttweaker:elecanium_egg>, <contenttweaker:runandor_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:elecanium_ingot>*2, <contenttweaker:elecanium_egg>, <contenttweaker:runandor_garnet>, 1000);
// mods.techreborn.chemicalReactor.addRecipe(<materialpart:lunastone:ingot>*2, <contenttweaker:lunastone_egg>, <contenttweaker:lunalus_garnet>, 80, 256);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:lunastone:ingot>*2, <contenttweaker:lunastone_egg>, <contenttweaker:lunalus_garnet>, 1000);
val creationunidentified = RecipeBuilder.newBuilder("creationunidentified","creation_altar",20);
creationunidentified.addEnergyPerTickInput(400000);
creationunidentified.addFluidInput(<fluid:lifeessence>*50);
creationunidentified.addFluidInput(<fluid:astralsorcery.liquidstarlight>*50);
creationunidentified.addFluidInput(<fluid:liquid_death>*50);
creationunidentified.addFluidInput(<fluid:liquid_pe>*50);
creationunidentified.addFluidInput(<fluid:liquid_lp>*50);
creationunidentified.addFluidInput(<fluid:californium_250>*50);
creationunidentified.addItemInput(<contenttweaker:unidentified_egg>);
creationunidentified.addItemOutput(<contenttweaker:unidentified_ingot>*4);
creationunidentified.build();
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:unidentified_egg>, <fluid:arbiterium>*1, <contenttweaker:unidentifying_egg>]);
val creationunidentified1 = RecipeBuilder.newBuilder("creationunidentified1","creation_altar",20);
creationunidentified1.addEnergyPerTickInput(400000);
creationunidentified1.addFluidInput(<fluid:lifeessence>*100);
creationunidentified1.addFluidInput(<fluid:astralsorcery.liquidstarlight>*100);
creationunidentified1.addFluidInput(<fluid:liquid_death>*100);
creationunidentified1.addFluidInput(<fluid:liquid_pe>*100);
creationunidentified1.addFluidInput(<fluid:liquid_lp>*100);
creationunidentified1.addFluidInput(<fluid:californium_250>*100);
creationunidentified1.addItemInput(<contenttweaker:unidentifying_egg>);
creationunidentified1.addItemOutput(<contenttweaker:unidentified_ingot>*16);
creationunidentified1.build();
recipes.addShapeless(<contenttweaker:paradoxical_egg>,
[<contenttweaker:unidentifying_egg>,
<contenttweaker:recursion_of_clarity>]);
val creationunidentified2 = RecipeBuilder.newBuilder("creationunidentified2","creation_altar",20);
creationunidentified2.addEnergyPerTickInput(400000);
creationunidentified2.addFluidInput(<fluid:lifeessence>*300);
creationunidentified2.addFluidInput(<fluid:astralsorcery.liquidstarlight>*300);
creationunidentified2.addFluidInput(<fluid:liquid_death>*300);
creationunidentified2.addFluidInput(<fluid:liquid_pe>*300);
creationunidentified2.addFluidInput(<fluid:liquid_lp>*300);
creationunidentified2.addFluidInput(<fluid:californium_250>*300);
creationunidentified2.addItemInput(<contenttweaker:paradoxical_egg>);
creationunidentified2.addItemOutput(<contenttweaker:unidentified_ingot>*64);
creationunidentified2.build();
mods.thermalexpansion.InductionSmelter.addRecipe(<deepmoblearning:glitch_infused_ingot>, <contenttweaker:glitch_infused_egg>, <extrabees:honey_comb:27>, 5000);
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:glitch_infused_egg>, <extrabees:honey_comb:27>, <deepmoblearning:glitch_infused_ingot>]);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:rhenium:ingot>*2, <contenttweaker:rhenium_egg>, <aoa3:fragmented_anima_stone>, 1000);
mods.thermalexpansion.Pulverizer.addRecipe(<contenttweaker:ender_dolomite_dust>*4,
<contenttweaker:ender_dolomite>, 1234);
mods.nuclearcraft.manufactory.addRecipe([<contenttweaker:ender_dolomite>, <contenttweaker:ender_dolomite_dust>*4]);
recipes.addShapeless(<contenttweaker:cut_abyss_garnet>*4, [<contenttweaker:abyss_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_precasia_garnet>*4, [<contenttweaker:precasia_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_barathos_garnet>*4, [<contenttweaker:barathos_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_lelyetia_garnet>*4, [<contenttweaker:lelyetia_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_creeponia_garnet>*4, [<contenttweaker:creeponia_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_deeplands_garnet>*4, [<contenttweaker:deeplands_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_crystevia_garnet>*4, [<contenttweaker:crystevia_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_gardencia_garnet>*4, [<contenttweaker:gardencia_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_candyland_garnet>*4, [<contenttweaker:candyland_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_haven_garnet>*4, [<contenttweaker:haven_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_celeve_garnet>*4, [<contenttweaker:celeve_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_mysterium_garnet>*4, [<contenttweaker:mysterium_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_voxponds_garnet>*4, [<contenttweaker:vox_ponds_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_shyrelands_garnet>*4, [<contenttweaker:shyrelands_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_iromine_garnet>*4, [<contenttweaker:iromine_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_runandor_garnet>*4, [<contenttweaker:runandor_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_lunalus_garnet>*4, [<contenttweaker:lunalus_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_borean_garnet>*4, [<contenttweaker:borean_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_greckon_garnet>*4, [<contenttweaker:greckon_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_immortallis_garnet>*4, [<contenttweaker:immortallis_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_dustopia_garnet>*4, [<contenttweaker:dustopia_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
recipes.addShapeless(<contenttweaker:cut_ancientcavern_garnet>*4, [<contenttweaker:ancient_cavern_garnet>, <contenttweaker:ender_dolomite_dust>, <ore:dustPetrotheum>]);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:skullbone_fragment>*2, <contenttweaker:skullbone_fragment_egg>, <contenttweaker:cut_precasia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:legbone_fragment>*2, <contenttweaker:legbone_fragment_egg>, <contenttweaker:cut_precasia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:chestbone_fragment>*2, <contenttweaker:chestbone_fragment_egg>, <contenttweaker:cut_precasia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:footbone_fragment>*2, <contenttweaker:footbone_fragment_egg>, <contenttweaker:cut_precasia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:fluctuatite:ingot>*2, <contenttweaker:fluctuatite_egg>, <contenttweaker:cut_lelyetia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:blazium_ingot>*2, <contenttweaker:blazium_egg>, <contenttweaker:cut_barathos_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:varsium_ingot>*2, <contenttweaker:varsium_egg>, <contenttweaker:cut_barathos_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:baronyte_ingot>*2, <contenttweaker:baronyte_egg>, <contenttweaker:cut_barathos_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:gemenyte>*2, <contenttweaker:gemenyte_egg>, <contenttweaker:cut_creeponia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:jewelyte>*2, <contenttweaker:jewelyte_egg>, <contenttweaker:cut_creeponia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:ornamyte>*2, <contenttweaker:ornamyte_egg>, <contenttweaker:cut_creeponia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:charged_runium_chunk>*2, <contenttweaker:charged_runium_egg>, <contenttweaker:cut_deeplands_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:bloodstone>*2, <contenttweaker:bloodstone_egg>, <contenttweaker:cut_abyss_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:lyon_ingot>*2, <contenttweaker:lyon_egg>, <contenttweaker:cut_iromine_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:mystite_ingot>*2, <contenttweaker:mystite_egg>, <contenttweaker:cut_mysterium_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:crystallite>*2, <contenttweaker:crystallite_egg>, <contenttweaker:cut_haven_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:polonium:ingot>*2, <contenttweaker:polonium_egg>, <contenttweaker:cut_voxponds_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:palladium:ingot>*2, <contenttweaker:palladium_egg>, <contenttweaker:cut_celeve_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:candyte:ingot>*2, <contenttweaker:candyte_egg>, <contenttweaker:cut_candyland_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:vityte:ingot>*2, <contenttweaker:vityte_egg>, <contenttweaker:cut_gardencia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:yellow_gemstones>*2, <contenttweaker:yellow_gemstone_egg>, <contenttweaker:cut_crystevia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:white_gemstones>*2, <contenttweaker:white_gemstone_egg>, <contenttweaker:cut_crystevia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:red_gemstones>*2, <contenttweaker:red_gemstone_egg>, <contenttweaker:cut_crystevia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:green_gemstones>*2, <contenttweaker:green_gemstone_egg>, <contenttweaker:cut_crystevia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:purple_gemstones>*2, <contenttweaker:purple_gemstone_egg>, <contenttweaker:cut_crystevia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:blue_gemstones>*2, <contenttweaker:blue_gemstone_egg>, <contenttweaker:cut_crystevia_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:chalcedony:ingot>*2, <contenttweaker:chalcedony_egg>, <contenttweaker:cut_borean_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:brightsteel:ingot>*2, <contenttweaker:brightsteel_egg>, <contenttweaker:cut_runandor_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<aoa3:elecanium_ingot>*2, <contenttweaker:elecanium_egg>, <contenttweaker:cut_runandor_garnet>, 1000);
mods.thermalexpansion.InductionSmelter.addRecipe(<materialpart:lunastone:ingot>*2, <contenttweaker:lunastone_egg>, <contenttweaker:cut_lunalus_garnet>, 1000);
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:chaotic_egg>, <fluid:abyssite>*144, <fluid:chaos>*1440]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:abyssite>*144, <fluid:twilight_fire>*20, <fluid:slumbering_abyssite>*144, null]);
// mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:chaotic_egg>, <fluid:slumbering_abyssite>*144, <fluid:chaos>*2880]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:slumbering_abyssite>*144, <fluid:shyrestone>*36, <fluid:imperial_abyssite>*144, null]);
// mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:chaotic_egg>, <fluid:imperial_abyssite>*144, <fluid:chaos>*14400]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:imperial_abyssite>*144, <fluid:flesh_world_ichor>*100, <fluid:gluttonous_abyssite>*144, null]);
// mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:chaotic_egg>, <fluid:gluttonous_abyssite>*12, <fluid:chaos>*14400]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:gluttonous_abyssite>*144, <fluid:recursive_computing_matter>*100, <fluid:inquiring_abyssite>*144, null]);
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:trinity_nugget>, <fluid:inquiring_abyssite>*144, <fluid:everloving_abyssite>*144]);
mods.forestry.Squeezer.addRecipe(<fluid:purifying_fluid>*1000, [<contenttweaker:pure_egg>], 120);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:pure_egg>, <fluid:purifying_fluid>*1000]);
recipes.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:osmium_chicken"}}),
[[<agricraft:agri_nugget:11>, <agricraft:agri_nugget:11>, <agricraft:agri_nugget:11>],
[<soulshardsrespawn:materials:1>, <minecraft:egg>, <soulshardsrespawn:materials:1>],
[<agricraft:agri_nugget:11>, <agricraft:agri_nugget:11>, <agricraft:agri_nugget:11>]]);
+152
View File
@@ -0,0 +1,152 @@
mods.astralsorcery.StarlightInfusion.addInfusion(<divinerpg:shadow_bar>, <contenttweaker:resplendent_ingot>, false, 0.8, 400);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:realmite_chicken"}}),
[[<divinerpg:realmite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:realmite_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<divinerpg:realmite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:realmite_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:arlemite_chicken"}}),
[[<divinerpg:arlemite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:arlemite_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<divinerpg:arlemite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:arlemite_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:rupee_chicken"}}),
[[<divinerpg:rupee_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:rupee_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<divinerpg:rupee_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:rupee_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:bloodgem_chicken"}}),
[[<divinerpg:bloodgem>,<contenttweaker:resplendent_ingot>,<divinerpg:bloodgem>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<divinerpg:bloodgem>,<contenttweaker:resplendent_ingot>,<divinerpg:bloodgem>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:netherite_chicken"}}),
[[<divinerpg:netherite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:netherite_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<divinerpg:netherite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:netherite_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:amethyst_chicken"}}),
[[<aoa3:amethyst>,<contenttweaker:resplendent_ingot>,<aoa3:amethyst>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:amethyst>,<contenttweaker:resplendent_ingot>,<aoa3:amethyst>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:emberstone_chicken"}}),
[[<aoa3:emberstone_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:emberstone_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:emberstone_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:emberstone_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:jade_chicken"}}),
[[<aoa3:jade>,<contenttweaker:resplendent_ingot>,<aoa3:jade>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:jade>,<contenttweaker:resplendent_ingot>,<aoa3:jade>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:limonite_chicken"}}),
[[<aoa3:limonite_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:limonite_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:limonite_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:limonite_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:rosite_chicken"}}),
[[<aoa3:rosite_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:rosite_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:rosite_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:rosite_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:runium_chicken"}}),
[[<aoa3:runium_chunk>,<contenttweaker:resplendent_ingot>,<aoa3:runium_chunk>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:runium_chunk>,<contenttweaker:resplendent_ingot>,<aoa3:runium_chunk>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:sapphire_chicken"}}),
[[<aoa3:sapphire>,<contenttweaker:resplendent_ingot>,<aoa3:sapphire>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:sapphire>,<contenttweaker:resplendent_ingot>,<aoa3:sapphire>]]);
mods.thaumcraft.Infusion.registerRecipe("mithrilliumegginf", "",
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:mithrillium_chicken"}}), 20,
[<aspect:vitreus>*30, <aspect:metallum>*100,<aspect:potentia>*20,<aspect:alienis>*10,<aspect:praecantatio>*10],
<minecraft:egg>,
[<thaumadditions:mithrillium_block>, <thaumadditions:mithrillium_ingot>,<thaumadditions:mithrillium_ingot>,<thaumadditions:mithrillium_ingot>,<thaumadditions:mithrillium_block>,<thaumadditions:mithrillium_ingot>,<thaumadditions:mithrillium_ingot>,<thaumadditions:mithrillium_ingot>]);
mods.thaumcraft.Infusion.registerRecipe("glitchegginf", "",
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:glitch_chicken"}}), 20,
[<aspect:vitreus>*30, <aspect:metallum>*100,<aspect:potentia>*20,<aspect:alienis>*10,<aspect:praecantatio>*10],
<minecraft:egg>,
[<deepmoblearning:glitch_infused_ingot>, <deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>]);
mods.thaumcraft.Infusion.registerRecipe("amberchickegginf", "",
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:amber_chicken"}}), 20,
[<aspect:vitreus>*40],
<minecraft:egg>,
[<thaumcraft:amber>, <thaumcraft:amber>,<thaumcraft:amber>,<thaumcraft:amber>,<thaumcraft:amber>,<thaumcraft:amber>,<thaumcraft:amber>,<thaumcraft:amber>]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:pshardchicken"}}),
[[<minecraft:prismarine_shard>,<contenttweaker:resplendent_ingot>,<minecraft:prismarine_shard>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:prismarine_shard>,<contenttweaker:resplendent_ingot>,<minecraft:prismarine_shard>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:stringchicken"}}),
[[<minecraft:string>,<contenttweaker:resplendent_ingot>,<minecraft:string>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:string>,<contenttweaker:resplendent_ingot>,<minecraft:string>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:emeraldchicken"}}),
[[<minecraft:emerald>,<contenttweaker:resplendent_ingot>,<minecraft:emerald>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:emerald>,<contenttweaker:resplendent_ingot>,<minecraft:emerald>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:glasschicken"}}),
[[<minecraft:glass>,<contenttweaker:resplendent_ingot>,<minecraft:glass>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:glass>,<contenttweaker:resplendent_ingot>,<minecraft:glass>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:waterchicken"}}),
[[<chickens:liquid_egg:0>,<contenttweaker:resplendent_ingot>,<chickens:liquid_egg:0>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<chickens:liquid_egg:0>,<contenttweaker:resplendent_ingot>,<chickens:liquid_egg:0>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:slimechicken"}}),
[[<minecraft:slime_ball>,<contenttweaker:resplendent_ingot>,<minecraft:slime_ball>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:slime_ball>,<contenttweaker:resplendent_ingot>,<minecraft:slime_ball>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:pcrystalchicken"}}),
[[<minecraft:prismarine_crystals>,<contenttweaker:resplendent_ingot>,<minecraft:prismarine_crystals>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:prismarine_crystals>,<contenttweaker:resplendent_ingot>,<minecraft:prismarine_crystals>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:gunpowderchicken"}}),
[[<minecraft:gunpowder>,<contenttweaker:resplendent_ingot>,<minecraft:gunpowder>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:gunpowder>,<contenttweaker:resplendent_ingot>,<minecraft:gunpowder>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:lavachicken"}}),
[[<chickens:liquid_egg:1>,<contenttweaker:resplendent_ingot>,<chickens:liquid_egg:1>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<chickens:liquid_egg:1>,<contenttweaker:resplendent_ingot>,<chickens:liquid_egg:1>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:coalchicken"}}),
[[<minecraft:coal>,<contenttweaker:resplendent_ingot>,<minecraft:coal>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:coal>,<contenttweaker:resplendent_ingot>,<minecraft:coal>]]);
mods.thermalexpansion.Centrifuge.addRecipe([(<bewitchment:tongue_of_dog>*32) % 50, (<bewitchment:adders_fork>*32) % 50, (<bewitchment:lizard_leg>*32) % 50, (<bewitchment:toe_of_frog>*32) % 50], <contenttweaker:abominable_egg>, null, 2000);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:redstonechicken"}}),
[[<minecraft:redstone>,<contenttweaker:resplendent_ingot>,<minecraft:redstone>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:redstone>,<contenttweaker:resplendent_ingot>,<minecraft:redstone>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:focusing_chicken"}}),
[[<contenttweaker:ichorium_gem>,<contenttweaker:resplendent_ingot>,<contenttweaker:ichorium_gem>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<contenttweaker:ichorium_gem>,<contenttweaker:resplendent_ingot>,<contenttweaker:ichorium_gem>]]);
recipes.addShaped(<thaumcraft:focus_2>,
[[<contenttweaker:focusing_egg>, <minecraft:ender_pearl>, <contenttweaker:focusing_egg>],
[<ore:quicksilver>, <thaumcraft:focus_1>, <ore:quicksilver>],
[<contenttweaker:focusing_egg>, <minecraft:diamond>, <contenttweaker:focusing_egg>]]);
recipes.addShaped(<thaumcraft:focus_3>,
[[<contenttweaker:focusing_egg>, <minecraft:nether_star>, <contenttweaker:focusing_egg>],
[<ore:quicksilver>, <thaumcraft:focus_1>, <ore:quicksilver>],
[<contenttweaker:focusing_egg>, <contenttweaker:primordial_sliver>, <contenttweaker:focusing_egg>]]);
+298
View File
@@ -0,0 +1,298 @@
recipes.addShaped(<chisel:chisel_diamond>.withTag({chiseldata: {}, "opeq:emcStabilized": 1 as byte, Unbreakable: 1 as byte}),
[[<divinerpg:snowflake>, <erebus:materials:0>, <divinerpg:snowflake>],
[<erebus:materials:0>, <chisel:chisel_diamond>, <erebus:materials:0>],
[<divinerpg:snowflake>, <erebus:materials:0>, <divinerpg:snowflake>]]);
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:iron_centrifuge"}),
[[<modularmachinery:itemmodularium>,null,<modularmachinery:itemmodularium>],
[null,<minecraft:paper>,null],
[<modularmachinery:itemmodularium>,null,<modularmachinery:itemmodularium>]]);
mods.chisel.Carving.addGroup("modularblueprint");
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:iron_centrifuge"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:creation_altar"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:infinity_furnace"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:arc_reactor"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:chaotic_condenser"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:plasmatic_condenser"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:ender_stone_crucible"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:plasmatic_controller"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_crucible"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:infusinator"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:gravitational_collapser"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mechanized_coop"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:shadow_fracturer"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:token_totem"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:compression_engine"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:advanced_compression_engine"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:meteoric_befaller"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:relic_of_the_fallen_tower"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:processor_clean_room"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:safe_nuke_environment"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:me_entropic_sythesizer"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:spatial_crucible"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:compression_turbine"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:soul_accumulator"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:matter_reprocessor"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:divine_combiner"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:bee_stargate"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:wormhole_field_generator"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:hostile_computing_unit"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:philosophers_unifier"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:aesir_resonator"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:seared_caster"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:arcane_autoworkbench"}),
[[null,null,<modularmachinery:itemmodularium>],
[null,<minecraft:paper>,null],
[<modularmachinery:itemmodularium>,null,null]]);
mods.chisel.Carving.addGroup("magicmultiblocks");
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:arcane_autoworkbench"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:lp_harvester"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dragonfire_forge"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:gaia_altar"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:sentient_coagulator"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:illuminated_enchanter"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:cold_iron_forge"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:valonite_gateway"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dreading_crucible"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:bloodmaster_crucible"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:blood_reprocessor"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:empowered_monolith"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:arcane_autoinfuser"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:essentia_crystallizer"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:auto_astral_altar"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dragonfire_crucible"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:sterilized_altar"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:botanic_condenser"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:pe_sterilizer"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:wizardry_combiner"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:carminite_empowerer"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:gravitite_enchanter"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:thaumic_replicator"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:corrupted_library"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:lilith_altar"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:moloch_altar"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:essentia_solidifier"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:baphomet_altar"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:herne_altar"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:blood_god_altar"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:blood_god_altar_network"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dimensional_stabilizer"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:terrestrial_cauldron"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:enchanted_greenhouse"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mechanized_essentia_smeltery"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:everburning_forge"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:forge_of_the_wyvern"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:eldritch_impetus_catalyzer"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:xp_assimilator"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:uncorrupted_library"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:vibrating_flux_crucible"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:phasing_still_pot"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:resonance_dissolver"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:fiery_enmesher"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:neutronium_cannon"}),
[[null,null,null],
[<modularmachinery:itemmodularium>,<minecraft:paper>,<modularmachinery:itemmodularium>],
[null,null,null]]);
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:neutronium_cannon"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:neutronium_bombarder"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:particle_accelerator"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:high_impulse_accelerator"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_accelerator"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_excavation_computer_multiblock"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:the_cube"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:quark_decomposer"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:meatballium_radiation_scrubber"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:radiant_meatballium_radiation_scrubber"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:cursed_meatballium_radiation_scrubber"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:active_meatballium_scrubbing_unit"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:megelium_detonator"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier1"}),
[[null,<modularmachinery:itemmodularium>,null],
[<modularmachinery:itemmodularium>,<minecraft:paper>,<modularmachinery:itemmodularium>],
[null,<modularmachinery:itemmodularium>,null]]);
mods.chisel.Carving.addGroup("mythicvoidminer");
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier1"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier2"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier3"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier4"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier5"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier6"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier7"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier8"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier9"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier10"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier11"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier12"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier13"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier14"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier15"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier16"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier17"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier18"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier19"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier20"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier21"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier22"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier23"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier24"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier25"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier26"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier27"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier28"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier29"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier30"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:me_mythic_assembler"}));
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:stellar_diviner"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:relativistic_collapser"}),
[[null,<modularmachinery:itemmodularium>,null],
[null,<minecraft:paper>,null],
[null,<modularmachinery:itemmodularium>,null]]);
mods.chisel.Carving.addGroup("dysonstuff");
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:relativistic_collapser"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_sphere"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_irradiator"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_irradiator_top"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_irradiator_bottom"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_discharger"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t2"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t3"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t4"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t5"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t6"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_compressor"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:definer_two"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:twelve_gates_of_heaven"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:font_of_divinity"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:tree_of_life"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:fluid_matrix_plasma_collider"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:ziggurat_of_life"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:impetus_syphon"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:fractallite_furnace"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:altar_to_the_name_of_names"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:bastion_of_flesh"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:plith_of_ascension"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:sentient_meatball_monument"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:shrine_of_the_sentient_meatballs"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:chaotic_striker"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_extruder"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_excavation_lattice"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:orb_of_infinite_wishes"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:catalyst_of_balance"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_dynamizer"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_scatterer"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_revolver"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_abater"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:black_hole_juicer"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:ligature_of_the_three_oaths"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:vengeance_tesseract"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:presbytery_of_the_threefold_love"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:utopic_spires"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_alloy_furnace"}),
[[<modularmachinery:itemmodularium>,null,null],
[null,<minecraft:paper>,null],
[null,null,<modularmachinery:itemmodularium>]]);
mods.chisel.Carving.addGroup("mythicprocessors");
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_alloy_furnace"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_empowerer"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_rolling_machine"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_pulverizer"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_purifier"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_muon_extractor"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_gearworking_die"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_compactor"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_wiremill"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_furnace"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_drying_rack"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:inertial_confinement_reactor"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:linear_fusion_accelerator"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:aluminum_lathe"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:plated_carpenter"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:plated_thermofabricator"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:salt_repolarizer"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:two_phase_fission_reactor"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:sparkled_spinning_wheel"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:honeysmelter_oven"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:whispering_infusion_fountain"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:elemental_altar"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_assembling_machine"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_grinder"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_blaster"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_gravitite"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_arkencrusher"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:hypergrowth_insolator"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:berserker_forge"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:berserker_crucible"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:sacred_cinders_apiary"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_electrolyzer"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_resonator"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_isotope_separator"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:quantum_condenser"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_melter"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:abyssal_entropic_catalyzer"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_rock_crusher"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_centrifuge"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:innerved_essenceifier"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_infuser"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_chemical_reactor"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_enricher"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:nightmare_electrolyzer"}),
[[<modularmachinery:itemmodularium>,<modularmachinery:itemmodularium>,<modularmachinery:itemmodularium>],
[null,<minecraft:paper>,null],
[<modularmachinery:itemmodularium>,<modularmachinery:itemmodularium>,<modularmachinery:itemmodularium>]]);
mods.chisel.Carving.addGroup("bigresourcegenerators");
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:nightmare_electrolyzer"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recurrent_nightmare_synthesizer"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_actualizing_stone"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_naquadah"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_dimensional_shards"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_dragonsteel"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_rhenia"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_ichor"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_silkyjewel"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_mythic_shell"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_self"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_botania"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_raremetals"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:warren_extractor_radioactive"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recursive_brain_in_a_vat"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recursive_brain_in_a_vat_ahkrast_korvalain"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recursive_brain_in_a_vat_donaeth_rusen"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recursive_brain_in_a_vat_kurald_emurlahn"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recursive_brain_in_a_vat_kurald_galain"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recursive_brain_in_a_vat_kurald_thyrllan"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recursive_brain_in_a_vat_omtose_phellack"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recursive_brain_in_a_vat_starvald_demelain"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recursive_brain_in_a_vat_tellan"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recursive_brain_in_a_vat_thel"}));
mods.chisel.Carving.addVariation("bigresourcegenerators", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:recursive_brain_in_a_vat_verdith_anath"}));
+268
View File
@@ -0,0 +1,268 @@
mods.chisel.Carving.addGroup("modularblueprintcontroller");
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:iron_centrifuge_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:creation_altar_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:infinity_furnace_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:arc_reactor_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:chaotic_condenser_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:plasmatic_condenser_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:ender_stone_crucible_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:plasmatic_controller_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:mythical_resource_crucible_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:infusinator_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:gravitational_collapser_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:mechanized_coop_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:shadow_fracturer_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:token_totem_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:compression_engine_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:advanced_compression_engine_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:meteoric_befaller_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:relic_of_the_fallen_tower_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:processor_clean_room_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:safe_nuke_environment_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:me_entropic_sythesizer_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:spatial_crucible_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:compression_turbine_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:soul_accumulator_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:matter_reprocessor_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:divine_combiner_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:bee_stargate_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:wormhole_field_generator_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:hostile_computing_unit_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:philosophers_unifier_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:aesir_resonator_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:seared_caster_controller>);
mods.chisel.Carving.addGroup("magicmultiblockscontroller");
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:arcane_autoworkbench_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:lp_harvester_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:dragonfire_forge_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:gaia_altar_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:sentient_coagulator_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:illuminated_enchanter_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:cold_iron_forge_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:valonite_gateway_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:dreading_crucible_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:bloodmaster_crucible_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:blood_reprocessor_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:empowered_monolith_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:arcane_autoinfuser_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:essentia_crystallizer_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:auto_astral_altar_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:dragonfire_crucible_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:sterilized_altar_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:botanic_condenser_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:pe_sterilizer_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:wizardry_combiner_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:carminite_empowerer_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:gravitite_enchanter_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:thaumic_replicator_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:corrupted_library_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:lilith_altar_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:moloch_altar_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:essentia_solidifier_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:baphomet_altar_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:herne_altar_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:blood_god_altar_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:blood_god_altar_network_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:dimensional_stabilizer_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:terrestrial_cauldron_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:enchanted_greenhouse_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:mechanized_essentia_smeltery_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:everburning_forge_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:forge_of_the_wyvern_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:eldritch_impetus_catalyzer_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:xp_assimilator_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:uncorrupted_library_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:vibrating_flux_crucible_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:phasing_still_pot_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:resonance_dissolver_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:fiery_enmesher_controller>);
mods.chisel.Carving.addGroup("quantumphysicsmultiblockscontroller");
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:neutronium_cannon_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:neutronium_bombarder_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:particle_accelerator_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:high_impulse_accelerator_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:mythic_accelerator_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:mythic_excavation_computer_multiblock_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:the_cube_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:quark_decomposer_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:meatballium_radiation_scrubber_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:radiant_meatballium_radiation_scrubber_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:cursed_meatballium_radiation_scrubber_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:active_meatballium_scrubbing_unit_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:megelium_detonator_controller>);
mods.chisel.Carving.addGroup("mythicvoidminercontroller");
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier1_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier2_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier3_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier4_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier5_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier6_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier7_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier8_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier9_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier10_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier11_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier12_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier13_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier14_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier15_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier16_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier17_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier18_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier19_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier20_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier21_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier22_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier23_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier24_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier25_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier26_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier27_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier28_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier29_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:mythical_resource_miner_tier30_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:me_mythic_assembler_controller>);
mods.chisel.Carving.addVariation("mythicvoidminercontroller", <modularmachinery:stellar_diviner_controller>);
mods.chisel.Carving.addGroup("dysonstuffcontroller");
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_sphere_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_irradiator_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_irradiator_top_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_irradiator_bottom_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_discharger_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_compressor_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:relativistic_collapser_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:definer_two_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:twelve_gates_of_heaven_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:font_of_divinity_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:tree_of_life_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:fluid_matrix_plasma_collider_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_discharger_t2_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_discharger_t3_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_discharger_t4_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_discharger_t5_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_discharger_t6_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:ziggurat_of_life_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:impetus_syphon_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:fractallite_furnace_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:altar_to_the_name_of_names_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:bastion_of_flesh_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:plith_of_ascension_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:sentient_meatball_monument_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:shrine_of_the_sentient_meatballs_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:chaotic_striker_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_extruder_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:mythic_excavation_lattice_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:orb_of_infinite_wishes_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:catalyst_of_balance_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_dynamizer_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_scatterer_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_revolver_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_abater_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:black_hole_juicer_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:ligature_of_the_three_oaths_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:vengeance_tesseract_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:presbytery_of_the_threefold_love_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:utopic_spires_controller>);
mods.chisel.Carving.addGroup("mythicprocessorscontroller");
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_alloy_furnace_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_empowerer_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_rolling_machine_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_pulverizer_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_purifier_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_muon_extractor_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_gearworking_die_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_compactor_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_furnace_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_drying_rack_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:inertial_confinement_reactor_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:linear_fusion_accelerator_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:aluminum_lathe_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:plated_carpenter_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:plated_thermofabricator_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:salt_repolarizer_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:two_phase_fission_reactor_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:sparkled_spinning_wheel_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:honeysmelter_oven_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:whispering_infusion_fountain_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:elemental_altar_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_wiremill_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_assembling_machine_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_grinder_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_blaster_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_gravitite_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_arkencrusher_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:hypergrowth_insolator_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:berserker_forge_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:berserker_crucible_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:sacred_cinders_apiary_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_electrolyzer_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_resonator_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_isotope_separator_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:quantum_condenser_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_melter_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:abyssal_entropic_catalyzer_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_rock_crusher_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_centrifuge_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:innerved_essenceifier_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_infuser_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_chemical_reactor_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_enricher_controller>);
mods.chisel.Carving.addGroup("bigresourcegeneratorscontroller");
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:nightmare_electrolyzer_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recurrent_nightmare_synthesizer_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_actualizing_stone_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_naquadah_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_dimensional_shards_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_dragonsteel_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_rhenia_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_ichor_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_silkyjewel_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_mythic_shell_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_self_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_botania_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_raremetals_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:warren_extractor_radioactive_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recursive_brain_in_a_vat_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recursive_brain_in_a_vat_ahkrast_korvalain_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recursive_brain_in_a_vat_donaeth_rusen_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recursive_brain_in_a_vat_kurald_emurlahn_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recursive_brain_in_a_vat_kurald_galain_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recursive_brain_in_a_vat_kurald_thyrllan_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recursive_brain_in_a_vat_omtose_phellack_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recursive_brain_in_a_vat_starvald_demelain_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recursive_brain_in_a_vat_tellan_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recursive_brain_in_a_vat_thel_controller>);
mods.chisel.Carving.addVariation("bigresourcegeneratorscontroller", <modularmachinery:recursive_brain_in_a_vat_verdith_anath_controller>);
+11
View File
@@ -0,0 +1,11 @@
recipes.remove(<chisel:futura>);
recipes.addShaped(<chisel:futura:0>*8,
[[<ore:stoneAndesite>, <ore:stoneAndesite>, <ore:stoneAndesite>],
[<ore:stoneAndesite>, <minecraft:redstone>, <ore:stoneAndesite>],
[<ore:stoneAndesite>, <ore:stoneAndesite>, <ore:stoneAndesite>]]);
+35
View File
@@ -0,0 +1,35 @@
recipes.removeShaped(<compactmachines3:fieldprojector>);
mods.extendedcrafting.TableCrafting.addShaped(<compactmachines3:fieldprojector>*4,
[[<divinerpg:corrupted_stone>, null, null, <compactmachines3:psd>, null, null, <divinerpg:corrupted_stone>],
[null, <divinerpg:terran_stone>, null, <divinerpg:ender_stone>, null, <divinerpg:terran_stone>, null],
[null, null, <aoa3:sapphire>, <aoa3:sapphire>, <aoa3:sapphire>, null, null],
[<immersiveengineering:toolupgrade:6>, <divinerpg:ender_stone>, <aoa3:sapphire>, <appliedenergistics2:controller>, <aoa3:sapphire>, <divinerpg:ender_stone>, <immersiveengineering:toolupgrade:6>],
[null, null, <aoa3:sapphire>, <aoa3:sapphire>, <aoa3:sapphire>, null, null],
[null, <divinerpg:terran_stone>, null, <divinerpg:ender_stone>, null, <divinerpg:terran_stone>, null],
[<divinerpg:corrupted_stone>, null, null, <nuclearcraft:compound:7>, null, null, <divinerpg:corrupted_stone>]]);
recipes.removeShaped(<rf-capability-adapter:aecapabilityadapter>);
mods.extendedcrafting.TableCrafting.addShaped(<rf-capability-adapter:aecapabilityadapter>,
[[<extendedcrafting:material:16>, null, <ore:crystalPureFluix>, null, <extendedcrafting:material:16>],
[null, <compactmachines3:tunneltool>, null, <compactmachines3:tunneltool>, null],
[<ore:crystalPureFluix>, null, <appliedenergistics2:interface>, null, <ore:crystalPureFluix>],
[null, <compactmachines3:tunneltool>, null, <compactmachines3:tunneltool>, null],
[<extendedcrafting:material:16>, null, <ore:crystalPureFluix>, null, <extendedcrafting:material:16>]]);
recipes.addShaped(<compactmachines3:tunneltool>*2,
[[<minecraft:redstone>, <minecraft:hopper>, <minecraft:redstone>],
[<minecraft:redstone>, <contenttweaker:compact_port>, <minecraft:redstone>],
[<minecraft:redstone>, <compactmachines3:wallbreakable>, <minecraft:redstone>]]);
recipes.addShaped(<compactmachines3:redstonetunneltool>*2,
[[<minecraft:redstone>, <minecraft:redstone_block>, <minecraft:redstone>],
[<minecraft:redstone>, <contenttweaker:compact_port>, <minecraft:redstone>],
[<minecraft:redstone>, <compactmachines3:wallbreakable>, <minecraft:redstone>]]);
recipes.addShaped(<contenttweaker:compact_port>*4,
[[<minecraft:redstone>, <compactmachines3:wallbreakable>, <minecraft:redstone>],
[<compactmachines3:wallbreakable>, <contenttweaker:living_gold>, <compactmachines3:wallbreakable>],
[<minecraft:redstone>, <compactmachines3:wallbreakable>, <minecraft:redstone>]]);
+5
View File
@@ -0,0 +1,5 @@
recipes.remove(<tombstone:grave_key>);
recipes.addShaped(<tombstone:christmas_hat>,
[[<divinerpg:yellow_christmas_lights>, <divinerpg:red_christmas_lights>, <divinerpg:purple_christmas_lights>],
[<divinerpg:blue_christmas_lights>, <divinerpg:santa_helmet>, <divinerpg:green_christmas_lights>]]);
+6
View File
@@ -0,0 +1,6 @@
recipes.removeShaped(<agricraft:crop_sticks>);
recipes.addShapeless(<agricraft:crop_sticks>,
[<immersiveengineering:material:0>, <immersiveengineering:material:0>,
<immersiveengineering:material:0>, <immersiveengineering:material:0>]);
+547
View File
@@ -0,0 +1,547 @@
import mods.modularmachinery.RecipeBuilder;
import mods.thaumcraft.Crucible;
import mods.thaumcraft.Infusion;
recipes.addShaped(<contenttweaker:cuendillar_primer>,
[[<thaumictinkerer:kamiresource:3>, <extrabotany:material:8>, <thaumictinkerer:kamiresource:3>],
[<extrabotany:material:5>, <thaumadditions:mithminite_ingot>, <extrabotany:material:5>],
[<thaumictinkerer:kamiresource:3>, <extrabotany:material:8>, <thaumictinkerer:kamiresource:3>]]);
mods.tconstruct.Casting.addTableRecipe(<contenttweaker:infinite_plate_stamp>, <tconstruct:large_plate>.withTag({Material: "infinity_avaritia_plustic"}), <fluid:orichalcum>, 720, true, 10);
val inffurnacefractallium = RecipeBuilder.newBuilder("inffurnacefractallium","infinity_furnace",20);
inffurnacefractallium.addFluidInput(<fluid:sideral_life_essence>*100);
inffurnacefractallium.addItemInput(<contenttweaker:recursium_ingot>);
inffurnacefractallium.addItemInput(<contenttweaker:fractal_stone>);
inffurnacefractallium.addItemOutput(<contenttweaker:fractallium_ingot>*2);
inffurnacefractallium.build();
val inffurnacealchemical = RecipeBuilder.newBuilder("inffurnacealchemical","infinity_furnace",20);
inffurnacealchemical.addFluidInput(<fluid:recursive_life_essence>*100);
inffurnacealchemical.addItemInput(<contenttweaker:alchemical_particle>*4);
inffurnacealchemical.addItemInput(<contenttweaker:opalescent_matter>);
inffurnacealchemical.addItemOutput(<contenttweaker:opalescent_particle>*5);
inffurnacealchemical.build();
val inffurnaceentropy = RecipeBuilder.newBuilder("inffurnaceentropy","infinity_furnace",20);
inffurnaceentropy.addFluidInput(<fluid:recursive_life_essence>*100);
inffurnaceentropy.addItemInput(<draconicevolution:chaos_shard:0>);
inffurnaceentropy.addItemInput(<contenttweaker:white_hole>*2);
inffurnaceentropy.addItemInput(<contenttweaker:enhanced_chaos_fragment>);
inffurnaceentropy.addItemOutput(<contenttweaker:entropyum_ingot>);
inffurnaceentropy.build();
val chaosstrikezalchemy1 = RecipeBuilder.newBuilder("chaosstrikezalchemy1","chaotic_striker",640);
chaosstrikezalchemy1.addEnergyPerTickInput(1000000000);
chaosstrikezalchemy1.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["parafrosynium", "barathosynium", "wrought_iron", "adamantium"]}, Traits: ["darktraveler", "runic1", "stalwart", "thunder2", "flame2", "frost2", "hailhydra", "unnamed", "sharp", "magnetic2", "toolleveling"]}));
chaosstrikezalchemy1.setChance(0.0);
chaosstrikezalchemy1.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezalchemy1.setChance(0.0);
chaosstrikezalchemy1.addItemInput(<contenttweaker:alchemical_particle>);
chaosstrikezalchemy1.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy1.build();
val chaosstrikezalchemy2 = RecipeBuilder.newBuilder("chaosstrikezalchemy2","chaotic_striker",640);
chaosstrikezalchemy2.addEnergyPerTickInput(1000000000);
chaosstrikezalchemy2.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["parafrosynium", "barathosynium", "wrought_iron", "adamantium"]}, Traits: ["darktraveler", "runic1", "stalwart", "thunder2", "flame2", "frost2", "hailhydra", "unnamed", "sharp", "magnetic2", "toolleveling"]}));
chaosstrikezalchemy2.setChance(0.0);
chaosstrikezalchemy2.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezalchemy2.setChance(0.0);
chaosstrikezalchemy2.addItemInput(<contenttweaker:opalescent_particle>);
chaosstrikezalchemy2.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy2.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy2.build();
val chaosstrikezalchemy3 = RecipeBuilder.newBuilder("chaosstrikezalchemy3","chaotic_striker",640);
chaosstrikezalchemy3.addEnergyPerTickInput(1000000000);
chaosstrikezalchemy3.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["trinity", "trinity", "trinity", "trinity"]}, Traits: ["lightboost", "thunder2", "holy", "toolleveling"]}));
chaosstrikezalchemy3.setChance(0.0);
chaosstrikezalchemy3.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezalchemy3.setChance(0.0);
chaosstrikezalchemy3.addItemInput(<contenttweaker:alchemical_particle>);
chaosstrikezalchemy3.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy3.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy3.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy3.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy3.build();
val chaosstrikezalchemy4 = RecipeBuilder.newBuilder("chaosstrikezalchemy4","chaotic_striker",640);
chaosstrikezalchemy4.addEnergyPerTickInput(1000000000);
chaosstrikezalchemy4.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["trinity", "trinity", "trinity", "trinity"]}, Traits: ["lightboost", "thunder2", "holy", "toolleveling"]}));
chaosstrikezalchemy4.setChance(0.0);
chaosstrikezalchemy4.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezalchemy4.setChance(0.0);
chaosstrikezalchemy4.addItemInput(<contenttweaker:opalescent_particle>);
chaosstrikezalchemy4.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy4.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy4.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy4.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy4.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy4.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy4.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy4.addItemOutput(<contenttweaker:infinite_alchemical_plate>*64);
chaosstrikezalchemy4.build();
val chaosstrikezrecursion1 = RecipeBuilder.newBuilder("chaosstrikezrecursion1","chaotic_striker",10);
chaosstrikezrecursion1.addEnergyPerTickInput(1000000000);
chaosstrikezrecursion1.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["runandium", "orichalcum", "neutronium", "kaiyu"]}, Traits: ["evil_pressure", "apocalypse", "laced", "mind", "body", "soul1", "thunder2", "flame2", "frost2", "uplifting", "shulking", "bone_shock", "high_in_calcium", "toolleveling"]}));
chaosstrikezrecursion1.setChance(0.0);
chaosstrikezrecursion1.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezrecursion1.setChance(0.0);
chaosstrikezrecursion1.addItemInput(<contenttweaker:recursium_ingot>);
chaosstrikezrecursion1.addItemOutput(<contenttweaker:infinite_recursive_plate>);
chaosstrikezrecursion1.build();
val chaosstrikezrecursion2 = RecipeBuilder.newBuilder("chaosstrikezrecursion2","chaotic_striker",10);
chaosstrikezrecursion2.addEnergyPerTickInput(1000000000);
chaosstrikezrecursion2.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["runandium", "orichalcum", "neutronium", "kaiyu"]}, Traits: ["evil_pressure", "apocalypse", "laced", "mind", "body", "soul1", "thunder2", "flame2", "frost2", "uplifting", "shulking", "bone_shock", "high_in_calcium", "toolleveling"]}));
chaosstrikezrecursion2.setChance(0.0);
chaosstrikezrecursion2.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezrecursion2.setChance(0.0);
chaosstrikezrecursion2.addItemInput(<contenttweaker:fractallium_ingot>);
chaosstrikezrecursion2.addItemOutput(<contenttweaker:infinite_recursive_plate>*2);
chaosstrikezrecursion2.build();
val chaosstrikezrecursion3 = RecipeBuilder.newBuilder("chaosstrikezrecursion3","chaotic_striker",10);
chaosstrikezrecursion3.addEnergyPerTickInput(1000000000);
chaosstrikezrecursion3.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["worthy", "worthy", "worthy", "worthy"]}, Traits: ["overflow", "bloodymary", "toolleveling"]}));
chaosstrikezrecursion3.setChance(0.0);
chaosstrikezrecursion3.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezrecursion3.setChance(0.0);
chaosstrikezrecursion3.addItemInput(<contenttweaker:recursium_ingot>);
chaosstrikezrecursion3.addItemOutput(<contenttweaker:infinite_recursive_plate>*4);
chaosstrikezrecursion3.build();
val chaosstrikezrecursion4 = RecipeBuilder.newBuilder("chaosstrikezrecursion4","chaotic_striker",10);
chaosstrikezrecursion4.addEnergyPerTickInput(1000000000);
chaosstrikezrecursion4.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["worthy", "worthy", "worthy", "worthy"]}, Traits: ["overflow", "bloodymary", "toolleveling"]}));
chaosstrikezrecursion4.setChance(0.0);
chaosstrikezrecursion4.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezrecursion4.setChance(0.0);
chaosstrikezrecursion4.addItemInput(<contenttweaker:fractallium_ingot>);
chaosstrikezrecursion4.addItemOutput(<contenttweaker:infinite_recursive_plate>*8);
chaosstrikezrecursion4.build();
val chaosstrikezentropy1 = RecipeBuilder.newBuilder("chaosstrikezentropy1","chaotic_striker",10);
chaosstrikezentropy1.addEnergyPerTickInput(1000000000);
chaosstrikezentropy1.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["chaotic_plustic", "infinity_avaritia_plustic", "ascended_draconic_alloy", "vibranium_alloy"]}, Traits: ["darktraveler", "global", "brownmagic", "apocalypse", "spiky", "prickly", "ghastly", "endspeed", "toolleveling"]}));
chaosstrikezentropy1.setChance(0.0);
chaosstrikezentropy1.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezentropy1.setChance(0.0);
chaosstrikezentropy1.addItemInput(<draconicevolution:chaos_shard:0>);
chaosstrikezentropy1.addItemOutput(<contenttweaker:infinite_entropic_plate>);
chaosstrikezentropy1.build();
val chaosstrikezentropy2 = RecipeBuilder.newBuilder("chaosstrikezentropy2","chaotic_striker",10);
chaosstrikezentropy2.addEnergyPerTickInput(1000000000);
chaosstrikezentropy2.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["chaotic_plustic", "infinity_avaritia_plustic", "ascended_draconic_alloy", "vibranium_alloy"]}, Traits: ["darktraveler", "global", "brownmagic", "apocalypse", "spiky", "prickly", "ghastly", "endspeed", "toolleveling"]}));
chaosstrikezentropy2.setChance(0.0);
chaosstrikezentropy2.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezentropy2.setChance(0.0);
chaosstrikezentropy2.addItemInput(<contenttweaker:entropyum_ingot>);
chaosstrikezentropy2.addItemOutput(<contenttweaker:infinite_entropic_plate>*2);
chaosstrikezentropy2.build();
val chaosstrikezentropy3 = RecipeBuilder.newBuilder("chaosstrikezentropy3","chaotic_striker",10);
chaosstrikezentropy3.addEnergyPerTickInput(1000000000);
chaosstrikezentropy3.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["cosmic_balance", "cosmic_balance", "cosmic_balance", "cosmic_balance"]}, Traits: ["hailhydra", "vindictive", "holy", "toolleveling"]}));
chaosstrikezentropy3.setChance(0.0);
chaosstrikezentropy3.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezentropy3.setChance(0.0);
chaosstrikezentropy3.addItemInput(<draconicevolution:chaos_shard:0>);
chaosstrikezentropy3.addItemOutput(<contenttweaker:infinite_entropic_plate>*4);
chaosstrikezentropy3.build();
val chaosstrikezentropy4 = RecipeBuilder.newBuilder("chaosstrikezentropy4","chaotic_striker",10);
chaosstrikezentropy4.addEnergyPerTickInput(1000000000);
chaosstrikezentropy4.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["cosmic_balance", "cosmic_balance", "cosmic_balance", "cosmic_balance"]}, Traits: ["hailhydra", "vindictive", "holy", "toolleveling"]}));
chaosstrikezentropy4.setChance(0.0);
chaosstrikezentropy4.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezentropy4.setChance(0.0);
chaosstrikezentropy4.addItemInput(<contenttweaker:entropyum_ingot>);
chaosstrikezentropy4.addItemOutput(<contenttweaker:infinite_entropic_plate>*8);
chaosstrikezentropy4.build();
val chaosstrikeztaint1 = RecipeBuilder.newBuilder("chaosstrikeztaint1","chaotic_striker",10);
chaosstrikeztaint1.addEnergyPerTickInput(1000000000);
chaosstrikeztaint1.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["silver", "thaumium", "blood_infused_glitch", "brass"]}, Traits: ["holy", "thaumic", "overflow", "toolleveling"]}));
chaosstrikeztaint1.setChance(0.0);
chaosstrikeztaint1.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikeztaint1.setChance(0.0);
chaosstrikeztaint1.addItemInput(<contenttweaker:fractallite_taint>);
chaosstrikeztaint1.addItemOutput(<contenttweaker:infinite_tainted_plate>*16);
chaosstrikeztaint1.build();
val chaosstrikeztaint2 = RecipeBuilder.newBuilder("chaosstrikeztaint2","chaotic_striker",10);
chaosstrikeztaint2.addEnergyPerTickInput(1000000000);
chaosstrikeztaint2.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["hopebringer_metal", "hopebringer_metal", "hopebringer_metal", "hopebringer_metal"]}, Traits: ["twilit"]}));
chaosstrikeztaint2.setChance(0.0);
chaosstrikeztaint2.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikeztaint2.setChance(0.0);
chaosstrikeztaint2.addItemInput(<contenttweaker:fractallite_taint>);
chaosstrikeztaint2.addItemOutput(<contenttweaker:infinite_tainted_plate>*32);
chaosstrikeztaint2.build();
val chaosstrikeztrinity1 = RecipeBuilder.newBuilder("chaosstrikeztrinity1","chaotic_striker",10);
chaosstrikeztrinity1.addEnergyPerTickInput(1000000000);
chaosstrikeztrinity1.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["cosmic_balance", "cosmic_balance", "cosmic_balance", "cosmic_balance"]}, Traits: ["hailhydra", "vindictive", "holy", "toolleveling"]}));
chaosstrikeztrinity1.setChance(0.0);
chaosstrikeztrinity1.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikeztrinity1.setChance(0.0);
chaosstrikeztrinity1.addItemInput(<contenttweaker:trinity_ingot>*8);
chaosstrikeztrinity1.addItemOutput(<contenttweaker:infinite_loving_plate>*12);
chaosstrikeztrinity1.build();
val chaosstrikeztrinity2 = RecipeBuilder.newBuilder("chaosstrikeztrinity2","chaotic_striker",10);
chaosstrikeztrinity2.addEnergyPerTickInput(1000000000);
chaosstrikeztrinity2.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["crimson_warren_remains", "crimson_warren_remains", "crimson_warren_remains", "crimson_warren_remains"]}, Traits: ["stopbeingselfish"]}));
chaosstrikeztrinity2.setChance(0.0);
chaosstrikeztrinity2.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikeztrinity2.setChance(0.0);
chaosstrikeztrinity2.addItemInput(<contenttweaker:trinity_ingot>*8);
chaosstrikeztrinity2.addItemOutput(<contenttweaker:infinite_loving_plate>*16);
chaosstrikeztrinity2.build();
val chaosstrikeztrinity3 = RecipeBuilder.newBuilder("chaosstrikeztrinity3","chaotic_striker",10);
chaosstrikeztrinity3.addEnergyPerTickInput(1000000000);
chaosstrikeztrinity3.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["cosmic_balance", "cosmic_balance", "cosmic_balance", "cosmic_balance"]}, Traits: ["hailhydra", "vindictive", "holy", "toolleveling"]}));
chaosstrikeztrinity3.setChance(0.0);
chaosstrikeztrinity3.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikeztrinity3.setChance(0.0);
chaosstrikeztrinity3.addItemInput(<contenttweaker:ingot_of_omnibelevolence>*8);
chaosstrikeztrinity3.addItemOutput(<contenttweaker:infinite_loving_plate>*24);
chaosstrikeztrinity3.build();
val chaosstrikeztrinity4 = RecipeBuilder.newBuilder("chaosstrikeztrinity4","chaotic_striker",10);
chaosstrikeztrinity4.addEnergyPerTickInput(1000000000);
chaosstrikeztrinity4.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["crimson_warren_remains", "crimson_warren_remains", "crimson_warren_remains", "crimson_warren_remains"]}, Traits: ["stopbeingselfish"]}));
chaosstrikeztrinity4.setChance(0.0);
chaosstrikeztrinity4.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikeztrinity4.setChance(0.0);
chaosstrikeztrinity4.addItemInput(<contenttweaker:ingot_of_omnibelevolence>*8);
chaosstrikeztrinity4.addItemOutput(<contenttweaker:infinite_loving_plate>*32);
chaosstrikeztrinity4.build();
val chaosstrikezvoid1 = RecipeBuilder.newBuilder("chaosstrikezvoid1","chaotic_striker",10);
chaosstrikezvoid1.addEnergyPerTickInput(1000000000);
chaosstrikezvoid1.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["nothingness", "nothingness", "nothingness", "nothingness"]}}));
chaosstrikezvoid1.setChance(0.0);
chaosstrikezvoid1.addItemInput(<contenttweaker:infinite_mask_stamp>);
chaosstrikezvoid1.setChance(0.0);
chaosstrikezvoid1.addItemInput(<contenttweaker:defined_disk>);
chaosstrikezvoid1.addItemOutput(<contenttweaker:mask_of_definition>);
chaosstrikezvoid1.build();
//mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_plate>,
//1000000,
//<contenttweaker:brightseel_alloy_plate>,
//[<contenttweaker:cuendillar_primer>, <careerbees:ingredients:12>,
//<contenttweaker:infinite_alchemical_plate>, itemUtils.createEnchantedBook(<enchantment:minecraft:projectile_protection>.makeEnchantment(20)), <contenttweaker:infinite_entropic_plate>,
//<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
//itemUtils.createEnchantedBook(<enchantment:minecraft:smite>.makeEnchantment(20)), <contenttweaker:infinite_recursive_plate>, itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(75))]);
val ligaturethree1 = RecipeBuilder.newBuilder("ligaturethree1","ligature_of_the_three_oaths",2);
ligaturethree1.addEnergyPerTickInput(2000000000);
ligaturethree1.addFluidInput(<fluid:tangible_ordo>*50);
ligaturethree1.addFluidInput(<fluid:tangible_perditio>*50);
ligaturethree1.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree1.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree1.addItemInput(<careerbees:ingredients:12>);
ligaturethree1.addItemInput(<careerbees:ingredients:11>);
ligaturethree1.addItemInput(<contenttweaker:infinite_alchemical_plate>);
ligaturethree1.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:projectile_protection>.makeEnchantment(20)));
ligaturethree1.addItemInput(<contenttweaker:infinite_entropic_plate>);
ligaturethree1.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:smite>.makeEnchantment(20)));
ligaturethree1.addItemInput(<contenttweaker:infinite_recursive_plate>);
ligaturethree1.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(75)));
ligaturethree1.addItemInput(<contenttweaker:brightseel_alloy_plate>);
ligaturethree1.addItemOutput(<contenttweaker:cuendillar_plate>);
ligaturethree1.build();
//mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_plate>,
//1000000,
//<contenttweaker:brightseel_alloy_plate>,
//[<contenttweaker:cuendillar_primer>, <careerbees:ingredients:12>,
//<contenttweaker:infinite_alchemical_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 17}]}), <contenttweaker:infinite_entropic_plate>,
//<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
//<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 4}]}), <contenttweaker:infinite_recursive_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 75 as short, id: 34}]})]);
val ligaturethree2 = RecipeBuilder.newBuilder("ligaturethree2","ligature_of_the_three_oaths",2);
ligaturethree2.addEnergyPerTickInput(2000000000);
ligaturethree2.addFluidInput(<fluid:tangible_ordo>*50);
ligaturethree2.addFluidInput(<fluid:tangible_perditio>*50);
ligaturethree2.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree2.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree2.addItemInput(<careerbees:ingredients:12>);
ligaturethree2.addItemInput(<careerbees:ingredients:11>);
ligaturethree2.addItemInput(<contenttweaker:infinite_alchemical_plate>);
ligaturethree2.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 17}]}));
ligaturethree2.addItemInput(<contenttweaker:infinite_entropic_plate>);
ligaturethree2.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 4}]}));
ligaturethree2.addItemInput(<contenttweaker:infinite_recursive_plate>);
ligaturethree2.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 75 as short, id: 34}]}));
ligaturethree2.addItemInput(<contenttweaker:brightseel_alloy_plate>);
ligaturethree2.addItemOutput(<contenttweaker:cuendillar_plate>);
ligaturethree2.build();
//mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_plate>*10,
//1000000,
//<contenttweaker:power_wrought_brightsteel_alloy_plate>,
//[<contenttweaker:cuendillar_primer>, <careerbees:ingredients:12>,
//<contenttweaker:infinite_alchemical_plate>, itemUtils.createEnchantedBook(<enchantment:minecraft:projectile_protection>.makeEnchantment(20)), <contenttweaker:infinite_entropic_plate>,
//<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
//itemUtils.createEnchantedBook(<enchantment:minecraft:smite>.makeEnchantment(20)), <contenttweaker:infinite_recursive_plate>, itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(75))]);
val ligaturethree3 = RecipeBuilder.newBuilder("ligaturethree3","ligature_of_the_three_oaths",2);
ligaturethree3.addEnergyPerTickInput(2000000000);
ligaturethree3.addFluidInput(<fluid:tangible_ordo>*50);
ligaturethree3.addFluidInput(<fluid:tangible_perditio>*50);
ligaturethree3.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree3.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree3.addItemInput(<careerbees:ingredients:12>);
ligaturethree3.addItemInput(<careerbees:ingredients:11>);
ligaturethree3.addItemInput(<contenttweaker:infinite_alchemical_plate>);
ligaturethree3.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:projectile_protection>.makeEnchantment(20)));
ligaturethree3.addItemInput(<contenttweaker:infinite_entropic_plate>);
ligaturethree3.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:smite>.makeEnchantment(20)));
ligaturethree3.addItemInput(<contenttweaker:infinite_recursive_plate>);
ligaturethree3.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(75)));
ligaturethree3.addItemInput(<contenttweaker:power_wrought_brightsteel_alloy_plate>);
ligaturethree3.addItemOutput(<contenttweaker:cuendillar_plate>*10);
ligaturethree3.build();
//mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_plate>*10,
//1000000,
//<contenttweaker:power_wrought_brightsteel_alloy_plate>,
//[<contenttweaker:cuendillar_primer>, <careerbees:ingredients:12>,
//<contenttweaker:infinite_alchemical_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 17}]}), <contenttweaker:infinite_entropic_plate>,
//<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
//<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 4}]}), <contenttweaker:infinite_recursive_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 75 as short, id: 34}]})]);
val ligaturethree4 = RecipeBuilder.newBuilder("ligaturethree4","ligature_of_the_three_oaths",2);
ligaturethree4.addEnergyPerTickInput(2000000000);
ligaturethree4.addFluidInput(<fluid:tangible_ordo>*50);
ligaturethree4.addFluidInput(<fluid:tangible_perditio>*50);
ligaturethree4.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree4.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree4.addItemInput(<careerbees:ingredients:12>);
ligaturethree4.addItemInput(<careerbees:ingredients:11>);
ligaturethree4.addItemInput(<contenttweaker:infinite_alchemical_plate>);
ligaturethree4.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 17}]}));
ligaturethree4.addItemInput(<contenttweaker:infinite_entropic_plate>);
ligaturethree4.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 4}]}));
ligaturethree4.addItemInput(<contenttweaker:infinite_recursive_plate>);
ligaturethree4.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 75 as short, id: 34}]}));
ligaturethree4.addItemInput(<contenttweaker:power_wrought_brightsteel_alloy_plate>);
ligaturethree4.addItemOutput(<contenttweaker:cuendillar_plate>*10);
ligaturethree4.build();
//mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_plate>*40,
//1000000,
//<contenttweaker:cleansed_brightsteel_alloy_plate>,
//[<contenttweaker:cuendillar_primer>, <careerbees:ingredients:12>,
//<contenttweaker:infinite_alchemical_plate>, itemUtils.createEnchantedBook(<enchantment:minecraft:projectile_protection>.makeEnchantment(20)), <contenttweaker:infinite_entropic_plate>,
//<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
//itemUtils.createEnchantedBook(<enchantment:minecraft:smite>.makeEnchantment(20)), <contenttweaker:infinite_recursive_plate>, itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(75))]);
val ligaturethree5 = RecipeBuilder.newBuilder("ligaturethree5","ligature_of_the_three_oaths",2);
ligaturethree5.addEnergyPerTickInput(2000000000);
ligaturethree5.addFluidInput(<fluid:tangible_ordo>*50);
ligaturethree5.addFluidInput(<fluid:tangible_perditio>*50);
ligaturethree5.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree5.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree5.addItemInput(<careerbees:ingredients:12>);
ligaturethree5.addItemInput(<careerbees:ingredients:11>);
ligaturethree5.addItemInput(<contenttweaker:infinite_alchemical_plate>);
ligaturethree5.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:projectile_protection>.makeEnchantment(20)));
ligaturethree5.addItemInput(<contenttweaker:infinite_entropic_plate>);
ligaturethree5.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:smite>.makeEnchantment(20)));
ligaturethree5.addItemInput(<contenttweaker:infinite_recursive_plate>);
ligaturethree5.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(75)));
ligaturethree5.addItemInput(<contenttweaker:cleansed_brightsteel_alloy_plate>);
ligaturethree5.addItemOutput(<contenttweaker:cuendillar_plate>*40);
ligaturethree5.build();
//mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_plate>*40,
//1000000,
//<contenttweaker:cleansed_brightsteel_alloy_plate>,
//[<contenttweaker:cuendillar_primer>, <careerbees:ingredients:12>,
//<contenttweaker:infinite_alchemical_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 17}]}), <contenttweaker:infinite_entropic_plate>,
//<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
//<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 4}]}), <contenttweaker:infinite_recursive_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 75 as short, id: 34}]})]);
val ligaturethree6 = RecipeBuilder.newBuilder("ligaturethree6","ligature_of_the_three_oaths",2);
ligaturethree6.addEnergyPerTickInput(2000000000);
ligaturethree6.addFluidInput(<fluid:tangible_ordo>*50);
ligaturethree6.addFluidInput(<fluid:tangible_perditio>*50);
ligaturethree6.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree6.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree6.addItemInput(<careerbees:ingredients:12>);
ligaturethree6.addItemInput(<careerbees:ingredients:11>);
ligaturethree6.addItemInput(<contenttweaker:infinite_alchemical_plate>);
ligaturethree6.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 17}]}));
ligaturethree6.addItemInput(<contenttweaker:infinite_entropic_plate>);
ligaturethree6.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 4}]}));
ligaturethree6.addItemInput(<contenttweaker:infinite_recursive_plate>);
ligaturethree6.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 75 as short, id: 34}]}));
ligaturethree6.addItemInput(<contenttweaker:cleansed_brightsteel_alloy_plate>);
ligaturethree6.addItemOutput(<contenttweaker:cuendillar_plate>*40);
ligaturethree6.build();
val ligaturethree7 = RecipeBuilder.newBuilder("ligaturethree7","ligature_of_the_three_oaths",2);
ligaturethree7.addEnergyPerTickInput(2000000000);
ligaturethree7.addFluidInput(<fluid:tangible_ordo>*50);
ligaturethree7.addFluidInput(<fluid:tangible_perditio>*50);
ligaturethree7.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree7.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree7.addItemInput(<careerbees:ingredients:12>);
ligaturethree7.addItemInput(<careerbees:ingredients:11>);
ligaturethree7.addItemInput(<contenttweaker:infinite_alchemical_plate>);
ligaturethree7.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:projectile_protection>.makeEnchantment(20)));
ligaturethree7.addItemInput(<contenttweaker:infinite_entropic_plate>);
ligaturethree7.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:smite>.makeEnchantment(20)));
ligaturethree7.addItemInput(<contenttweaker:infinite_recursive_plate>);
ligaturethree7.addItemInput(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(75)));
ligaturethree7.addItemInput(<contenttweaker:brightsteel_alloy_plate_of_the_one_power>);
ligaturethree7.addItemOutput(<contenttweaker:cuendillar_plate>*120);
ligaturethree7.build();
val ligaturethree8 = RecipeBuilder.newBuilder("ligaturethree8","ligature_of_the_three_oaths",2);
ligaturethree8.addEnergyPerTickInput(2000000000);
ligaturethree8.addFluidInput(<fluid:tangible_ordo>*50);
ligaturethree8.addFluidInput(<fluid:tangible_perditio>*50);
ligaturethree8.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree8.addItemInput(<contenttweaker:cuendillar_primer>);
ligaturethree8.addItemInput(<careerbees:ingredients:12>);
ligaturethree8.addItemInput(<careerbees:ingredients:11>);
ligaturethree8.addItemInput(<contenttweaker:infinite_alchemical_plate>);
ligaturethree8.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 17}]}));
ligaturethree8.addItemInput(<contenttweaker:infinite_entropic_plate>);
ligaturethree8.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 4}]}));
ligaturethree8.addItemInput(<contenttweaker:infinite_recursive_plate>);
ligaturethree8.addItemInput(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 75 as short, id: 34}]}));
ligaturethree8.addItemInput(<contenttweaker:brightsteel_alloy_plate_of_the_one_power>);
ligaturethree8.addItemOutput(<contenttweaker:cuendillar_plate>*120);
ligaturethree8.build();
// <tconstruct:hammer>.withTag({TinkerData: {Materials: ["parafrosynium", "barathosynium", "wrought_iron", "adamantium"]}, Traits: ["darktraveler", "runic1", "stalwart", "thunder2", "flame2", "frost2", "hailhydra", "unnamed", "sharp", "magnetic2", "toolleveling"]})
// <tconstruct:hammer>.withTag({TinkerData: {Materials: ["runandium", "orichalcum", "neutronium", "kaiyu"]}, Traits: ["evil_pressure", "apocalypse", "laced", "mind", "body", "soul1", "thunder2", "flame2", "frost2", "uplifting", "shulking", "bone_shock", "high_in_calcium", "toolleveling"]})
// <tconstruct:hammer>.withTag({TinkerData: {Materials: ["chaotic_plustic", "infinity_avaritia_plustic", "ascended_draconic_alloy", "vibranium_alloy"]}, Traits: ["darktraveler", "global", "brownmagic", "apocalypse", "spiky", "prickly", "ghastly", "endspeed", "toolleveling"]})
mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/kashangauntlet",
<contenttweaker:key_of_actualization>,
5000, 500,
[
<contenttweaker:self_actualizing_warren_rift>, <contenttweaker:recursion_of_dimensional_ascension>, <contenttweaker:self_actualizing_warren_rift>,
<contenttweaker:recursion_of_dimensional_ascension>, <contenttweaker:hyperuranon_actualizing_fabrial>, <contenttweaker:recursion_of_dimensional_ascension>,
<contenttweaker:self_actualizing_warren_rift>, <contenttweaker:recursion_of_dimensional_ascension>, <contenttweaker:self_actualizing_warren_rift>,
<contenttweaker:actualization_aspected_eleint_scale>, <contenttweaker:actualization_aspected_eleint_scale>, <contenttweaker:actualization_aspected_eleint_scale>, <contenttweaker:actualization_aspected_eleint_scale>,
<contenttweaker:hopebringer_metal>, <contenttweaker:hopebringer_metal>,
<contenttweaker:hopebringer_metal>, <contenttweaker:hopebringer_metal>,
<contenttweaker:hopebringer_metal>, <contenttweaker:hopebringer_metal>,
<contenttweaker:hopebringer_metal>, <contenttweaker:hopebringer_metal>,
<openblocks:tank>.withTag({tank: {FluidName: "whisper_of_starvald_demelain", Amount: 16000}}), <openblocks:tank>.withTag({tank: {FluidName: "whisper_of_starvald_demelain", Amount: 16000}}), <openblocks:tank>.withTag({tank: {FluidName: "whisper_of_starvald_demelain", Amount: 16000}}), <openblocks:tank>.withTag({tank: {FluidName: "whisper_of_starvald_demelain", Amount: 16000}}),
<contenttweaker:actualization_of_balance>, <contenttweaker:actualization_of_glory>,
<contenttweaker:actualization_of_hope>, <contenttweaker:actualization_of_knowledge>
],
"astralsorcery.constellation.fornax");
mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/kashangauntlet",
<contenttweaker:offering_to_the_eleint_of_actualization>,
5000, 500,
[
<contenttweaker:hyperuranion_ring>, <contenttweaker:hyperuranion_staff>, <contenttweaker:hyperuranion_ring>,
<contenttweaker:hyperuranion_staff>, <contenttweaker:warren_plate>, <contenttweaker:hyperuranion_staff>,
<contenttweaker:hyperuranion_ring>, <contenttweaker:hyperuranion_staff>, <contenttweaker:hyperuranion_ring>,
<contenttweaker:hyperuranion_bow>, <contenttweaker:hyperuranion_bow>, <contenttweaker:hyperuranion_bow>, <contenttweaker:hyperuranion_bow>,
<contenttweaker:hyperuranion_sphere>, <contenttweaker:hyperuranion_sphere>,
<contenttweaker:hyperuranion_plate>, <contenttweaker:hyperuranion_plate>,
<contenttweaker:hyperuranion_plate>, <contenttweaker:hyperuranion_plate>,
<contenttweaker:hyperuranion_sphere>, <contenttweaker:hyperuranion_sphere>,
<contenttweaker:hyperuranion_disk>, <contenttweaker:hyperuranion_disk>, <contenttweaker:hyperuranion_disk>, <contenttweaker:hyperuranion_disk>,
<forge:bucketfilled>.withTag({FluidName: "eleint_dragonfire", Amount: 1000}), <forge:bucketfilled>.withTag({FluidName: "eleint_dragonfire", Amount: 1000}),
<forge:bucketfilled>.withTag({FluidName: "eleint_dragonfire", Amount: 1000}), <forge:bucketfilled>.withTag({FluidName: "eleint_dragonfire", Amount: 1000})
],
"astralsorcery.constellation.fornax");
val chaosstrikezwarrens1 = RecipeBuilder.newBuilder("chaosstrikezwarrens1","chaotic_striker",10);
chaosstrikezwarrens1.addEnergyPerTickInput(1000000000);
chaosstrikezwarrens1.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["yggdrasil_wood", "yggdrasil_wood", "yggdrasil_wood", "yggdrasil_wood"]}, Traits: ["will_of_the_aesir", "toolleveling"]}));
chaosstrikezwarrens1.setChance(0.0);
chaosstrikezwarrens1.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezwarrens1.setChance(0.0);
chaosstrikezwarrens1.addItemInput(<contenttweaker:self_actualizing_warren_rift>);
chaosstrikezwarrens1.addItemOutput(<contenttweaker:warren_plate>*8);
chaosstrikezwarrens1.build();
val chaosstrikezwarrens2 = RecipeBuilder.newBuilder("chaosstrikezwarrens2","chaotic_striker",10);
chaosstrikezwarrens2.addEnergyPerTickInput(1000000000);
chaosstrikezwarrens2.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["omnibenevolent", "omnibenevolent", "omnibenevolent", "omnibenevolent"]}, Traits: ["overflow", "toolleveling"]}));
chaosstrikezwarrens2.setChance(0.0);
chaosstrikezwarrens2.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezwarrens2.setChance(0.0);
chaosstrikezwarrens2.addItemInput(<contenttweaker:self_actualizing_warren_rift>);
chaosstrikezwarrens2.addItemOutput(<contenttweaker:warren_plate>*12);
chaosstrikezwarrens2.build();
val chaosstrikezwarrens3 = RecipeBuilder.newBuilder("chaosstrikezwarrens3","chaotic_striker",10);
chaosstrikezwarrens3.addEnergyPerTickInput(1000000000);
chaosstrikezwarrens3.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["yggdrasil_wood", "yggdrasil_wood", "yggdrasil_wood", "yggdrasil_wood"]}, Traits: ["will_of_the_aesir", "toolleveling"]}));
chaosstrikezwarrens3.setChance(0.0);
chaosstrikezwarrens3.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezwarrens3.setChance(0.0);
chaosstrikezwarrens3.addItemInput(<contenttweaker:self_actualizing_metal>);
chaosstrikezwarrens3.addItemOutput(<contenttweaker:warren_plate>*16);
chaosstrikezwarrens3.build();
val chaosstrikezwarrens4 = RecipeBuilder.newBuilder("chaosstrikezwarrens4","chaotic_striker",10);
chaosstrikezwarrens4.addEnergyPerTickInput(1000000000);
chaosstrikezwarrens4.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["omnibenevolent", "omnibenevolent", "omnibenevolent", "omnibenevolent"]}, Traits: ["overflow", "toolleveling"]}));
chaosstrikezwarrens4.setChance(0.0);
chaosstrikezwarrens4.addItemInput(<contenttweaker:infinite_plate_stamp>);
chaosstrikezwarrens4.setChance(0.0);
chaosstrikezwarrens4.addItemInput(<contenttweaker:self_actualizing_metal>);
chaosstrikezwarrens4.addItemOutput(<contenttweaker:warren_plate>*24);
chaosstrikezwarrens4.build();
val creataltarbrightpl = RecipeBuilder.newBuilder("creataltarbrightpl","creation_altar",10);
creataltarbrightpl.addEnergyPerTickInput(1000000000);
creataltarbrightpl.addFluidInput(<fluid:tangible_aer>*50);
creataltarbrightpl.addFluidInput(<fluid:tangible_ignis>*50);
creataltarbrightpl.addFluidInput(<fluid:tangible_aqua>*50);
creataltarbrightpl.addFluidInput(<fluid:tangible_terra>*50);
creataltarbrightpl.addItemInput(<contenttweaker:standard_of_the_dragon_reborn>);
creataltarbrightpl.setChance(0.0);
creataltarbrightpl.addItemInput(<contenttweaker:cleansed_brightsteel_alloy_plate>);
creataltarbrightpl.addItemOutput(<contenttweaker:brightsteel_alloy_plate_of_the_one_power>);
creataltarbrightpl.build();
val creataltararbiteremerald = RecipeBuilder.newBuilder("creataltararbiteremerald","creation_altar",10);
creataltararbiteremerald.addEnergyPerTickInput(500000000);
creataltararbiteremerald.addFluidInput(<fluid:tangible_aer>*10);
creataltararbiteremerald.addFluidInput(<fluid:tangible_ignis>*10);
creataltararbiteremerald.addFluidInput(<fluid:tangible_aqua>*10);
creataltararbiteremerald.addFluidInput(<fluid:tangible_terra>*10);
creataltararbiteremerald.addItemInput(<contenttweaker:standard_of_the_dragon_reborn>);
creataltararbiteremerald.setChance(0.0);
creataltararbiteremerald.addItemInput(<contenttweaker:ascended_fluix_crystal>*4);
creataltararbiteremerald.addItemInput(<minecraft:emerald>*256);
creataltararbiteremerald.addItemOutput(<contenttweaker:one_power_aspected_emerald>*256);
creataltararbiteremerald.build();
+139
View File
@@ -0,0 +1,139 @@
import loottweaker.LootTweaker;
import loottweaker.vanilla.loot.LootTable;
import loottweaker.vanilla.loot.LootPool;
import crafttweaker.enchantments.IEnchantmentDefinition;
import crafttweaker.enchantments.IEnchantment;
import crafttweaker.data.IData;
import crafttweaker.item.IItemStack;
function enchantChampionBook(inputItem as IItemStack, enchArray as IEnchantmentDefinition, levelArray as int) as IItemStack{
var enchMap as IData = {};
enchMap += enchArray.makeEnchantment(levelArray).makeTag();
return inputItem .withTag(enchMap);
}
val champions = LootTweaker.getTable("champions:champion_loot");
val championpoolgeneral = champions.addPool("championpoolgeneral", 1, 1, 0, 0);
championpoolgeneral.addItemEntry(<minecraft:boat>, 25);
// championpoolgeneral.addItemEntry(<minecraft:diamond_hoe>, 25);
championpoolgeneral.addItemEntry(<aoa3:runium_chunk>, 20);
championpoolgeneral.addItemEntry(<minecraft:spawn_egg>.withTag({EntityTag: {id: "minecraft:slime"}}), 15);
championpoolgeneral.addItemEntry(<projecte:item.pe_fuel:2>, 5);
championpoolgeneral.addItemEntry(<projecte:item.pe_fuel:1>, 10);
championpoolgeneral.addItemEntry(<projecte:item.pe_fuel:0>, 15);
championpoolgeneral.addItemEntry(<rftools:dimensional_shard>, 15);
// championpoolgeneral.addItemEntry(<mysticalagradditions:nether_star_essence>, 5);
val championpoolguaranteed = champions.addPool("championpoolguaranteed", 1, 1, 0, 0);
championpoolguaranteed.addItemEntry(<contenttweaker:champion_token>, 10);
val championpoolenchant = champions.addPool("championpoolenchant", 1, 1, 0, 0);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sweeping>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sweeping>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sweeping>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sweeping>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sweeping>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sharpness>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sharpness>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sharpness>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sharpness>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sharpness>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(6)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:thorns>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:thorns>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:leech>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:enderio:witherarrow>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:astralsorcery:enchantment.as.nightvision>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:frost_walker>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:punch>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:lure>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:fire_aspect>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:fortune>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:fortune>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:fortune>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:mending>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:knockback>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:woot:headhunter>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:aqua_affinity>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:soulshardsrespawn:soul_stealer>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:luck_of_the_sea>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:multi_rend>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:openblocks:last_stand>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:holding>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:enderio:shimmer>.makeEnchantment(10)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:silk_touch>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:infinity>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aerialaffinity:aerial_affinity>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:feather_falling>.makeEnchantment(25)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:extrautils2:xu.kaboomerang>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:extrautils2:xu.burnerang>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:extrautils2:xu.boomereaperang>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:extrautils2:xu.bladerang>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:extrautils2:xu.zoomerang>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:railcraft:implosion>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:railcraft:smack>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:railcraft:destruction>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:railcraft:wrecking>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:sapping>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:endercore:xpboost>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:endercore:xpboost>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:endercore:xpboost>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:light_pierce>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:enderio:repellent>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:coralium>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:dread>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:iron_wall>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:shell>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:brace>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:sever>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:intervention>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:form>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:archmage>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:crush>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:control>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:recharge>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:greed>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cyclicmagic:enchantment.excavation>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:leech>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:leech>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:leech>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:leech>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:smashing>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:insight>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:insight>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:insight>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:smelting>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:lifesteal>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:lifesteal>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:lifesteal>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:respiration>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:poisonous>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:poisonous>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:poisonous>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:enderio:witherweapon>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:divinerpg:rive>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:divinerpg:aftershock>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:endercore:autosmelt>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:binding_curse>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:vanishing_curse>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:simplyjetpacks:fuel_efficiency>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:simplyjetpacks:fuel_efficiency>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:simplyjetpacks:fuel_efficiency>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:simplyjetpacks:fuel_efficiency>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:simplyjetpacks:fuel_efficiency>.makeEnchantment(1)), 1);
+698
View File
@@ -0,0 +1,698 @@
import crafttweaker.item.IItemStack;
import crafttweaker.events.IEventManager;
import crafttweaker.event.BlockHarvestDropsEvent;
import crafttweaker.event.IBlockEvent;
import crafttweaker.world.IWorld;
import crafttweaker.event.PlayerBreakSpeedEvent;
import crafttweaker.player.IPlayer;
import mods.contenttweaker.Commands;
import crafttweaker.event.PlayerAttackEntityEvent;
import crafttweaker.event.PlayerInteractBlockEvent;
import crafttweaker.block.IBlock;
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<divinerpg:bedrock_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 10", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<divinerpg:corrupted_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 20", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<abyssalcraft:ethaxiumpickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 40", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<astralsorcery:itemcrystalpickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 40", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<bloodmagic:bound_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 40", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<thaumcraft:elemental_pick>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 40", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<thaumictinkerer:ichorium_pick>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 100", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<thaumictinkerer:ichorium_pick_adv>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 200", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:rock_pick_sword>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 150", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:skeletal_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 150", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<divinerpg:eden_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 100", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<divinerpg:wildwood_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 200", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<divinerpg:apalachia_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 300", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<divinerpg:skythern_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 400", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<divinerpg:mortum_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 500", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<divinerpg:dream_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 500", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:ornamyte_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 100", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:goofy_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 400", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:pickmax>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 6000", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:soulstone_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 3000", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:energistic_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 8000", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:occult_pickaxe>.definition.id)) {
Commands.call("/aoaskill addxp foraging @p 30000", event.player, event.world, false, true);
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:coralstorm_sword>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 10", event.player, event.target.world, false, true);
}
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:vulcammer_maul>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 50", event.player, event.target.world, false, true);
}
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<thebetweenlands:shockwave_sword>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 50", event.player, event.target.world, false, true);
}
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<iceandfire:dragonsteel_lightning_axe>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 150", event.player, event.target.world, false, true);
}
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<iceandfire:dragonsteel_fire_axe>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 150", event.player, event.target.world, false, true);
}
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<iceandfire:dragonsteel_ice_axe>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 150", event.player, event.target.world, false, true);
}
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:underworld_greatblade>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 250", event.player, event.target.world, false, true);
}
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:creepoid_greatblade>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 250", event.player, event.target.world, false, true);
}
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:royal_greatblade>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 280", event.player, event.target.world, false, true);
}
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:lelyetian_greatblade>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 100", event.player, event.target.world, false, true);
}
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:subterranean_greatblade>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 120", event.player, event.target.world, false, true);
}
}
}
});
events.onPlayerAttackEntity(function (event as PlayerAttackEntityEvent) {
if(!isNull(event.target) && (event.target.isInvulnerable==false)){
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:baron_greatblade>.definition.id)) {
Commands.call("/aoaskill addxp hunter @p 110", event.player, event.target.world, false, true);
}
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<botania:manasteelshears>.definition.id)) {
Commands.call("/aoaskill addxp anima @p 200", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<botania:elementiumshears>.definition.id)) {
Commands.call("/aoaskill addxp anima @p 400", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<projecte:item.pe_dm_shears>.definition.id)) {
Commands.call("/aoaskill addxp anima @p 100", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<projecte:item.pe_rm_shears>.definition.id)) {
Commands.call("/aoaskill addxp anima @p 300", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<thebetweenlands:syrmorite_shears>.definition.id)) {
Commands.call("/aoaskill addxp anima @p 1000", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<bloodarsenal:bound_shears>.definition.id)) {
Commands.call("/aoaskill addxp anima @p 800", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<aoa3:rosidian_greatblade>.definition.id)) {
Commands.call("/aoaskill addxp anima @p 10000", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<cyclicmagic:shears_obsidian>.definition.id)) {
Commands.call("/aoaskill addxp anima @p 5000", event.player, event.world, false, true);
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if (event.world.isRemote()) {
return;
}
if(!isNull(event.player) && !isNull(event.player.currentItem)){
if (event.player.currentItem.definition.id.matches(<cyclicmagic:ender_wool>.definition.id)) {
Commands.call("/aoaskill addxp anima @p 50000", event.player, event.world, false, true);
}
}
});
events.onPlayerInteractBlock(function(event as PlayerInteractBlockEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:mark_of_the_arbiter>.definition.id)) {
val targetBlock as IBlock = event.block;
if (targetBlock.definition.id != "aoa3:creation_forge") {
return;
}
Commands.call("/aoaskill addxp creation @p 500", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
events.onPlayerInteractBlock(function(event as PlayerInteractBlockEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:pale_sky_stone_pebble>.definition.id)) {
val targetBlock as IBlock = event.block;
if (targetBlock.definition.id != "aoa3:creation_forge") {
return;
}
Commands.call("/aoaskill addxp creation @p 80", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
events.onPlayerInteractBlock(function(event as PlayerInteractBlockEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
if (!isNull(heldItem) && heldItem.definition.id.matches(<aoa3:nethengeic_callstone>.definition.id)) {
val targetBlock as IBlock = event.block;
if (targetBlock.definition.id != "aoa3:creation_forge") {
return;
}
Commands.call("/aoaskill addxp creation @p 100", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
events.onPlayerInteractBlock(function(event as PlayerInteractBlockEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:giant_leaf>.definition.id)) {
val targetBlock as IBlock = event.block;
if (targetBlock.definition.id != "aoa3:creation_forge") {
return;
}
Commands.call("/aoaskill addxp creation @p 20", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
events.onPlayerInteractBlock(function(event as PlayerInteractBlockEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:spinoledon_crest>.definition.id)) {
val targetBlock as IBlock = event.block;
if (targetBlock.definition.id != "aoa3:creation_forge") {
return;
}
Commands.call("/aoaskill addxp creation @p 500", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
events.onPlayerInteractBlock(function(event as PlayerInteractBlockEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:webby_cap>.definition.id)) {
val targetBlock as IBlock = event.block;
if (targetBlock.definition.id != "aoa3:creation_forge") {
return;
}
Commands.call("/aoaskill addxp creation @p 1500", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
events.onPlayerInteractBlock(function(event as PlayerInteractBlockEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:runic_shield>.definition.id)) {
val targetBlock as IBlock = event.block;
if (targetBlock.definition.id != "aoa3:creation_forge") {
return;
}
Commands.call("/aoaskill addxp creation @p 5000", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
events.onPlayerInteractBlock(function(event as PlayerInteractBlockEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:eye_of_dustopia>.definition.id)) {
val targetBlock as IBlock = event.block;
if (targetBlock.definition.id != "aoa3:creation_forge") {
return;
}
Commands.call("/aoaskill addxp creation @p 20000", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+39
View File
@@ -0,0 +1,39 @@
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_iron>, <abyssalcraft:crystal:0> * 64, <abyssalcraft:crystal:4> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_gold>, <abyssalcraft:crystal:1> * 64, <abyssalcraft:crystal:1> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_lapis>, <abyssalcraft:crystal:2> * 64, <abyssalcraft:crystal:21> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_coal>, <abyssalcraft:crystal:3> * 64, <abyssalcraft:crystal:3> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_oxygen>, <abyssalcraft:crystal:4> * 64, <abyssalcraft:crystal:4> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_hydrogen>, <abyssalcraft:crystal:5> * 64, <abyssalcraft:crystal:5> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_nitrogen>, <abyssalcraft:crystal:6> * 64, <abyssalcraft:crystal:6> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_gunpowder>, <abyssalcraft:crystal:7> * 64, <abyssalcraft:crystal:10> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_nitre>, <abyssalcraft:crystal:8> * 64, <abyssalcraft:crystal:9> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_redstone>, <abyssalcraft:crystal:11> * 64, <abyssalcraft:crystal:11> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_abyss>, <abyssalcraft:crystal:12> * 64, <abyssalcraft:crystal:13> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_dread>, <abyssalcraft:crystal:14> * 64, <abyssalcraft:crystal:15> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_tin>, <abyssalcraft:crystal:16> * 64, <abyssalcraft:crystal:16> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_copper>, <abyssalcraft:crystal:17> * 64, <abyssalcraft:crystal:17> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_silicon>, <abyssalcraft:crystal:18> * 64, <abyssalcraft:crystal:21> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_magnesium>, <abyssalcraft:crystal:19> * 64, <abyssalcraft:crystal:23> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_aluminum>, <abyssalcraft:crystal:20> * 64, <abyssalcraft:crystal:22> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_zinc>, <abyssalcraft:crystal:24> * 64, <abyssalcraft:crystal:24> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_bone>, <abyssalcraft:crystal:25> * 64, <abyssalcraft:crystal:25> * 64, 0.5);
mods.abyssalcraft.Crystallizer.addCrystallization(<contenttweaker:cosmic_fragment_beryllium>, <abyssalcraft:crystal:26> * 64, <abyssalcraft:crystal:27> * 64, 0.5);
+808
View File
@@ -0,0 +1,808 @@
recipes.addShapeless(<materialpart:osiris:plate>,
[<extrabotany:ultimatehammer>.reuse(),
<contenttweaker:osiris_spinel>]);
recipes.addShapeless(<materialpart:ptah:plate>,
[<extrabotany:ultimatehammer>.reuse(),
<contenttweaker:ptah_spinel>]);
recipes.addShapeless(<materialpart:hator:plate>,
[<extrabotany:ultimatehammer>.reuse(),
<contenttweaker:hator_spinel>]);
recipes.addShapeless(<materialpart:europa:plate>,
[<extrabotany:ultimatehammer>.reuse(),
<contenttweaker:europa_spinel>]);
recipes.addShapeless(<materialpart:oi:plate>,
[<extrabotany:ultimatehammer>.reuse(),
<contenttweaker:oi_spinel>]);
recipes.addShapeless(<materialpart:falacer:plate>,
[<extrabotany:ultimatehammer>.reuse(),
<contenttweaker:falacer_spinel>]);
recipes.addShapeless(<materialpart:orcus:plate>,
[<extrabotany:ultimatehammer>.reuse(),
<contenttweaker:orcus_spinel>]);
recipes.addShapeless(<materialpart:haumea:plate>,
[<extrabotany:ultimatehammer>.reuse(),
<contenttweaker:haumea_spinel>]);
recipes.addShapeless(<materialpart:sedna:plate>,
[<extrabotany:ultimatehammer>.reuse(),
<contenttweaker:sedna_spinel>]);
recipes.addShaped(<contenttweaker:osiris_head>,
[[null, null, null],
[<materialpart:osiris:plate>, <materialpart:osiris:plate>, <materialpart:osiris:plate>],
[<materialpart:osiris:plate>, null, <materialpart:osiris:plate>]]);
recipes.addShaped(<contenttweaker:osiris_chest>,
[[<materialpart:osiris:plate>, null, <materialpart:osiris:plate>],
[<materialpart:osiris:plate>, <materialpart:osiris:plate>, <materialpart:osiris:plate>],
[<materialpart:osiris:plate>, <materialpart:osiris:plate>, <materialpart:osiris:plate>]]);
recipes.addShaped(<contenttweaker:osiris_legs>,
[[<materialpart:osiris:plate>, <materialpart:osiris:plate>, <materialpart:osiris:plate>],
[<materialpart:osiris:plate>, null, <materialpart:osiris:plate>],
[<materialpart:osiris:plate>, null, <materialpart:osiris:plate>]]);
recipes.addShaped(<contenttweaker:osiris_feet>,
[[<materialpart:osiris:plate>, null, <materialpart:osiris:plate>],
[<materialpart:osiris:plate>, null, <materialpart:osiris:plate>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:ptah_head>,
[[null, null, null],
[<materialpart:ptah:plate>, <materialpart:ptah:plate>, <materialpart:ptah:plate>],
[<materialpart:ptah:plate>, null, <materialpart:ptah:plate>]]);
recipes.addShaped(<contenttweaker:ptah_chest>,
[[<materialpart:ptah:plate>, null, <materialpart:ptah:plate>],
[<materialpart:ptah:plate>, <materialpart:ptah:plate>, <materialpart:ptah:plate>],
[<materialpart:ptah:plate>, <materialpart:ptah:plate>, <materialpart:ptah:plate>]]);
recipes.addShaped(<contenttweaker:ptah_legs>,
[[<materialpart:ptah:plate>, <materialpart:ptah:plate>, <materialpart:ptah:plate>],
[<materialpart:ptah:plate>, null, <materialpart:ptah:plate>],
[<materialpart:ptah:plate>, null, <materialpart:ptah:plate>]]);
recipes.addShaped(<contenttweaker:ptah_feet>,
[[<materialpart:ptah:plate>, null, <materialpart:ptah:plate>],
[<materialpart:ptah:plate>, null, <materialpart:ptah:plate>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:hator_head>,
[[null, null, null],
[<materialpart:hator:plate>, <materialpart:hator:plate>, <materialpart:hator:plate>],
[<materialpart:hator:plate>, null, <materialpart:hator:plate>]]);
recipes.addShaped(<contenttweaker:hator_chest>,
[[<materialpart:hator:plate>, null, <materialpart:hator:plate>],
[<materialpart:hator:plate>, <materialpart:hator:plate>, <materialpart:hator:plate>],
[<materialpart:hator:plate>, <materialpart:hator:plate>, <materialpart:hator:plate>]]);
recipes.addShaped(<contenttweaker:hator_legs>,
[[<materialpart:hator:plate>, <materialpart:hator:plate>, <materialpart:hator:plate>],
[<materialpart:hator:plate>, null, <materialpart:hator:plate>],
[<materialpart:hator:plate>, null, <materialpart:hator:plate>]]);
recipes.addShaped(<contenttweaker:hator_feet>,
[[<materialpart:hator:plate>, null, <materialpart:hator:plate>],
[<materialpart:hator:plate>, null, <materialpart:hator:plate>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:europa_head>,
[[null, null, null],
[<materialpart:europa:plate>, <materialpart:europa:plate>, <materialpart:europa:plate>],
[<materialpart:europa:plate>, null, <materialpart:europa:plate>]]);
recipes.addShaped(<contenttweaker:europa_chest>,
[[<materialpart:europa:plate>, null, <materialpart:europa:plate>],
[<materialpart:europa:plate>, <materialpart:europa:plate>, <materialpart:europa:plate>],
[<materialpart:europa:plate>, <materialpart:europa:plate>, <materialpart:europa:plate>]]);
recipes.addShaped(<contenttweaker:europa_legs>,
[[<materialpart:europa:plate>, <materialpart:europa:plate>, <materialpart:europa:plate>],
[<materialpart:europa:plate>, null, <materialpart:europa:plate>],
[<materialpart:europa:plate>, null, <materialpart:europa:plate>]]);
recipes.addShaped(<contenttweaker:europa_feet>,
[[<materialpart:europa:plate>, null, <materialpart:europa:plate>],
[<materialpart:europa:plate>, null, <materialpart:europa:plate>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:oi_head>,
[[null, null, null],
[<materialpart:oi:plate>, <materialpart:oi:plate>, <materialpart:oi:plate>],
[<materialpart:oi:plate>, null, <materialpart:oi:plate>]]);
recipes.addShaped(<contenttweaker:oi_chest>,
[[<materialpart:oi:plate>, null, <materialpart:oi:plate>],
[<materialpart:oi:plate>, <materialpart:oi:plate>, <materialpart:oi:plate>],
[<materialpart:oi:plate>, <materialpart:oi:plate>, <materialpart:oi:plate>]]);
recipes.addShaped(<contenttweaker:oi_legs>,
[[<materialpart:oi:plate>, <materialpart:oi:plate>, <materialpart:oi:plate>],
[<materialpart:oi:plate>, null, <materialpart:oi:plate>],
[<materialpart:oi:plate>, null, <materialpart:oi:plate>]]);
recipes.addShaped(<contenttweaker:oi_feet>,
[[<materialpart:oi:plate>, null, <materialpart:oi:plate>],
[<materialpart:oi:plate>, null, <materialpart:oi:plate>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:falacer_head>,
[[null, null, null],
[<materialpart:falacer:plate>, <materialpart:falacer:plate>, <materialpart:falacer:plate>],
[<materialpart:falacer:plate>, null, <materialpart:falacer:plate>]]);
recipes.addShaped(<contenttweaker:falacer_chest>,
[[<materialpart:falacer:plate>, null, <materialpart:falacer:plate>],
[<materialpart:falacer:plate>, <materialpart:falacer:plate>, <materialpart:falacer:plate>],
[<materialpart:falacer:plate>, <materialpart:falacer:plate>, <materialpart:falacer:plate>]]);
recipes.addShaped(<contenttweaker:falacer_legs>,
[[<materialpart:falacer:plate>, <materialpart:falacer:plate>, <materialpart:falacer:plate>],
[<materialpart:falacer:plate>, null, <materialpart:falacer:plate>],
[<materialpart:falacer:plate>, null, <materialpart:falacer:plate>]]);
recipes.addShaped(<contenttweaker:falacer_feet>,
[[<materialpart:falacer:plate>, null, <materialpart:falacer:plate>],
[<materialpart:falacer:plate>, null, <materialpart:falacer:plate>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:orcus_head>,
[[null, null, null],
[<materialpart:orcus:plate>, <materialpart:orcus:plate>, <materialpart:orcus:plate>],
[<materialpart:orcus:plate>, null, <materialpart:orcus:plate>]]);
recipes.addShaped(<contenttweaker:orcus_chest>,
[[<materialpart:orcus:plate>, null, <materialpart:orcus:plate>],
[<materialpart:orcus:plate>, <materialpart:orcus:plate>, <materialpart:orcus:plate>],
[<materialpart:orcus:plate>, <materialpart:orcus:plate>, <materialpart:orcus:plate>]]);
recipes.addShaped(<contenttweaker:orcus_legs>,
[[<materialpart:orcus:plate>, <materialpart:orcus:plate>, <materialpart:orcus:plate>],
[<materialpart:orcus:plate>, null, <materialpart:orcus:plate>],
[<materialpart:orcus:plate>, null, <materialpart:orcus:plate>]]);
recipes.addShaped(<contenttweaker:orcus_feet>,
[[<materialpart:orcus:plate>, null, <materialpart:orcus:plate>],
[<materialpart:orcus:plate>, null, <materialpart:orcus:plate>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:haumea_head>,
[[null, null, null],
[<materialpart:haumea:plate>, <materialpart:haumea:plate>, <materialpart:haumea:plate>],
[<materialpart:haumea:plate>, null, <materialpart:haumea:plate>]]);
recipes.addShaped(<contenttweaker:haumea_chest>,
[[<materialpart:haumea:plate>, null, <materialpart:haumea:plate>],
[<materialpart:haumea:plate>, <materialpart:haumea:plate>, <materialpart:haumea:plate>],
[<materialpart:haumea:plate>, <materialpart:haumea:plate>, <materialpart:haumea:plate>]]);
recipes.addShaped(<contenttweaker:haumea_legs>,
[[<materialpart:haumea:plate>, <materialpart:haumea:plate>, <materialpart:haumea:plate>],
[<materialpart:haumea:plate>, null, <materialpart:haumea:plate>],
[<materialpart:haumea:plate>, null, <materialpart:haumea:plate>]]);
recipes.addShaped(<contenttweaker:haumea_feet>,
[[<materialpart:haumea:plate>, null, <materialpart:haumea:plate>],
[<materialpart:haumea:plate>, null, <materialpart:haumea:plate>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:sedna_head>,
[[null, null, null],
[<materialpart:sedna:plate>, <materialpart:sedna:plate>, <materialpart:sedna:plate>],
[<materialpart:sedna:plate>, null, <materialpart:sedna:plate>]]);
recipes.addShaped(<contenttweaker:sedna_chest>,
[[<materialpart:sedna:plate>, null, <materialpart:sedna:plate>],
[<materialpart:sedna:plate>, <materialpart:sedna:plate>, <materialpart:sedna:plate>],
[<materialpart:sedna:plate>, <materialpart:sedna:plate>, <materialpart:sedna:plate>]]);
recipes.addShaped(<contenttweaker:sedna_legs>,
[[<materialpart:sedna:plate>, <materialpart:sedna:plate>, <materialpart:sedna:plate>],
[<materialpart:sedna:plate>, null, <materialpart:sedna:plate>],
[<materialpart:sedna:plate>, null, <materialpart:sedna:plate>]]);
recipes.addShaped(<contenttweaker:sedna_feet>,
[[<materialpart:sedna:plate>, null, <materialpart:sedna:plate>],
[<materialpart:sedna:plate>, null, <materialpart:sedna:plate>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:phasing_alloy_head>,
[[null, null, null],
[<contenttweaker:phasing_alloy_plate>, <contenttweaker:phasing_alloy_plate>, <contenttweaker:phasing_alloy_plate>],
[<contenttweaker:phasing_alloy_plate>, null, <contenttweaker:phasing_alloy_plate>]]);
recipes.addShaped(<contenttweaker:phasing_alloy_chest>,
[[<contenttweaker:phasing_alloy_plate>, null, <contenttweaker:phasing_alloy_plate>],
[<contenttweaker:phasing_alloy_plate>, <contenttweaker:phasing_alloy_plate>, <contenttweaker:phasing_alloy_plate>],
[<contenttweaker:phasing_alloy_plate>, <contenttweaker:phasing_alloy_plate>, <contenttweaker:phasing_alloy_plate>]]);
recipes.addShaped(<contenttweaker:phasing_alloy_legs>,
[[<contenttweaker:phasing_alloy_plate>, <contenttweaker:phasing_alloy_plate>, <contenttweaker:phasing_alloy_plate>],
[<contenttweaker:phasing_alloy_plate>, null, <contenttweaker:phasing_alloy_plate>],
[<contenttweaker:phasing_alloy_plate>, null, <contenttweaker:phasing_alloy_plate>]]);
recipes.addShaped(<contenttweaker:phasing_alloy_feet>,
[[<contenttweaker:phasing_alloy_plate>, null, <contenttweaker:phasing_alloy_plate>],
[<contenttweaker:phasing_alloy_plate>, null, <contenttweaker:phasing_alloy_plate>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:wrought_plate_head>,
[[null, null, null],
[<contenttweaker:wrought_iron_plate>, <contenttweaker:wrought_iron_plate>, <contenttweaker:wrought_iron_plate>],
[<contenttweaker:wrought_iron_plate>, null, <contenttweaker:wrought_iron_plate>]]);
recipes.addShaped(<contenttweaker:wrought_plate_chest>,
[[<contenttweaker:wrought_iron_plate>, null, <contenttweaker:wrought_iron_plate>],
[<contenttweaker:wrought_iron_plate>, <contenttweaker:wrought_iron_plate>, <contenttweaker:wrought_iron_plate>],
[<contenttweaker:wrought_iron_plate>, <contenttweaker:wrought_iron_plate>, <contenttweaker:wrought_iron_plate>]]);
recipes.addShaped(<contenttweaker:wrought_plate_legs>,
[[<contenttweaker:wrought_iron_plate>, <contenttweaker:wrought_iron_plate>, <contenttweaker:wrought_iron_plate>],
[<contenttweaker:wrought_iron_plate>, null, <contenttweaker:wrought_iron_plate>],
[<contenttweaker:wrought_iron_plate>, null, <contenttweaker:wrought_iron_plate>]]);
recipes.addShaped(<contenttweaker:wrought_plate_feet>,
[[<contenttweaker:wrought_iron_plate>, null, <contenttweaker:wrought_iron_plate>],
[<contenttweaker:wrought_iron_plate>, null, <contenttweaker:wrought_iron_plate>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:champion_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:1026>, <extendedcrafting:singularity_custom:1026>, <extendedcrafting:singularity_custom:1026>],
[<extendedcrafting:singularity_custom:1026>, null, <extendedcrafting:singularity_custom:1026>]]);
recipes.addShaped(<contenttweaker:champion_token_chest>,
[[<extendedcrafting:singularity_custom:1026>, null, <extendedcrafting:singularity_custom:1026>],
[<extendedcrafting:singularity_custom:1026>, <extendedcrafting:singularity_custom:1026>, <extendedcrafting:singularity_custom:1026>],
[<extendedcrafting:singularity_custom:1026>, <extendedcrafting:singularity_custom:1026>, <extendedcrafting:singularity_custom:1026>]]);
recipes.addShaped(<contenttweaker:champion_token_legs>,
[[<extendedcrafting:singularity_custom:1026>, <extendedcrafting:singularity_custom:1026>, <extendedcrafting:singularity_custom:1026>],
[<extendedcrafting:singularity_custom:1026>, null, <extendedcrafting:singularity_custom:1026>],
[<extendedcrafting:singularity_custom:1026>, null, <extendedcrafting:singularity_custom:1026>]]);
recipes.addShaped(<contenttweaker:champion_token_feet>,
[[<extendedcrafting:singularity_custom:1026>, null, <extendedcrafting:singularity_custom:1026>],
[<extendedcrafting:singularity_custom:1026>, null, <extendedcrafting:singularity_custom:1026>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:elite_mortum_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2000>, <extendedcrafting:singularity_custom:2000>, <extendedcrafting:singularity_custom:2000>],
[<extendedcrafting:singularity_custom:2000>, null, <extendedcrafting:singularity_custom:2000>]]);
recipes.addShaped(<contenttweaker:elite_mortum_chest>,
[[<extendedcrafting:singularity_custom:2000>, null, <extendedcrafting:singularity_custom:2000>],
[<extendedcrafting:singularity_custom:2000>, <extendedcrafting:singularity_custom:2000>, <extendedcrafting:singularity_custom:2000>],
[<extendedcrafting:singularity_custom:2000>, <extendedcrafting:singularity_custom:2000>, <extendedcrafting:singularity_custom:2000>]]);
recipes.addShaped(<contenttweaker:elite_mortum_legs>,
[[<extendedcrafting:singularity_custom:2000>, <extendedcrafting:singularity_custom:2000>, <extendedcrafting:singularity_custom:2000>],
[<extendedcrafting:singularity_custom:2000>, null, <extendedcrafting:singularity_custom:2000>],
[<extendedcrafting:singularity_custom:2000>, null, <extendedcrafting:singularity_custom:2000>]]);
recipes.addShaped(<contenttweaker:elite_mortum_feet>,
[[<extendedcrafting:singularity_custom:2000>, null, <extendedcrafting:singularity_custom:2000>],
[<extendedcrafting:singularity_custom:2000>, null, <extendedcrafting:singularity_custom:2000>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:elite_skythern_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2001>, <extendedcrafting:singularity_custom:2001>, <extendedcrafting:singularity_custom:2001>],
[<extendedcrafting:singularity_custom:2001>, null, <extendedcrafting:singularity_custom:2001>]]);
recipes.addShaped(<contenttweaker:elite_skythern_chest>,
[[<extendedcrafting:singularity_custom:2001>, null, <extendedcrafting:singularity_custom:2001>],
[<extendedcrafting:singularity_custom:2001>, <extendedcrafting:singularity_custom:2001>, <extendedcrafting:singularity_custom:2001>],
[<extendedcrafting:singularity_custom:2001>, <extendedcrafting:singularity_custom:2001>, <extendedcrafting:singularity_custom:2001>]]);
recipes.addShaped(<contenttweaker:elite_skythern_legs>,
[[<extendedcrafting:singularity_custom:2001>, <extendedcrafting:singularity_custom:2001>, <extendedcrafting:singularity_custom:2001>],
[<extendedcrafting:singularity_custom:2001>, null, <extendedcrafting:singularity_custom:2001>],
[<extendedcrafting:singularity_custom:2001>, null, <extendedcrafting:singularity_custom:2001>]]);
recipes.addShaped(<contenttweaker:elite_skythern_feet>,
[[<extendedcrafting:singularity_custom:2001>, null, <extendedcrafting:singularity_custom:2001>],
[<extendedcrafting:singularity_custom:2001>, null, <extendedcrafting:singularity_custom:2001>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:elite_apalachia_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2002>, <extendedcrafting:singularity_custom:2002>, <extendedcrafting:singularity_custom:2002>],
[<extendedcrafting:singularity_custom:2002>, null, <extendedcrafting:singularity_custom:2002>]]);
recipes.addShaped(<contenttweaker:elite_apalachia_chest>,
[[<extendedcrafting:singularity_custom:2002>, null, <extendedcrafting:singularity_custom:2002>],
[<extendedcrafting:singularity_custom:2002>, <extendedcrafting:singularity_custom:2002>, <extendedcrafting:singularity_custom:2002>],
[<extendedcrafting:singularity_custom:2002>, <extendedcrafting:singularity_custom:2002>, <extendedcrafting:singularity_custom:2002>]]);
recipes.addShaped(<contenttweaker:elite_apalachia_legs>,
[[<extendedcrafting:singularity_custom:2002>, <extendedcrafting:singularity_custom:2002>, <extendedcrafting:singularity_custom:2002>],
[<extendedcrafting:singularity_custom:2002>, null, <extendedcrafting:singularity_custom:2002>],
[<extendedcrafting:singularity_custom:2002>, null, <extendedcrafting:singularity_custom:2002>]]);
recipes.addShaped(<contenttweaker:elite_apalachia_feet>,
[[<extendedcrafting:singularity_custom:2002>, null, <extendedcrafting:singularity_custom:2002>],
[<extendedcrafting:singularity_custom:2002>, null, <extendedcrafting:singularity_custom:2002>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:elite_wildwood_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2003>, <extendedcrafting:singularity_custom:2003>, <extendedcrafting:singularity_custom:2003>],
[<extendedcrafting:singularity_custom:2003>, null, <extendedcrafting:singularity_custom:2003>]]);
recipes.addShaped(<contenttweaker:elite_wildwood_chest>,
[[<extendedcrafting:singularity_custom:2003>, null, <extendedcrafting:singularity_custom:2003>],
[<extendedcrafting:singularity_custom:2003>, <extendedcrafting:singularity_custom:2003>, <extendedcrafting:singularity_custom:2003>],
[<extendedcrafting:singularity_custom:2003>, <extendedcrafting:singularity_custom:2003>, <extendedcrafting:singularity_custom:2003>]]);
recipes.addShaped(<contenttweaker:elite_wildwood_legs>,
[[<extendedcrafting:singularity_custom:2003>, <extendedcrafting:singularity_custom:2003>, <extendedcrafting:singularity_custom:2003>],
[<extendedcrafting:singularity_custom:2003>, null, <extendedcrafting:singularity_custom:2003>],
[<extendedcrafting:singularity_custom:2003>, null, <extendedcrafting:singularity_custom:2003>]]);
recipes.addShaped(<contenttweaker:elite_wildwood_feet>,
[[<extendedcrafting:singularity_custom:2003>, null, <extendedcrafting:singularity_custom:2003>],
[<extendedcrafting:singularity_custom:2003>, null, <extendedcrafting:singularity_custom:2003>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:elite_eden_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2004>, <extendedcrafting:singularity_custom:2004>, <extendedcrafting:singularity_custom:2004>],
[<extendedcrafting:singularity_custom:2004>, null, <extendedcrafting:singularity_custom:2004>]]);
recipes.addShaped(<contenttweaker:elite_eden_chest>,
[[<extendedcrafting:singularity_custom:2004>, null, <extendedcrafting:singularity_custom:2004>],
[<extendedcrafting:singularity_custom:2004>, <extendedcrafting:singularity_custom:2004>, <extendedcrafting:singularity_custom:2004>],
[<extendedcrafting:singularity_custom:2004>, <extendedcrafting:singularity_custom:2004>, <extendedcrafting:singularity_custom:2004>]]);
recipes.addShaped(<contenttweaker:elite_eden_legs>,
[[<extendedcrafting:singularity_custom:2004>, <extendedcrafting:singularity_custom:2004>, <extendedcrafting:singularity_custom:2004>],
[<extendedcrafting:singularity_custom:2004>, null, <extendedcrafting:singularity_custom:2004>],
[<extendedcrafting:singularity_custom:2004>, null, <extendedcrafting:singularity_custom:2004>]]);
recipes.addShaped(<contenttweaker:elite_eden_feet>,
[[<extendedcrafting:singularity_custom:2004>, null, <extendedcrafting:singularity_custom:2004>],
[<extendedcrafting:singularity_custom:2004>, null, <extendedcrafting:singularity_custom:2004>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:sentient_meatball_head>,
[[null, null, null],
[<contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>],
[<contenttweaker:sentient_meatball>, null, <contenttweaker:sentient_meatball>]]);
recipes.addShaped(<contenttweaker:sentient_meatball_chest>,
[[<contenttweaker:sentient_meatball>, null, <contenttweaker:sentient_meatball>],
[<contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>],
[<contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>]]);
recipes.addShaped(<contenttweaker:sentient_meatball_legs>,
[[<contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>],
[<contenttweaker:sentient_meatball>, null, <contenttweaker:sentient_meatball>],
[<contenttweaker:sentient_meatball>, null, <contenttweaker:sentient_meatball>]]);
recipes.addShaped(<contenttweaker:sentient_meatball_feet>,
[[<contenttweaker:sentient_meatball>, null, <contenttweaker:sentient_meatball>],
[<contenttweaker:sentient_meatball>, null, <contenttweaker:sentient_meatball>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:grave_dust_head>,
[[null, null, null],
[<tombstone:crafting_ingredient:3>, <tombstone:crafting_ingredient:3>, <tombstone:crafting_ingredient:3>],
[<tombstone:crafting_ingredient:3>, null, <tombstone:crafting_ingredient:3>]]);
recipes.addShaped(<contenttweaker:grave_dust_chest>,
[[<tombstone:crafting_ingredient:3>, null, <tombstone:crafting_ingredient:3>],
[<tombstone:crafting_ingredient:3>, <tombstone:crafting_ingredient:3>, <tombstone:crafting_ingredient:3>],
[<tombstone:crafting_ingredient:3>, <tombstone:crafting_ingredient:3>, <tombstone:crafting_ingredient:3>]]);
recipes.addShaped(<contenttweaker:grave_dust_legs>,
[[<tombstone:crafting_ingredient:3>, <tombstone:crafting_ingredient:3>, <tombstone:crafting_ingredient:3>],
[<tombstone:crafting_ingredient:3>, null, <tombstone:crafting_ingredient:3>],
[<tombstone:crafting_ingredient:3>, null, <tombstone:crafting_ingredient:3>]]);
recipes.addShaped(<contenttweaker:grave_dust_feet>,
[[<tombstone:crafting_ingredient:3>, null, <tombstone:crafting_ingredient:3>],
[<tombstone:crafting_ingredient:3>, null, <tombstone:crafting_ingredient:3>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:abyss_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2005>, <extendedcrafting:singularity_custom:2005>, <extendedcrafting:singularity_custom:2005>],
[<extendedcrafting:singularity_custom:2005>, null, <extendedcrafting:singularity_custom:2005>]]);
recipes.addShaped(<contenttweaker:abyss_token_chest>,
[[<extendedcrafting:singularity_custom:2005>, null, <extendedcrafting:singularity_custom:2005>],
[<extendedcrafting:singularity_custom:2005>, <extendedcrafting:singularity_custom:2005>, <extendedcrafting:singularity_custom:2005>],
[<extendedcrafting:singularity_custom:2005>, <extendedcrafting:singularity_custom:2005>, <extendedcrafting:singularity_custom:2005>]]);
recipes.addShaped(<contenttweaker:abyss_token_legs>,
[[<extendedcrafting:singularity_custom:2005>, <extendedcrafting:singularity_custom:2005>, <extendedcrafting:singularity_custom:2005>],
[<extendedcrafting:singularity_custom:2005>, null, <extendedcrafting:singularity_custom:2005>],
[<extendedcrafting:singularity_custom:2005>, null, <extendedcrafting:singularity_custom:2005>]]);
recipes.addShaped(<contenttweaker:abyss_token_feet>,
[[<extendedcrafting:singularity_custom:2005>, null, <extendedcrafting:singularity_custom:2005>],
[<extendedcrafting:singularity_custom:2005>, null, <extendedcrafting:singularity_custom:2005>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:baron_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2006>, <extendedcrafting:singularity_custom:2006>, <extendedcrafting:singularity_custom:2006>],
[<extendedcrafting:singularity_custom:2006>, null, <extendedcrafting:singularity_custom:2006>]]);
recipes.addShaped(<contenttweaker:baron_token_chest>,
[[<extendedcrafting:singularity_custom:2006>, null, <extendedcrafting:singularity_custom:2006>],
[<extendedcrafting:singularity_custom:2006>, <extendedcrafting:singularity_custom:2006>, <extendedcrafting:singularity_custom:2006>],
[<extendedcrafting:singularity_custom:2006>, <extendedcrafting:singularity_custom:2006>, <extendedcrafting:singularity_custom:2006>]]);
recipes.addShaped(<contenttweaker:baron_token_legs>,
[[<extendedcrafting:singularity_custom:2006>, <extendedcrafting:singularity_custom:2006>, <extendedcrafting:singularity_custom:2006>],
[<extendedcrafting:singularity_custom:2006>, null, <extendedcrafting:singularity_custom:2006>],
[<extendedcrafting:singularity_custom:2006>, null, <extendedcrafting:singularity_custom:2006>]]);
recipes.addShaped(<contenttweaker:baron_token_feet>,
[[<extendedcrafting:singularity_custom:2006>, null, <extendedcrafting:singularity_custom:2006>],
[<extendedcrafting:singularity_custom:2006>, null, <extendedcrafting:singularity_custom:2006>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:borean_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2007>, <extendedcrafting:singularity_custom:2007>, <extendedcrafting:singularity_custom:2007>],
[<extendedcrafting:singularity_custom:2007>, null, <extendedcrafting:singularity_custom:2007>]]);
recipes.addShaped(<contenttweaker:borean_token_chest>,
[[<extendedcrafting:singularity_custom:2007>, null, <extendedcrafting:singularity_custom:2007>],
[<extendedcrafting:singularity_custom:2007>, <extendedcrafting:singularity_custom:2007>, <extendedcrafting:singularity_custom:2007>],
[<extendedcrafting:singularity_custom:2007>, <extendedcrafting:singularity_custom:2007>, <extendedcrafting:singularity_custom:2007>]]);
recipes.addShaped(<contenttweaker:borean_token_legs>,
[[<extendedcrafting:singularity_custom:2007>, <extendedcrafting:singularity_custom:2007>, <extendedcrafting:singularity_custom:2007>],
[<extendedcrafting:singularity_custom:2007>, null, <extendedcrafting:singularity_custom:2007>],
[<extendedcrafting:singularity_custom:2007>, null, <extendedcrafting:singularity_custom:2007>]]);
recipes.addShaped(<contenttweaker:borean_token_feet>,
[[<extendedcrafting:singularity_custom:2007>, null, <extendedcrafting:singularity_custom:2007>],
[<extendedcrafting:singularity_custom:2007>, null, <extendedcrafting:singularity_custom:2007>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:candyland_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2008>, <extendedcrafting:singularity_custom:2008>, <extendedcrafting:singularity_custom:2008>],
[<extendedcrafting:singularity_custom:2008>, null, <extendedcrafting:singularity_custom:2008>]]);
recipes.addShaped(<contenttweaker:candyland_token_chest>,
[[<extendedcrafting:singularity_custom:2008>, null, <extendedcrafting:singularity_custom:2008>],
[<extendedcrafting:singularity_custom:2008>, <extendedcrafting:singularity_custom:2008>, <extendedcrafting:singularity_custom:2008>],
[<extendedcrafting:singularity_custom:2008>, <extendedcrafting:singularity_custom:2008>, <extendedcrafting:singularity_custom:2008>]]);
recipes.addShaped(<contenttweaker:candyland_token_legs>,
[[<extendedcrafting:singularity_custom:2008>, <extendedcrafting:singularity_custom:2008>, <extendedcrafting:singularity_custom:2008>],
[<extendedcrafting:singularity_custom:2008>, null, <extendedcrafting:singularity_custom:2008>],
[<extendedcrafting:singularity_custom:2008>, null, <extendedcrafting:singularity_custom:2008>]]);
recipes.addShaped(<contenttweaker:candyland_token_feet>,
[[<extendedcrafting:singularity_custom:2008>, null, <extendedcrafting:singularity_custom:2008>],
[<extendedcrafting:singularity_custom:2008>, null, <extendedcrafting:singularity_custom:2008>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:celeve_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2009>, <extendedcrafting:singularity_custom:2009>, <extendedcrafting:singularity_custom:2009>],
[<extendedcrafting:singularity_custom:2009>, null, <extendedcrafting:singularity_custom:2009>]]);
recipes.addShaped(<contenttweaker:celeve_token_chest>,
[[<extendedcrafting:singularity_custom:2009>, null, <extendedcrafting:singularity_custom:2009>],
[<extendedcrafting:singularity_custom:2009>, <extendedcrafting:singularity_custom:2009>, <extendedcrafting:singularity_custom:2009>],
[<extendedcrafting:singularity_custom:2009>, <extendedcrafting:singularity_custom:2009>, <extendedcrafting:singularity_custom:2009>]]);
recipes.addShaped(<contenttweaker:celeve_token_legs>,
[[<extendedcrafting:singularity_custom:2009>, <extendedcrafting:singularity_custom:2009>, <extendedcrafting:singularity_custom:2009>],
[<extendedcrafting:singularity_custom:2009>, null, <extendedcrafting:singularity_custom:2009>],
[<extendedcrafting:singularity_custom:2009>, null, <extendedcrafting:singularity_custom:2009>]]);
recipes.addShaped(<contenttweaker:celeve_token_feet>,
[[<extendedcrafting:singularity_custom:2009>, null, <extendedcrafting:singularity_custom:2009>],
[<extendedcrafting:singularity_custom:2009>, null, <extendedcrafting:singularity_custom:2009>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:creeponia_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2010>, <extendedcrafting:singularity_custom:2010>, <extendedcrafting:singularity_custom:2010>],
[<extendedcrafting:singularity_custom:2010>, null, <extendedcrafting:singularity_custom:2010>]]);
recipes.addShaped(<contenttweaker:creeponia_token_chest>,
[[<extendedcrafting:singularity_custom:2010>, null, <extendedcrafting:singularity_custom:2010>],
[<extendedcrafting:singularity_custom:2010>, <extendedcrafting:singularity_custom:2010>, <extendedcrafting:singularity_custom:2010>],
[<extendedcrafting:singularity_custom:2010>, <extendedcrafting:singularity_custom:2010>, <extendedcrafting:singularity_custom:2010>]]);
recipes.addShaped(<contenttweaker:creeponia_token_legs>,
[[<extendedcrafting:singularity_custom:2010>, <extendedcrafting:singularity_custom:2010>, <extendedcrafting:singularity_custom:2010>],
[<extendedcrafting:singularity_custom:2010>, null, <extendedcrafting:singularity_custom:2010>],
[<extendedcrafting:singularity_custom:2010>, null, <extendedcrafting:singularity_custom:2010>]]);
recipes.addShaped(<contenttweaker:creeponia_token_feet>,
[[<extendedcrafting:singularity_custom:2010>, null, <extendedcrafting:singularity_custom:2010>],
[<extendedcrafting:singularity_custom:2010>, null, <extendedcrafting:singularity_custom:2010>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:crystevia_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2011>, <extendedcrafting:singularity_custom:2011>, <extendedcrafting:singularity_custom:2011>],
[<extendedcrafting:singularity_custom:2011>, null, <extendedcrafting:singularity_custom:2011>]]);
recipes.addShaped(<contenttweaker:crystevia_token_chest>,
[[<extendedcrafting:singularity_custom:2011>, null, <extendedcrafting:singularity_custom:2011>],
[<extendedcrafting:singularity_custom:2011>, <extendedcrafting:singularity_custom:2011>, <extendedcrafting:singularity_custom:2011>],
[<extendedcrafting:singularity_custom:2011>, <extendedcrafting:singularity_custom:2011>, <extendedcrafting:singularity_custom:2011>]]);
recipes.addShaped(<contenttweaker:crystevia_token_legs>,
[[<extendedcrafting:singularity_custom:2011>, <extendedcrafting:singularity_custom:2011>, <extendedcrafting:singularity_custom:2011>],
[<extendedcrafting:singularity_custom:2011>, null, <extendedcrafting:singularity_custom:2011>],
[<extendedcrafting:singularity_custom:2011>, null, <extendedcrafting:singularity_custom:2011>]]);
recipes.addShaped(<contenttweaker:crystevia_token_feet>,
[[<extendedcrafting:singularity_custom:2011>, null, <extendedcrafting:singularity_custom:2011>],
[<extendedcrafting:singularity_custom:2011>, null, <extendedcrafting:singularity_custom:2011>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:deeplands_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2012>, <extendedcrafting:singularity_custom:2012>, <extendedcrafting:singularity_custom:2012>],
[<extendedcrafting:singularity_custom:2012>, null, <extendedcrafting:singularity_custom:2012>]]);
recipes.addShaped(<contenttweaker:deeplands_token_chest>,
[[<extendedcrafting:singularity_custom:2012>, null, <extendedcrafting:singularity_custom:2012>],
[<extendedcrafting:singularity_custom:2012>, <extendedcrafting:singularity_custom:2012>, <extendedcrafting:singularity_custom:2012>],
[<extendedcrafting:singularity_custom:2012>, <extendedcrafting:singularity_custom:2012>, <extendedcrafting:singularity_custom:2012>]]);
recipes.addShaped(<contenttweaker:deeplands_token_legs>,
[[<extendedcrafting:singularity_custom:2012>, <extendedcrafting:singularity_custom:2012>, <extendedcrafting:singularity_custom:2012>],
[<extendedcrafting:singularity_custom:2012>, null, <extendedcrafting:singularity_custom:2012>],
[<extendedcrafting:singularity_custom:2012>, null, <extendedcrafting:singularity_custom:2012>]]);
recipes.addShaped(<contenttweaker:deeplands_token_feet>,
[[<extendedcrafting:singularity_custom:2012>, null, <extendedcrafting:singularity_custom:2012>],
[<extendedcrafting:singularity_custom:2012>, null, <extendedcrafting:singularity_custom:2012>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:dustopia_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2013>, <extendedcrafting:singularity_custom:2013>, <extendedcrafting:singularity_custom:2013>],
[<extendedcrafting:singularity_custom:2013>, null, <extendedcrafting:singularity_custom:2013>]]);
recipes.addShaped(<contenttweaker:dustopia_token_chest>,
[[<extendedcrafting:singularity_custom:2013>, null, <extendedcrafting:singularity_custom:2013>],
[<extendedcrafting:singularity_custom:2013>, <extendedcrafting:singularity_custom:2013>, <extendedcrafting:singularity_custom:2013>],
[<extendedcrafting:singularity_custom:2013>, <extendedcrafting:singularity_custom:2013>, <extendedcrafting:singularity_custom:2013>]]);
recipes.addShaped(<contenttweaker:dustopia_token_legs>,
[[<extendedcrafting:singularity_custom:2013>, <extendedcrafting:singularity_custom:2013>, <extendedcrafting:singularity_custom:2013>],
[<extendedcrafting:singularity_custom:2013>, null, <extendedcrafting:singularity_custom:2013>],
[<extendedcrafting:singularity_custom:2013>, null, <extendedcrafting:singularity_custom:2013>]]);
recipes.addShaped(<contenttweaker:dustopia_token_feet>,
[[<extendedcrafting:singularity_custom:2013>, null, <extendedcrafting:singularity_custom:2013>],
[<extendedcrafting:singularity_custom:2013>, null, <extendedcrafting:singularity_custom:2013>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:gardencia_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2014>, <extendedcrafting:singularity_custom:2014>, <extendedcrafting:singularity_custom:2014>],
[<extendedcrafting:singularity_custom:2014>, null, <extendedcrafting:singularity_custom:2014>]]);
recipes.addShaped(<contenttweaker:gardencia_token_chest>,
[[<extendedcrafting:singularity_custom:2014>, null, <extendedcrafting:singularity_custom:2014>],
[<extendedcrafting:singularity_custom:2014>, <extendedcrafting:singularity_custom:2014>, <extendedcrafting:singularity_custom:2014>],
[<extendedcrafting:singularity_custom:2014>, <extendedcrafting:singularity_custom:2014>, <extendedcrafting:singularity_custom:2014>]]);
recipes.addShaped(<contenttweaker:gardencia_token_legs>,
[[<extendedcrafting:singularity_custom:2014>, <extendedcrafting:singularity_custom:2014>, <extendedcrafting:singularity_custom:2014>],
[<extendedcrafting:singularity_custom:2014>, null, <extendedcrafting:singularity_custom:2014>],
[<extendedcrafting:singularity_custom:2014>, null, <extendedcrafting:singularity_custom:2014>]]);
recipes.addShaped(<contenttweaker:gardencia_token_feet>,
[[<extendedcrafting:singularity_custom:2014>, null, <extendedcrafting:singularity_custom:2014>],
[<extendedcrafting:singularity_custom:2014>, null, <extendedcrafting:singularity_custom:2014>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:greckon_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2015>, <extendedcrafting:singularity_custom:2015>, <extendedcrafting:singularity_custom:2015>],
[<extendedcrafting:singularity_custom:2015>, null, <extendedcrafting:singularity_custom:2015>]]);
recipes.addShaped(<contenttweaker:greckon_token_chest>,
[[<extendedcrafting:singularity_custom:2015>, null, <extendedcrafting:singularity_custom:2015>],
[<extendedcrafting:singularity_custom:2015>, <extendedcrafting:singularity_custom:2015>, <extendedcrafting:singularity_custom:2015>],
[<extendedcrafting:singularity_custom:2015>, <extendedcrafting:singularity_custom:2015>, <extendedcrafting:singularity_custom:2015>]]);
recipes.addShaped(<contenttweaker:greckon_token_legs>,
[[<extendedcrafting:singularity_custom:2015>, <extendedcrafting:singularity_custom:2015>, <extendedcrafting:singularity_custom:2015>],
[<extendedcrafting:singularity_custom:2015>, null, <extendedcrafting:singularity_custom:2015>],
[<extendedcrafting:singularity_custom:2015>, null, <extendedcrafting:singularity_custom:2015>]]);
recipes.addShaped(<contenttweaker:greckon_token_feet>,
[[<extendedcrafting:singularity_custom:2015>, null, <extendedcrafting:singularity_custom:2015>],
[<extendedcrafting:singularity_custom:2015>, null, <extendedcrafting:singularity_custom:2015>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:haven_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2016>, <extendedcrafting:singularity_custom:2016>, <extendedcrafting:singularity_custom:2016>],
[<extendedcrafting:singularity_custom:2016>, null, <extendedcrafting:singularity_custom:2016>]]);
recipes.addShaped(<contenttweaker:haven_token_chest>,
[[<extendedcrafting:singularity_custom:2016>, null, <extendedcrafting:singularity_custom:2016>],
[<extendedcrafting:singularity_custom:2016>, <extendedcrafting:singularity_custom:2016>, <extendedcrafting:singularity_custom:2016>],
[<extendedcrafting:singularity_custom:2016>, <extendedcrafting:singularity_custom:2016>, <extendedcrafting:singularity_custom:2016>]]);
recipes.addShaped(<contenttweaker:haven_token_legs>,
[[<extendedcrafting:singularity_custom:2016>, <extendedcrafting:singularity_custom:2016>, <extendedcrafting:singularity_custom:2016>],
[<extendedcrafting:singularity_custom:2016>, null, <extendedcrafting:singularity_custom:2016>],
[<extendedcrafting:singularity_custom:2016>, null, <extendedcrafting:singularity_custom:2016>]]);
recipes.addShaped(<contenttweaker:haven_token_feet>,
[[<extendedcrafting:singularity_custom:2016>, null, <extendedcrafting:singularity_custom:2016>],
[<extendedcrafting:singularity_custom:2016>, null, <extendedcrafting:singularity_custom:2016>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:iromine_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2017>, <extendedcrafting:singularity_custom:2017>, <extendedcrafting:singularity_custom:2017>],
[<extendedcrafting:singularity_custom:2017>, null, <extendedcrafting:singularity_custom:2017>]]);
recipes.addShaped(<contenttweaker:iromine_token_chest>,
[[<extendedcrafting:singularity_custom:2017>, null, <extendedcrafting:singularity_custom:2017>],
[<extendedcrafting:singularity_custom:2017>, <extendedcrafting:singularity_custom:2017>, <extendedcrafting:singularity_custom:2017>],
[<extendedcrafting:singularity_custom:2017>, <extendedcrafting:singularity_custom:2017>, <extendedcrafting:singularity_custom:2017>]]);
recipes.addShaped(<contenttweaker:iromine_token_legs>,
[[<extendedcrafting:singularity_custom:2017>, <extendedcrafting:singularity_custom:2017>, <extendedcrafting:singularity_custom:2017>],
[<extendedcrafting:singularity_custom:2017>, null, <extendedcrafting:singularity_custom:2017>],
[<extendedcrafting:singularity_custom:2017>, null, <extendedcrafting:singularity_custom:2017>]]);
recipes.addShaped(<contenttweaker:iromine_token_feet>,
[[<extendedcrafting:singularity_custom:2017>, null, <extendedcrafting:singularity_custom:2017>],
[<extendedcrafting:singularity_custom:2017>, null, <extendedcrafting:singularity_custom:2017>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:lelyetia_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2018>, <extendedcrafting:singularity_custom:2018>, <extendedcrafting:singularity_custom:2018>],
[<extendedcrafting:singularity_custom:2018>, null, <extendedcrafting:singularity_custom:2018>]]);
recipes.addShaped(<contenttweaker:lelyetia_token_chest>,
[[<extendedcrafting:singularity_custom:2018>, null, <extendedcrafting:singularity_custom:2018>],
[<extendedcrafting:singularity_custom:2018>, <extendedcrafting:singularity_custom:2018>, <extendedcrafting:singularity_custom:2018>],
[<extendedcrafting:singularity_custom:2018>, <extendedcrafting:singularity_custom:2018>, <extendedcrafting:singularity_custom:2018>]]);
recipes.addShaped(<contenttweaker:lelyetia_token_legs>,
[[<extendedcrafting:singularity_custom:2018>, <extendedcrafting:singularity_custom:2018>, <extendedcrafting:singularity_custom:2018>],
[<extendedcrafting:singularity_custom:2018>, null, <extendedcrafting:singularity_custom:2018>],
[<extendedcrafting:singularity_custom:2018>, null, <extendedcrafting:singularity_custom:2018>]]);
recipes.addShaped(<contenttweaker:lelyetia_token_feet>,
[[<extendedcrafting:singularity_custom:2018>, null, <extendedcrafting:singularity_custom:2018>],
[<extendedcrafting:singularity_custom:2018>, null, <extendedcrafting:singularity_custom:2018>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:lunar_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2019>, <extendedcrafting:singularity_custom:2019>, <extendedcrafting:singularity_custom:2019>],
[<extendedcrafting:singularity_custom:2019>, null, <extendedcrafting:singularity_custom:2019>]]);
recipes.addShaped(<contenttweaker:lunar_token_chest>,
[[<extendedcrafting:singularity_custom:2019>, null, <extendedcrafting:singularity_custom:2019>],
[<extendedcrafting:singularity_custom:2019>, <extendedcrafting:singularity_custom:2019>, <extendedcrafting:singularity_custom:2019>],
[<extendedcrafting:singularity_custom:2019>, <extendedcrafting:singularity_custom:2019>, <extendedcrafting:singularity_custom:2019>]]);
recipes.addShaped(<contenttweaker:lunar_token_legs>,
[[<extendedcrafting:singularity_custom:2019>, <extendedcrafting:singularity_custom:2019>, <extendedcrafting:singularity_custom:2019>],
[<extendedcrafting:singularity_custom:2019>, null, <extendedcrafting:singularity_custom:2019>],
[<extendedcrafting:singularity_custom:2019>, null, <extendedcrafting:singularity_custom:2019>]]);
recipes.addShaped(<contenttweaker:lunar_token_feet>,
[[<extendedcrafting:singularity_custom:2019>, null, <extendedcrafting:singularity_custom:2019>],
[<extendedcrafting:singularity_custom:2019>, null, <extendedcrafting:singularity_custom:2019>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:mysterium_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2020>, <extendedcrafting:singularity_custom:2020>, <extendedcrafting:singularity_custom:2020>],
[<extendedcrafting:singularity_custom:2020>, null, <extendedcrafting:singularity_custom:2020>]]);
recipes.addShaped(<contenttweaker:mysterium_token_chest>,
[[<extendedcrafting:singularity_custom:2020>, null, <extendedcrafting:singularity_custom:2020>],
[<extendedcrafting:singularity_custom:2020>, <extendedcrafting:singularity_custom:2020>, <extendedcrafting:singularity_custom:2020>],
[<extendedcrafting:singularity_custom:2020>, <extendedcrafting:singularity_custom:2020>, <extendedcrafting:singularity_custom:2020>]]);
recipes.addShaped(<contenttweaker:mysterium_token_legs>,
[[<extendedcrafting:singularity_custom:2020>, <extendedcrafting:singularity_custom:2020>, <extendedcrafting:singularity_custom:2020>],
[<extendedcrafting:singularity_custom:2020>, null, <extendedcrafting:singularity_custom:2020>],
[<extendedcrafting:singularity_custom:2020>, null, <extendedcrafting:singularity_custom:2020>]]);
recipes.addShaped(<contenttweaker:mysterium_token_feet>,
[[<extendedcrafting:singularity_custom:2020>, null, <extendedcrafting:singularity_custom:2020>],
[<extendedcrafting:singularity_custom:2020>, null, <extendedcrafting:singularity_custom:2020>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:nether_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2021>, <extendedcrafting:singularity_custom:2021>, <extendedcrafting:singularity_custom:2021>],
[<extendedcrafting:singularity_custom:2021>, null, <extendedcrafting:singularity_custom:2021>]]);
recipes.addShaped(<contenttweaker:nether_token_chest>,
[[<extendedcrafting:singularity_custom:2021>, null, <extendedcrafting:singularity_custom:2021>],
[<extendedcrafting:singularity_custom:2021>, <extendedcrafting:singularity_custom:2021>, <extendedcrafting:singularity_custom:2021>],
[<extendedcrafting:singularity_custom:2021>, <extendedcrafting:singularity_custom:2021>, <extendedcrafting:singularity_custom:2021>]]);
recipes.addShaped(<contenttweaker:nether_token_legs>,
[[<extendedcrafting:singularity_custom:2021>, <extendedcrafting:singularity_custom:2021>, <extendedcrafting:singularity_custom:2021>],
[<extendedcrafting:singularity_custom:2021>, null, <extendedcrafting:singularity_custom:2021>],
[<extendedcrafting:singularity_custom:2021>, null, <extendedcrafting:singularity_custom:2021>]]);
recipes.addShaped(<contenttweaker:nether_token_feet>,
[[<extendedcrafting:singularity_custom:2021>, null, <extendedcrafting:singularity_custom:2021>],
[<extendedcrafting:singularity_custom:2021>, null, <extendedcrafting:singularity_custom:2021>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:precasia_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2022>, <extendedcrafting:singularity_custom:2022>, <extendedcrafting:singularity_custom:2022>],
[<extendedcrafting:singularity_custom:2022>, null, <extendedcrafting:singularity_custom:2022>]]);
recipes.addShaped(<contenttweaker:precasia_token_chest>,
[[<extendedcrafting:singularity_custom:2022>, null, <extendedcrafting:singularity_custom:2022>],
[<extendedcrafting:singularity_custom:2022>, <extendedcrafting:singularity_custom:2022>, <extendedcrafting:singularity_custom:2022>],
[<extendedcrafting:singularity_custom:2022>, <extendedcrafting:singularity_custom:2022>, <extendedcrafting:singularity_custom:2022>]]);
recipes.addShaped(<contenttweaker:precasia_token_legs>,
[[<extendedcrafting:singularity_custom:2022>, <extendedcrafting:singularity_custom:2022>, <extendedcrafting:singularity_custom:2022>],
[<extendedcrafting:singularity_custom:2022>, null, <extendedcrafting:singularity_custom:2022>],
[<extendedcrafting:singularity_custom:2022>, null, <extendedcrafting:singularity_custom:2022>]]);
recipes.addShaped(<contenttweaker:precasia_token_feet>,
[[<extendedcrafting:singularity_custom:2022>, null, <extendedcrafting:singularity_custom:2022>],
[<extendedcrafting:singularity_custom:2022>, null, <extendedcrafting:singularity_custom:2022>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:runandor_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2023>, <extendedcrafting:singularity_custom:2023>, <extendedcrafting:singularity_custom:2023>],
[<extendedcrafting:singularity_custom:2023>, null, <extendedcrafting:singularity_custom:2023>]]);
recipes.addShaped(<contenttweaker:runandor_token_chest>,
[[<extendedcrafting:singularity_custom:2023>, null, <extendedcrafting:singularity_custom:2023>],
[<extendedcrafting:singularity_custom:2023>, <extendedcrafting:singularity_custom:2023>, <extendedcrafting:singularity_custom:2023>],
[<extendedcrafting:singularity_custom:2023>, <extendedcrafting:singularity_custom:2023>, <extendedcrafting:singularity_custom:2023>]]);
recipes.addShaped(<contenttweaker:runandor_token_legs>,
[[<extendedcrafting:singularity_custom:2023>, <extendedcrafting:singularity_custom:2023>, <extendedcrafting:singularity_custom:2023>],
[<extendedcrafting:singularity_custom:2023>, null, <extendedcrafting:singularity_custom:2023>],
[<extendedcrafting:singularity_custom:2023>, null, <extendedcrafting:singularity_custom:2023>]]);
recipes.addShaped(<contenttweaker:runandor_token_feet>,
[[<extendedcrafting:singularity_custom:2023>, null, <extendedcrafting:singularity_custom:2023>],
[<extendedcrafting:singularity_custom:2023>, null, <extendedcrafting:singularity_custom:2023>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:shyrelands_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2024>, <extendedcrafting:singularity_custom:2024>, <extendedcrafting:singularity_custom:2024>],
[<extendedcrafting:singularity_custom:2024>, null, <extendedcrafting:singularity_custom:2024>]]);
recipes.addShaped(<contenttweaker:shyrelands_token_chest>,
[[<extendedcrafting:singularity_custom:2024>, null, <extendedcrafting:singularity_custom:2024>],
[<extendedcrafting:singularity_custom:2024>, <extendedcrafting:singularity_custom:2024>, <extendedcrafting:singularity_custom:2024>],
[<extendedcrafting:singularity_custom:2024>, <extendedcrafting:singularity_custom:2024>, <extendedcrafting:singularity_custom:2024>]]);
recipes.addShaped(<contenttweaker:shyrelands_token_legs>,
[[<extendedcrafting:singularity_custom:2024>, <extendedcrafting:singularity_custom:2024>, <extendedcrafting:singularity_custom:2024>],
[<extendedcrafting:singularity_custom:2024>, null, <extendedcrafting:singularity_custom:2024>],
[<extendedcrafting:singularity_custom:2024>, null, <extendedcrafting:singularity_custom:2024>]]);
recipes.addShaped(<contenttweaker:shyrelands_token_feet>,
[[<extendedcrafting:singularity_custom:2024>, null, <extendedcrafting:singularity_custom:2024>],
[<extendedcrafting:singularity_custom:2024>, null, <extendedcrafting:singularity_custom:2024>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:vox_ponds_token_head>,
[[null, null, null],
[<extendedcrafting:singularity_custom:2025>, <extendedcrafting:singularity_custom:2025>, <extendedcrafting:singularity_custom:2025>],
[<extendedcrafting:singularity_custom:2025>, null, <extendedcrafting:singularity_custom:2025>]]);
recipes.addShaped(<contenttweaker:vox_ponds_token_chest>,
[[<extendedcrafting:singularity_custom:2025>, null, <extendedcrafting:singularity_custom:2025>],
[<extendedcrafting:singularity_custom:2025>, <extendedcrafting:singularity_custom:2025>, <extendedcrafting:singularity_custom:2025>],
[<extendedcrafting:singularity_custom:2025>, <extendedcrafting:singularity_custom:2025>, <extendedcrafting:singularity_custom:2025>]]);
recipes.addShaped(<contenttweaker:vox_ponds_token_legs>,
[[<extendedcrafting:singularity_custom:2025>, <extendedcrafting:singularity_custom:2025>, <extendedcrafting:singularity_custom:2025>],
[<extendedcrafting:singularity_custom:2025>, null, <extendedcrafting:singularity_custom:2025>],
[<extendedcrafting:singularity_custom:2025>, null, <extendedcrafting:singularity_custom:2025>]]);
recipes.addShaped(<contenttweaker:vox_ponds_token_feet>,
[[<extendedcrafting:singularity_custom:2025>, null, <extendedcrafting:singularity_custom:2025>],
[<extendedcrafting:singularity_custom:2025>, null, <extendedcrafting:singularity_custom:2025>],
[null, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:ascended_draconic_alloy_head>,
[[null, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, null],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, <contenttweaker:ascended_draconic_alloy>, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, <contenttweaker:strings_crystal>, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:ascended_draconic_alloy_chest>,
[[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, null, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:strings_crystal>, <contenttweaker:ascended_draconic_alloy>, null, null, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:strings_crystal>, <contenttweaker:ascended_draconic_alloy>],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, null, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[null, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:ascended_draconic_alloy_legs>,
[[<contenttweaker:strings_crystal>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:strings_crystal>],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, null, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, null, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, null, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, null, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, null, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, null, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:ascended_draconic_alloy_feet>,
[[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:strings_crystal>, <contenttweaker:ascended_draconic_alloy>, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:strings_crystal>, <contenttweaker:ascended_draconic_alloy>, null],
[null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>],
[<contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, null, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>, <contenttweaker:ascended_draconic_alloy>],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:fractallite_halite_head>,
[[null, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, null],
[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, <materialpart:fractallite_halite:ingot>, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, <contenttweaker:strings_crystal>, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:fractallite_halite_chest>,
[[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, null, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[<materialpart:fractallite_halite:ingot>, <contenttweaker:strings_crystal>, <materialpart:fractallite_halite:ingot>, null, null, null, <materialpart:fractallite_halite:ingot>, <contenttweaker:strings_crystal>, <materialpart:fractallite_halite:ingot>],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, null, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>],
[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[null, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, null]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:fractallite_halite_legs>,
[[<contenttweaker:strings_crystal>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <contenttweaker:strings_crystal>],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, null, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, null, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, null, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, null, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, null, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, null, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:fractallite_halite_feet>,
[[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[null, <materialpart:fractallite_halite:ingot>, <contenttweaker:strings_crystal>, <materialpart:fractallite_halite:ingot>, null, <materialpart:fractallite_halite:ingot>, <contenttweaker:strings_crystal>, <materialpart:fractallite_halite:ingot>, null],
[null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>],
[<materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, null, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>, <materialpart:fractallite_halite:ingot>],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null]]);
+18
View File
@@ -0,0 +1,18 @@
#loader contenttweaker
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.ctintegration.baubles.IBaubleInventory;
var singulargravityhoney = VanillaFactory.createBaubleItem("singular_gravity_honey");
singulargravityhoney.baubleType = "RING";
singulargravityhoney.register();
var blackholehoney = VanillaFactory.createBaubleItem("black_hole_honey");
blackholehoney.baubleType = "RING";
blackholehoney.register();
File diff suppressed because it is too large Load Diff
+170
View File
@@ -0,0 +1,170 @@
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>]]);
+257
View File
@@ -0,0 +1,257 @@
import crafttweaker.item.IItemStack;
import crafttweaker.events.IEventManager;
import crafttweaker.event.BlockHarvestDropsEvent;
import crafttweaker.event.IBlockEvent;
import crafttweaker.world.IWorld;
import crafttweaker.event.PlayerBreakSpeedEvent;
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("railcraft:ore".matches(event.block.definition.id)) {
if (event.block.meta == 0){
if (event.silkTouch) {
return;
} else {
event.drops = [<thermalfoundation:material:771>*3];
}
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("railcraft:ore".matches(event.block.definition.id)) {
if (event.block.meta == 1){
if (event.silkTouch) {
return;
} else {
event.drops = [<thermalfoundation:material:772>*3];
}
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("abyssalcraft:nitreore".matches(event.block.definition.id)) {
if (event.silkTouch) {
return;
} else {
event.drops = [<thermalfoundation:material:772>*1];
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("abyssalcraft:abynitore".matches(event.block.definition.id)) {
if (event.silkTouch) {
return;
} else {
event.drops = [<thermalfoundation:material:772>*2];
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.0".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.1".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.2".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.3".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.4".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.5".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.6".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.7".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.8".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.fruit.0".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.fruit.1".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.fruit.2".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("forestry:leaves.default.fruit.3".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("extratrees:leaves.default.0".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("extratrees:leaves.default.1".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("extratrees:leaves.default.2".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("extratrees:leaves.default.3".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("extratrees:leaves.default.4".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("extratrees:leaves.default.5".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
if ("extratrees:leaves.default.6".matches(event.block.definition.id)) {
if (event.silkTouch) {
event.drops = [<contenttweaker:silky_forester_leaf>];
} else {
return;
}
}
});
File diff suppressed because it is too large Load Diff
+345
View File
@@ -0,0 +1,345 @@
#loader preinit
#modloaded chickens
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Part;
import mods.contenttweaker.MaterialPart;
import mods.contenttweaker.MaterialSystem;
import mods.contenttweaker.Material;
import mods.contenttweaker.Item;
import mods.contenttweaker.Block;
import mods.contenttweaker.PartBuilder;
import mods.contenttweaker.Color;
import mods.contenttweaker.Fluid;
import mods.contenttweaker.ActionResult;
import mods.contenttweaker.Chicken;
import mods.contenttweaker.ChickenFactory;
import mods.contenttweaker.ResourceLocation as resLoc;
var jadechicken = ChickenFactory.createChicken("jade_chicken", Color.fromHex("4bdb1a"), <item:contenttweaker:jade_egg>);
jadechicken.setForegroundColor(Color.fromHex("28750e"));
jadechicken.setSpawnType("NONE");
jadechicken.register();
var amethystchicken = ChickenFactory.createChicken("amethyst_chicken", Color.fromHex("801199"), <item:contenttweaker:amethyst_egg>);
amethystchicken.setForegroundColor(Color.fromHex("6e357a"));
amethystchicken.setSpawnType("NONE");
amethystchicken.register();
var sapphirechicken = ChickenFactory.createChicken("sapphire_chicken", Color.fromHex("0e27c7"), <item:contenttweaker:sapphire_egg>);
sapphirechicken.setForegroundColor(Color.fromHex("5d6fde"));
sapphirechicken.setSpawnType("NONE");
sapphirechicken.register();
var rositechicken = ChickenFactory.createChicken("rosite_chicken", Color.fromHex("e66e8c"), <item:contenttweaker:rosite_egg>);
rositechicken.setForegroundColor(Color.fromHex("e02251"));
rositechicken.setSpawnType("NONE");
rositechicken.register();
var limonitechicken = ChickenFactory.createChicken("limonite_chicken", Color.fromHex("d18419"), <item:contenttweaker:limonite_egg>);
limonitechicken.setForegroundColor(Color.fromHex("c29455"));
limonitechicken.setSpawnType("NONE");
limonitechicken.register();
var runiumchicken = ChickenFactory.createChicken("runium_chicken", Color.fromHex("1c1c1c"), <item:contenttweaker:runium_egg>);
runiumchicken.setForegroundColor(Color.fromHex("636363"));
runiumchicken.setSpawnType("NONE");
runiumchicken.register();
var arlemitechicken = ChickenFactory.createChicken("arlemite_chicken", Color.fromHex("2c781a"), <item:contenttweaker:arlemite_egg>);
arlemitechicken.setForegroundColor(Color.fromHex("14330d"));
arlemitechicken.setSpawnType("NONE");
arlemitechicken.register();
var realmitechicken = ChickenFactory.createChicken("realmite_chicken", Color.fromHex("b8a528"), <item:contenttweaker:realmite_egg>);
realmitechicken.setForegroundColor(Color.fromHex("b88128"));
realmitechicken.setSpawnType("NONE");
realmitechicken.register();
var rupeechicken = ChickenFactory.createChicken("rupee_chicken", Color.fromHex("1120c2"), <item:contenttweaker:rupee_egg>);
rupeechicken.setForegroundColor(Color.fromHex("00085e"));
rupeechicken.setSpawnType("NONE");
rupeechicken.register();
var mithrilliumchicken = ChickenFactory.createChicken("mithrillium_chicken", Color.fromHex("12ffcc"), <item:contenttweaker:mithrillium_egg>);
mithrilliumchicken.setForegroundColor(Color.fromHex("1294ff"));
mithrilliumchicken.setSpawnType("NONE");
mithrilliumchicken.register();
var amberchicken = ChickenFactory.createChicken("amber_chicken", Color.fromHex("ebc26a"), <item:contenttweaker:amber_egg>);
amberchicken.setForegroundColor(Color.fromHex("ff8c00"));
amberchicken.setSpawnType("NONE");
amberchicken.register();
var rheniumchicken = ChickenFactory.createChicken("rhenium_chicken", Color.fromHex("454545"), <item:contenttweaker:rhenium_egg>);
rheniumchicken.setForegroundColor(Color.fromHex("000000"));
rheniumchicken.setSpawnType("NONE");
rheniumchicken.register();
var bloodgemchicken = ChickenFactory.createChicken("bloodgem_chicken", Color.fromHex("ff0000"), <item:contenttweaker:bloodgem_egg>);
bloodgemchicken.setForegroundColor(Color.fromHex("780000"));
bloodgemchicken.setSpawnType("NONE");
bloodgemchicken.register();
var netheritechicken = ChickenFactory.createChicken("netherite_chicken", Color.fromHex("ff0000"), <item:contenttweaker:netherite_egg>);
netheritechicken.setForegroundColor(Color.fromHex("780000"));
netheritechicken.setSpawnType("NONE");
netheritechicken.register();
var emberstonechicken = ChickenFactory.createChicken("emberstone_chicken", Color.fromHex("940000"), <item:contenttweaker:emberstone_egg>);
emberstonechicken.setForegroundColor(Color.fromHex("000000"));
emberstonechicken.setSpawnType("NONE");
emberstonechicken.register();
var chestbonefragmentchicken = ChickenFactory.createChicken("chestbone_fragment_chicken", Color.fromHex("083d00"), <item:contenttweaker:chestbone_fragment_egg>);
chestbonefragmentchicken.setForegroundColor(Color.fromHex("8a8c89"));
chestbonefragmentchicken.setSpawnType("NONE");
chestbonefragmentchicken.register();
var legbonefragmentchicken = ChickenFactory.createChicken("legbone_fragment_chicken", Color.fromHex("083d00"), <item:contenttweaker:legbone_fragment_egg>);
legbonefragmentchicken.setForegroundColor(Color.fromHex("8a8c89"));
legbonefragmentchicken.setSpawnType("NONE");
legbonefragmentchicken.register();
var footbonefragmentchicken = ChickenFactory.createChicken("footbone_fragment_chicken", Color.fromHex("083d00"), <item:contenttweaker:footbone_fragment_egg>);
footbonefragmentchicken.setForegroundColor(Color.fromHex("8a8c89"));
footbonefragmentchicken.setSpawnType("NONE");
footbonefragmentchicken.register();
var skullbonefragmentchicken = ChickenFactory.createChicken("skullbone_fragment_chicken", Color.fromHex("083d00"), <item:contenttweaker:skullbone_fragment_egg>);
skullbonefragmentchicken.setForegroundColor(Color.fromHex("8a8c89"));
skullbonefragmentchicken.setSpawnType("NONE");
skullbonefragmentchicken.register();
var blaziumchicken = ChickenFactory.createChicken("blazium_chicken", Color.fromHex("b54414"), <item:contenttweaker:blazium_egg>);
blaziumchicken.setForegroundColor(Color.fromHex("b52114"));
blaziumchicken.setSpawnType("NONE");
blaziumchicken.register();
var varsiumchicken = ChickenFactory.createChicken("varsium_chicken", Color.fromHex("b54414"), <item:contenttweaker:varsium_egg>);
varsiumchicken.setForegroundColor(Color.fromHex("b52114"));
varsiumchicken.setSpawnType("NONE");
varsiumchicken.register();
var baronytechicken = ChickenFactory.createChicken("baronyte_chicken", Color.fromHex("b54414"), <item:contenttweaker:baronyte_egg>);
baronytechicken.setForegroundColor(Color.fromHex("b52114"));
baronytechicken.setSpawnType("NONE");
baronytechicken.register();
var fluctuatitechicken = ChickenFactory.createChicken("fluctuatite_chicken", Color.fromHex("d1c711"), <item:contenttweaker:fluctuatite_egg>);
fluctuatitechicken.setForegroundColor(Color.fromHex("c96818"));
fluctuatitechicken.setSpawnType("NONE");
fluctuatitechicken.register();
var ornamytechicken = ChickenFactory.createChicken("ornamyte_chicken", Color.fromHex("094200"), <item:contenttweaker:ornamyte_egg>);
ornamytechicken.setForegroundColor(Color.fromHex("808080"));
ornamytechicken.setSpawnType("NONE");
ornamytechicken.register();
var jewelytechicken = ChickenFactory.createChicken("jewelyte_chicken", Color.fromHex("094200"), <item:contenttweaker:jewelyte_egg>);
jewelytechicken.setForegroundColor(Color.fromHex("109e00"));
jewelytechicken.setSpawnType("NONE");
jewelytechicken.register();
var gemenytechicken = ChickenFactory.createChicken("gemenyte_chicken", Color.fromHex("094200"), <item:contenttweaker:gemenyte_egg>);
gemenytechicken.setForegroundColor(Color.fromHex("19fa00"));
gemenytechicken.setSpawnType("NONE");
gemenytechicken.register();
var chargedruniumchicken = ChickenFactory.createChicken("charged_runium_chicken", Color.fromHex("000000"), <item:contenttweaker:charged_runium_egg>);
chargedruniumchicken.setForegroundColor(Color.fromHex("99d492"));
chargedruniumchicken.setSpawnType("NONE");
chargedruniumchicken.register();
var bloodstonechicken = ChickenFactory.createChicken("bloodstone_chicken", Color.fromHex("c91818"), <item:contenttweaker:bloodstone_egg>);
bloodstonechicken.setForegroundColor(Color.fromHex("615d5d"));
bloodstonechicken.setSpawnType("NONE");
bloodstonechicken.register();
var coldironchicken = ChickenFactory.createChicken("cold_iron_chicken", Color.fromHex("575757"), <item:contenttweaker:cold_iron_egg>);
coldironchicken.setForegroundColor(Color.fromHex("b8b8b8"));
coldironchicken.setSpawnType("NONE");
coldironchicken.register();
var lyonchicken = ChickenFactory.createChicken("lyon_chicken", Color.fromHex("575757"), <item:contenttweaker:lyon_egg>);
lyonchicken.setForegroundColor(Color.fromHex("b8b8b8"));
lyonchicken.setSpawnType("NONE");
lyonchicken.register();
var crystallitechicken = ChickenFactory.createChicken("crystallite_chicken", Color.fromHex("575757"), <item:contenttweaker:crystallite_egg>);
crystallitechicken.setForegroundColor(Color.fromHex("b8b8b8"));
crystallitechicken.setSpawnType("NONE");
crystallitechicken.register();
var mystitechicken = ChickenFactory.createChicken("mystite_chicken", Color.fromHex("575757"), <item:contenttweaker:mystite_egg>);
mystitechicken.setForegroundColor(Color.fromHex("b8b8b8"));
mystitechicken.setSpawnType("NONE");
mystitechicken.register();
var yellowgemchicken = ChickenFactory.createChicken("yellow_gemstone_chicken", Color.fromHex("575757"), <item:contenttweaker:yellow_gemstone_egg>);
yellowgemchicken.setForegroundColor(Color.fromHex("b8b8b8"));
yellowgemchicken.setSpawnType("NONE");
yellowgemchicken.register();
var whitegemchicken = ChickenFactory.createChicken("white_gemstone_chicken", Color.fromHex("575757"), <item:contenttweaker:white_gemstone_egg>);
whitegemchicken.setForegroundColor(Color.fromHex("b8b8b8"));
whitegemchicken.setSpawnType("NONE");
whitegemchicken.register();
var redgemchicken = ChickenFactory.createChicken("red_gemstone_chicken", Color.fromHex("575757"), <item:contenttweaker:red_gemstone_egg>);
redgemchicken.setForegroundColor(Color.fromHex("b8b8b8"));
redgemchicken.setSpawnType("NONE");
redgemchicken.register();
var greengemchicken = ChickenFactory.createChicken("green_gemstone_chicken", Color.fromHex("575757"), <item:contenttweaker:green_gemstone_egg>);
greengemchicken.setForegroundColor(Color.fromHex("b8b8b8"));
greengemchicken.setSpawnType("NONE");
greengemchicken.register();
var purplegemchicken = ChickenFactory.createChicken("purple_gemstone_chicken", Color.fromHex("575757"), <item:contenttweaker:purple_gemstone_egg>);
purplegemchicken.setForegroundColor(Color.fromHex("b8b8b8"));
purplegemchicken.setSpawnType("NONE");
purplegemchicken.register();
var bluegemchicken = ChickenFactory.createChicken("blue_gemstone_chicken", Color.fromHex("575757"), <item:contenttweaker:blue_gemstone_egg>);
bluegemchicken.setForegroundColor(Color.fromHex("b8b8b8"));
bluegemchicken.setSpawnType("NONE");
bluegemchicken.register();
var candytechicken = ChickenFactory.createChicken("candyte_chicken", Color.fromHex("575757"), <item:contenttweaker:candyte_egg>);
candytechicken.setForegroundColor(Color.fromHex("b8b8b8"));
candytechicken.setSpawnType("NONE");
candytechicken.register();
var palladiumchicken = ChickenFactory.createChicken("palladium_chicken", Color.fromHex("575757"), <item:contenttweaker:palladium_egg>);
palladiumchicken.setForegroundColor(Color.fromHex("b8b8b8"));
palladiumchicken.setSpawnType("NONE");
palladiumchicken.register();
var vitytechicken = ChickenFactory.createChicken("vityte_chicken", Color.fromHex("575757"), <item:contenttweaker:vityte_egg>);
vitytechicken.setForegroundColor(Color.fromHex("b8b8b8"));
vitytechicken.setSpawnType("NONE");
vitytechicken.register();
var poloniumchicken = ChickenFactory.createChicken("polonium_chicken", Color.fromHex("575757"), <item:contenttweaker:polonium_egg>);
poloniumchicken.setForegroundColor(Color.fromHex("b8b8b8"));
poloniumchicken.setSpawnType("NONE");
poloniumchicken.register();
var ogeritechicken = ChickenFactory.createChicken("ogerite_chicken", Color.fromHex("085e00"), <item:contenttweaker:ogerite_egg>);
ogeritechicken.setForegroundColor(Color.fromHex("086600"));
ogeritechicken.setSpawnType("NONE");
ogeritechicken.register();
var lunastonechicken = ChickenFactory.createChicken("lunastone_chicken", Color.fromHex("085e00"), <item:contenttweaker:lunastone_egg>);
lunastonechicken.setForegroundColor(Color.fromHex("b8b8b8"));
lunastonechicken.setSpawnType("NONE");
lunastonechicken.register();
var chalcedonychicken = ChickenFactory.createChicken("chalcedony_chicken", Color.fromHex("5dc4cf"), <item:contenttweaker:chalcedony_egg>);
chalcedonychicken.setForegroundColor(Color.fromHex("5dc4cf"));
chalcedonychicken.setSpawnType("NONE");
chalcedonychicken.register();
var brightsteelchicken = ChickenFactory.createChicken("brightsteel_chicken", Color.fromHex("5dc4cf"), <item:contenttweaker:brightsteel_egg>);
brightsteelchicken.setForegroundColor(Color.fromHex("5dc4cf"));
brightsteelchicken.setSpawnType("NONE");
brightsteelchicken.register();
var unidentifiedchicken = ChickenFactory.createChicken("unidentified_chicken", Color.fromHex("5dc4cf"), <item:contenttweaker:unidentified_egg>);
unidentifiedchicken.setForegroundColor(Color.fromHex("5dc4cf"));
unidentifiedchicken.setSpawnType("NONE");
unidentifiedchicken.register();
var chaoschicken = ChickenFactory.createChicken("chaos_chicken", Color.fromHex("5dc4cf"), <item:contenttweaker:chaotic_egg>);
chaoschicken.setForegroundColor(Color.fromHex("5dc4cf"));
chaoschicken.setSpawnType("NONE");
chaoschicken.register();
var glitchchicken = ChickenFactory.createChicken("glitch_chicken", Color.fromHex("5dc4cf"), <item:contenttweaker:glitch_infused_egg>);
glitchchicken.setForegroundColor(Color.fromHex("5dc4cf"));
glitchchicken.setSpawnType("NONE");
glitchchicken.register();
var infinitychicken = ChickenFactory.createChicken("infinity_chicken", Color.fromHex("5dc4cf"), <item:contenttweaker:infinity_egg>);
infinitychicken.setForegroundColor(Color.fromHex("5dc4cf"));
infinitychicken.setSpawnType("NONE");
infinitychicken.register();
var elecaniumchicken = ChickenFactory.createChicken("elecanium_chicken", Color.fromHex("5dc4cf"), <item:contenttweaker:elecanium_egg>);
elecaniumchicken.setForegroundColor(Color.fromHex("5dc4cf"));
elecaniumchicken.setSpawnType("NONE");
elecaniumchicken.register();
var purechicken = ChickenFactory.createChicken("pure_chicken", Color.fromHex("263373"), <item:contenttweaker:pure_egg>);
purechicken.setForegroundColor(Color.fromHex("388a4e"));
purechicken.setSpawnType("NONE");
purechicken.register();
var osmiumchicken = ChickenFactory.createChicken("osmium_chicken", Color.fromHex("263073"), <item:contenttweaker:osmium_egg>);
osmiumchicken.setForegroundColor(Color.fromHex("388a2e"));
osmiumchicken.setSpawnType("NONE");
osmiumchicken.register();
var strontiumchicken = ChickenFactory.createChicken("strontium_chicken", Color.fromHex("263073"), <item:contenttweaker:strontium_egg>);
strontiumchicken.setForegroundColor(Color.fromHex("388a2e"));
strontiumchicken.setSpawnType("NONE");
strontiumchicken.register();
var caesiumchicken = ChickenFactory.createChicken("caesium_chicken", Color.fromHex("263073"), <item:contenttweaker:caesium_egg>);
caesiumchicken.setForegroundColor(Color.fromHex("388a2e"));
caesiumchicken.setSpawnType("NONE");
caesiumchicken.register();
var rubidiumchicken = ChickenFactory.createChicken("rubidium_chicken", Color.fromHex("263073"), <item:contenttweaker:rubidium_egg>);
rubidiumchicken.setForegroundColor(Color.fromHex("388a2e"));
rubidiumchicken.setSpawnType("NONE");
rubidiumchicken.register();
var ghastlychicken = ChickenFactory.createChicken("ghastly_chicken", Color.fromHex("263073"), <item:contenttweaker:ghastly_egg>);
ghastlychicken.setForegroundColor(Color.fromHex("388a2e"));
ghastlychicken.setSpawnType("NONE");
ghastlychicken.register();
var ghoulishchicken = ChickenFactory.createChicken("ghoulish_chicken", Color.fromHex("263073"), <item:contenttweaker:ghoulish_egg>);
ghoulishchicken.setForegroundColor(Color.fromHex("388a2e"));
ghoulishchicken.setSpawnType("NONE");
ghoulishchicken.register();
var hassiumchicken = ChickenFactory.createChicken("hassium_chicken", Color.fromHex("263073"), <item:contenttweaker:hassium_egg>);
hassiumchicken.setForegroundColor(Color.fromHex("388a2e"));
hassiumchicken.setSpawnType("NONE");
hassiumchicken.register();
var energychicken = ChickenFactory.createChicken("energy_chicken", Color.fromHex("263073"), <item:contenttweaker:energy_egg>);
energychicken.setForegroundColor(Color.fromHex("388a2e"));
energychicken.setSpawnType("NONE");
energychicken.register();
var heraldrychicken = ChickenFactory.createChicken("heraldry_chicken", Color.fromHex("263073"), <item:contenttweaker:heraldry_egg>);
heraldrychicken.setForegroundColor(Color.fromHex("388a2e"));
heraldrychicken.setSpawnType("NONE");
heraldrychicken.register();
var fleshabominationchicken = ChickenFactory.createChicken("fesh_abomination_chicken", Color.fromHex("78005e"), <item:contenttweaker:abominable_egg>);
fleshabominationchicken.setForegroundColor(Color.fromHex("850000"));
fleshabominationchicken.setSpawnType("NONE");
fleshabominationchicken.register();
var focusingchicken = ChickenFactory.createChicken("focusing_chicken", Color.fromHex("78005e"), <item:contenttweaker:focusing_egg>);
focusingchicken.setForegroundColor(Color.fromHex("850000"));
focusingchicken.setSpawnType("NONE");
focusingchicken.register();
var loverchicken = ChickenFactory.createChicken("lovely_chicken", Color.fromHex("78005e"), <item:contenttweaker:lovely_egg>);
loverchicken.setForegroundColor(Color.fromHex("850000"));
loverchicken.setSpawnType("NONE");
loverchicken.register();
+65
View File
@@ -0,0 +1,65 @@
#modloaded aoa3
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.Commands;
import crafttweaker.event.PlayerInteractBlockEvent;
import crafttweaker.block.IBlock;
events.onPlayerInteractBlock(function(event as PlayerInteractBlockEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
if (!isNull(heldItem) && heldItem.definition.id.matches(<avaritiaitem:bedrock_blaster>.definition.id)) {
val targetBlock as IBlock = event.block;
if (targetBlock.definition.id != "minecraft:bedrock") {
return;
}
if(isNull(event.player.getInventoryStack(39))){
event.player.sendChat("Wear a set of Foraging Armor");
return;
}
if(isNull(event.player.getInventoryStack(38))){
event.player.sendChat("Wear a set of Foraging Armor");
return;
}
if(isNull(event.player.getInventoryStack(37))){
event.player.sendChat("Wear a set of Foraging Armor");
return;
}
if(isNull(event.player.getInventoryStack(36))){
event.player.sendChat("Wear a set of Foraging Armor");
return;
}
if(!(event.player.getInventoryStack(39).definition.id.matches(<aoa3:foraging_helmet>.definition.id))) {
event.player.sendChat("Wear a set of Foraging Armor");
return;
}
if(!(event.player.getInventoryStack(38).definition.id.matches(<aoa3:foraging_chestplate>.definition.id))) {
event.player.sendChat("Wear a set of Foraging Armor");
return;
}
if(!(event.player.getInventoryStack(37).definition.id.matches(<aoa3:foraging_legs>.definition.id))) {
event.player.sendChat("Wear a set of Foraging Armor");
return;
}
if(!(event.player.getInventoryStack(36).definition.id.matches(<aoa3:foraging_boots>.definition.id))) {
event.player.sendChat("Wear a set of Foraging Armor");
return;
}
Commands.call("fill ~-2 ~-1 ~-2 ~2 ~2 ~2 air 0 replace bedrock 0 destroy", event.player, event.world, true, true);
Commands.call("summon Item ~ ~ ~ {Item:{id:\"minecraft:bedrock\",Count:1b}}", event.player, event.world, true, true);
}
});
+46
View File
@@ -0,0 +1,46 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:investiture_of_fenrir>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "aoa3:blissard") || !target.isAlive()) {
return;
}
Commands.call("/effect @e[r=5] minecraft:strength 999999 200", event.player, event.world, true, true);
Commands.call("/entitydata @e[r=5] {ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:60,permshields:60}}}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+65
View File
@@ -0,0 +1,65 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
import crafttweaker.entity.IEntityEquipmentSlot;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:scream_of_pauram>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "thebetweenlands:blood_snail") || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 2000000000.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
Commands.call("summon thebetweenlands:blood_snail ~ ~1 ~ {PersistenceRequired:1,HandItems:[{},{Count:1,id:\"contenttweaker:screaming_blood_slime\"}],HandDropChances:[0.0f,1.0f],ActiveEffects:[{Id:14,Amplifier:0,Duration:999999,ShowParticles:0b},{Id:24,Amplifier:0,Duration:999999,ShowParticles:0b}],ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:200,permshields:200}},Attributes:[{Name:generic.maxHealth, Base:5000000.0},{Name:generic.attackDamage, Base:50000.0}],Health:5000000f,CustomName:\"Gashuhn, the Bloody Fearmongerer\"}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
}
});
+65
View File
@@ -0,0 +1,65 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
import crafttweaker.entity.IEntityEquipmentSlot;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:pale_sky_stone_pebble>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "erebus:erebus.centipede") || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 2000000000.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
Commands.call("summon erebus:erebus.centipede ~ ~1 ~ {PersistenceRequired:1,HandItems:[{},{Count:1,id:\"contenttweaker:gluttonous_bell\"}],HandDropChances:[0.0f,1.0f],ActiveEffects:[{Id:14,Amplifier:0,Duration:999999,ShowParticles:0b},{Id:24,Amplifier:0,Duration:999999,ShowParticles:0b}],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:30.0}],Health:2000f,CustomName:\"Gluttonous Devourer\"}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
}
});
+46
View File
@@ -0,0 +1,46 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:voice_of_the_sunken_city>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "aoa3:corby") || !target.isAlive()) {
return;
}
Commands.call("/effect @e[r=5] minecraft:strength 999999 80", event.player, event.world, true, true);
Commands.call("/entitydata @e[r=5] {ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:60,permshields:60}}}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+67
View File
@@ -0,0 +1,67 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:evertainted_pebble>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "aoa3:ghostly_night_reaper") || !target.isAlive()) {
return;
}
if (!(target.mainHandHeldItem.matches(<contenttweaker:gem_of_pure_taint>))) {
return;
}
// [edit damage here]
val DAMAGE = 10000000.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// give custom drop
Commands.call("summon aoa3:night_reaper ~ ~2 ~ {HandItems:[{Count:1,id:\"contenttweaker:sundered_crimson_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:400000.0}],Health:200000f,CustomName:\"Sundered Will of the Crimson Cult\"}", event.player, event.world, false, true);
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
heldItem.mutable().shrink(1);
}
}
});
+50
View File
@@ -0,0 +1,50 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:investiture_of_the_eleint>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "iceandfire:icedragon") || !target.isAlive()) {
if ((target.definition.id != "iceandfire:firedragon") || !target.isAlive()) {
if ((target.definition.id != "iceandfire:lightningdragon") || !target.isAlive()) {
return;
}
}
}
Commands.call("/entitydata @e[r=15] {CustomName:\"Ascended Eleint\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:200,permshields:200}},Tags:[\"dragonascendedeleint\"]}", event.player, event.world, true, true);
Commands.call("/fill ~-10 ~-1 ~-10 ~10 ~1 ~10 contenttweaker:eleint_dragonfire 0 replace contenttweaker:eternal_dragon_fire", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+48
View File
@@ -0,0 +1,48 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:offering_to_the_eleint_of_actualization>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "thaumcraft:cultistknight") || !target.isAlive()) {
return;
}
if (!(target.mainHandHeldItem.matches(<aoa3:shadow_sword>))) {
return;
}
Commands.call("summon Item ~ ~1 ~ {Item:{id:\"contenttweaker:flame_of_actualization\",Count:1b}}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+45
View File
@@ -0,0 +1,45 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:investiture_of_the_direwolf>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "minecraft:wolf") || !target.isAlive()) {
return;
}
Commands.call("/entitydata @e[r=5] {ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:20,permshields:20}},Tags:[\"direwolfdoggo\"],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+55
View File
@@ -0,0 +1,55 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:spark_of_unhallowing>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "erebus:erebus.stag_beetle") || !target.isAlive()) {
return;
}
if(isNull(target.mainHandHeldItem)){
event.player.sendChat("The mob is the correct one, you may need a special, pale, version ;)");
return;
}
if (!(target.mainHandHeldItem.matches(<contenttweaker:geo_fragment>))) {
event.player.sendChat("The mob is the correct one, you may need a special, pale, version ;)");
return;
}
Commands.call("summon erebus:erebus.stag_beetle ~ ~1 ~ {Invulnerable:1,NoAI:1,PersistenceRequired:1,HandItems:[{Count:1,id:\"contenttweaker:geo_fragment\"},{}],HandDropChances:[1.0f,1.0f],ActiveEffects:[{Id:14,Amplifier:0,Duration:999999,ShowParticles:0b},{Id:24,Amplifier:0,Duration:999999,ShowParticles:0b}],ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:100,permshields:100}},Attributes:[{Name:generic.maxHealth, Base:20000.0},{Name:generic.attackDamage, Base:300.0}],Health:20000f,CustomName:\"Warden Stag\"}", event.player, event.world, true, true);
Commands.call("summon Item ~ ~1 ~ {Item:{id:\"contenttweaker:recursion_of_growth\",Count:1b}}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+46
View File
@@ -0,0 +1,46 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:abyssal_bone>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "aoa3:horntail") || !target.isAlive()) {
return;
}
Commands.call("/effect @e[r=5] minecraft:regeneration 120 200", event.player, event.world, true, true);
Commands.call("/entitydata @e[r=5] {ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:4,permshields:4}}}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+52
View File
@@ -0,0 +1,52 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
import crafttweaker.entity.IEntityEquipmentSlot;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<twilightforest:fiery_sword>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "aoa3:realmshifter") || !target.isAlive()) {
return;
}
if (!(target.mainHandHeldItem.matches(<contenttweaker:unforgotten_summons>))) {
return;
}
Commands.call("summon Item ~ ~ ~ {Item:{id:\"contenttweaker:unforgotten_summons\",Count:1b}}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+46
View File
@@ -0,0 +1,46 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:gear_of_worthiness>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "aoa3:mecha_skellox") || !target.isAlive()) {
return;
}
Commands.call("/effect @e[r=5] minecraft:strength 999999 255", event.player, event.world, true, true);
Commands.call("/entitydata @e[r=5] {ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:300,permshields:300}}}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+65
View File
@@ -0,0 +1,65 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
import crafttweaker.entity.IEntityEquipmentSlot;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:pale_sky_stone_pebble>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "minecraft:wither_skeleton") || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 2000000000.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
Commands.call("summon minecraft:wither_skeleton ~ ~1 ~ {PersistenceRequired:1,HandItems:[{},{Count:1,id:\"contenttweaker:medallion_of_undead_repellence\"}],HandDropChances:[0.0f,1.0f],ActiveEffects:[{Id:14,Amplifier:0,Duration:999999,ShowParticles:0b},{Id:24,Amplifier:0,Duration:999999,ShowParticles:0b}],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:30.0}],Health:1000f,CustomName:\"Repelled Withered Soul\"}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
}
});
+53
View File
@@ -0,0 +1,53 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:chu_ci_foot>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "aoa3:draggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:waggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:spraggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:craggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:shaddy") || !target.isAlive()) {
return;
}
}
}
}
}
Commands.call("/effect @e[r=5] minecraft:strength 999999 15", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+54
View File
@@ -0,0 +1,54 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:nanabozho_foot>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "aoa3:draggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:waggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:spraggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:craggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:shaddy") || !target.isAlive()) {
return;
}
}
}
}
}
Commands.call("/effect @e[r=5] minecraft:strength 999999 20", event.player, event.world, true, true);
Commands.call("/effect @e[r=5] minecraft:resistance 999999 2", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+55
View File
@@ -0,0 +1,55 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:wenet_foot>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "aoa3:draggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:waggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:spraggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:craggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:shaddy") || !target.isAlive()) {
return;
}
}
}
}
}
Commands.call("/effect @e[r=5] minecraft:strength 999999 50", event.player, event.world, true, true);
Commands.call("/effect @e[r=5] minecraft:resistance 999999 4", event.player, event.world, true, true);
Commands.call("/entitydata @e[r=5] {ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+55
View File
@@ -0,0 +1,55 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:puca_foot>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "aoa3:draggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:waggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:spraggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:craggy") || !target.isAlive()) {
if ((target.definition.id != "aoa3:shaddy") || !target.isAlive()) {
return;
}
}
}
}
}
Commands.call("/effect @e[r=5] minecraft:strength 999999 255", event.player, event.world, true, true);
Commands.call("/effect @e[r=5] minecraft:resistance 999999 4", event.player, event.world, true, true);
Commands.call("/entitydata @e[r=5] {ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:100,permshields:100}}}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+65
View File
@@ -0,0 +1,65 @@
#modloaded erebus
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
import crafttweaker.entity.IEntityEquipmentSlot;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:pale_sky_stone_pebble>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "erebus:erebus.stag_beetle") || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 2000000000.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
Commands.call("summon erebus:erebus.stag_beetle ~ ~1 ~ {PersistenceRequired:1,HandItems:[{Count:1,id:\"contenttweaker:geo_fragment\"},{}],HandDropChances:[1.0f,1.0f],ActiveEffects:[{Id:14,Amplifier:0,Duration:999999,ShowParticles:0b},{Id:24,Amplifier:0,Duration:999999,ShowParticles:0b}],ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:100,permshields:100}},Attributes:[{Name:generic.maxHealth, Base:20000.0},{Name:generic.attackDamage, Base:300.0}],Health:20000f,CustomName:\"Hollow Stag\"}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
}
});
+111
View File
@@ -0,0 +1,111 @@
#modloaded erebus
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
import crafttweaker.util.Position3f;
import crafttweaker.block.IBlockState;
import crafttweaker.item.IItemStack;
import crafttweaker.entity.IEntityEquipmentSlot;
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
// check if world is remote
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:void_shriek>.definition.id)) {
// check if entity is living
if (!event.target instanceof IEntityLivingBase) {
return;
}
// check if mob matches
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "aoa3:void_walker") || !target.isAlive()) {
return;
}
// check player dimension
val player as IPlayer = event.player;
if(player.getDimension() != 66) {
player.sendChat("You have to be in the Erebus");
return;
}
// check height
if(event.y != 1) {
player.sendChat("Both you and the Void Walker need to stand at Bedrock level");
return;
}
// check player off hand
if(isNull(player.getInventoryStack(40))){
player.sendChat("Hold an Everbloom in your off-hand");
return;
}
if(!(player.getInventoryStack(40).definition.id.matches(<contenttweaker:delicate_flower>.definition.id))) {
player.sendChat("Hold an Everbloom in your off-hand");
return;
}
// check player armor
if(isNull(player.getInventoryStack(39))){
player.sendChat("Wear a set of Rhino Plate Armor");
return;
}
if(isNull(player.getInventoryStack(38))){
player.sendChat("Wear a set of Rhino Plate Armor");
return;
}
if(isNull(player.getInventoryStack(37))){
player.sendChat("Wear a set of Rhino Plate Armor");
return;
}
if(isNull(player.getInventoryStack(36))){
player.sendChat("Wear a set of Rhino Plate Armor");
return;
}
if(!(player.getInventoryStack(39).definition.id.matches(<erebus:rhino_exoskeleton_helmet>.definition.id))) {
player.sendChat("Wear a set of Rhino Plate Armor");
return;
}
if(!(player.getInventoryStack(38).definition.id.matches(<erebus:rhino_exoskeleton_chestplate>.definition.id))) {
player.sendChat("Wear a set of Rhino Plate Armor");
return;
}
if(!(player.getInventoryStack(37).definition.id.matches(<erebus:rhino_exoskeleton_leggings>.definition.id))) {
player.sendChat("Wear a set of Rhino Plate Armor");
return;
}
if(!(player.getInventoryStack(36).definition.id.matches(<erebus:rhino_exoskeleton_boots>.definition.id))) {
player.sendChat("Wear a set of Rhino Plate Armor");
return;
}
// execute function
Commands.call("fill ~-4 ~ ~-4 ~4 ~4 ~4 air", player, event.world, false, true);
Commands.call("fill ~-5 ~-1 ~-5 ~5 ~5 ~5 contenttweaker:pure_void 0 replace minecraft:bedrock", player, event.world, false, true);
Commands.call("fill ~-5 ~-1 ~-5 ~5 ~5 ~5 contenttweaker:pure_void 0 replace erebus:umberstone", player, event.world, false, true);
Commands.call("summon aoa3:mother_void_walker ~ ~ ~ {CustomName:\"Void Matriarch\",Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:1000.0}],Health:100000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:100,permshields:100}},HandItems:[{Count:1,id:\"contenttweaker:hollow_soul\"},{}],HandDropChances:[1.0f,0.0f]}", player, event.world, false, true);
heldItem.mutable().shrink(1);
}
});
+45
View File
@@ -0,0 +1,45 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:fading_wool>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if ((target.definition.id != "bloodmagic:corrupted_sheep") || !target.isAlive()) {
return;
}
Commands.call("summon Item ~ ~ ~ {Item:{id:\"contenttweaker:hypercharged_wool\",Count:1b}}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
});
+62
View File
@@ -0,0 +1,62 @@
#modloaded iceandfire
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:fabrial_of_the_final_hour>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if (target.definition.id != "iceandfire:blackfrost" || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 200000000.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// give custom drop
Commands.call("summon Item ~ ~ ~ {Item:{id:\"contenttweaker:leash_of_the_final_hour\",Count:1b}}", event.player, event.world, true, true);
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
heldItem.mutable().shrink(1);
}
}
});
+44
View File
@@ -0,0 +1,44 @@
#modloaded aoa3
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:cotton_candy_withering_spray>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if (target.definition.id != "aoa3:cotton_candor" || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 1000.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
heldItem.mutable().shrink(1);
}
}
});
+58
View File
@@ -0,0 +1,58 @@
#modloaded thaumcraft
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<bloodarsenal:bound_stick>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if (target.definition.id != "bewitchment:demon" || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 10.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// give custom drop
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
Commands.call("summon Item ~ ~ ~ {Item:{id:\"bloodmagic:blood_shard\",Count:1b,Damage:1b}}", event.player, event.world, true, true);
}
}
});
+58
View File
@@ -0,0 +1,58 @@
#modloaded thaumcraft
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<bloodarsenal:bound_stick>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if (target.definition.id != "bewitchment:demoness" || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 10.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// give custom drop
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
Commands.call("summon Item ~ ~ ~ {Item:{id:\"bloodmagic:blood_shard\",Count:1b,Damage:1b}}", event.player, event.world, true, true);
}
}
});
+53
View File
@@ -0,0 +1,53 @@
#modloaded dimdoors
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.Color;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:warren_blindfold>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if (target.definition.id != "dimdoors:mob_monolith" || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 100.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
// summon item above player
// player.sendChat("Look up!");
Commands.call("summon Item ~ ~4 ~ {Item:{id:\"contenttweaker:eye_of_limbo\",Count:1b}}", event.player, event.world, true, true);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
heldItem.mutable().shrink(1);
}
}
});
+62
View File
@@ -0,0 +1,62 @@
#modloaded thaumcraft
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:flesh_world_staff>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if (target.definition.id != "thaumcraft:wisp" || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 2.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// give custom drop
Commands.call("summon Item ~ ~ ~ {Item:{id:\"contenttweaker:world_corrupting_sentient_meatball\",Count:1b}}", event.player, event.world, true, true);
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
heldItem.mutable().shrink(1);
}
}
});
+47
View File
@@ -0,0 +1,47 @@
#modloaded aoa3
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.Commands;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:the_ultimate_taint_gun>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if (target.definition.id != "thaumcraft:taintseedprime" || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 2000000000.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
Commands.call("summon Item ~ ~ ~ {Item:{id:\"contenttweaker:recursion_of_taint\",Count:1b}}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
}
});

Some files were not shown because too many files have changed in this diff Show More