Replace crafting reqs for Thaumic Energistics
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
[
|
||||
{
|
||||
"key": "ARCANEASSEMBLER",
|
||||
"ops": [
|
||||
{
|
||||
"op": "move",
|
||||
"from": "stages/0/required_craft",
|
||||
"path": "stages/0/required_item"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "ARCANEINSCRIBER",
|
||||
"ops": [
|
||||
{
|
||||
"op": "move",
|
||||
"from": "stages/0/required_craft",
|
||||
"path": "stages/0/required_item"
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"key": "KNOWLEDGECORE",
|
||||
"ops": [
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "stages/0/required_craft"
|
||||
},
|
||||
{
|
||||
"op": "replace",
|
||||
"path": "stages/0/required_item/0",
|
||||
"value": "contenttweaker:complex_gearbox"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -66,15 +66,15 @@ recipes.addShaped(<thaumicaugmentation:starfield_glass:2>*4,
|
||||
[<aoa3:rusted_iron_ingot>, <divinerpg:teaker_staff>.reuse(), <aoa3:rusted_iron_ingot>],
|
||||
[<minecraft:glass>, <aoa3:rusted_iron_ingot>, <minecraft:glass>]]);
|
||||
|
||||
// mods.thaumcraft.ArcaneWorkbench.removeRecipe(<thaumicenergistics:arcane_terminal>);
|
||||
|
||||
recipes.removeShaped(<thaumcraft:plate:2>);
|
||||
recipes.removeShaped(<thaumcraft:plate:3>);
|
||||
// See thaumcraft/research/LateResearch.zs for related research adjustments
|
||||
# See scripts/thaumcraft/research/LateResearch.zs for related research adjustments
|
||||
recipes.removeShaped(<thaumadditions:mithrillium_plate>);
|
||||
recipes.removeShaped(<thaumadditions:adaminite_plate>);
|
||||
recipes.removeShaped(<thaumadditions:mithminite_plate>);
|
||||
|
||||
# See config/thaumcraftfix/patches/thaumic_energistics.json for related research adjustments
|
||||
mods.thaumcraft.ArcaneWorkbench.removeRecipe(<thaumicenergistics:arcane_terminal>);
|
||||
mods.thaumcraft.ArcaneWorkbench.removeRecipe(<thaumicenergistics:blank_knowledge_core>);
|
||||
mods.thaumcraft.Infusion.removeRecipe(<thaumicenergistics:arcane_assembler>);
|
||||
|
||||
val arcaneassembler = RecipeBuilder.newBuilder("arcaneassemblerinf","arcane_autoinfuser",120);
|
||||
@@ -93,8 +93,6 @@ arcaneassembler.addItemInput(<contenttweaker:complex_gearbox>);
|
||||
arcaneassembler.addItemOutput(<thaumicenergistics:arcane_assembler>);
|
||||
arcaneassembler.build();
|
||||
|
||||
mods.thaumcraft.ArcaneWorkbench.removeRecipe(<thaumicenergistics:blank_knowledge_core>);
|
||||
|
||||
mods.thaumcraft.Crucible.registerRecipe("easierseal1", "", <thaumcraft:seal:12>, <thaumcraft:seal:0>, [<aspect:instrumentum>*20,<aspect:humanus>*10]);
|
||||
mods.thaumcraft.Crucible.registerRecipe("easierseal2", "", <thaumcraft:seal:8>, <thaumcraft:seal:0>, [<aspect:bestia>*20,<aspect:sensus>*10]);
|
||||
mods.thaumcraft.Crucible.registerRecipe("easierseal3", "", <thaumcraft:seal:7>, <thaumcraft:seal:0>, [<aspect:herba>*20,<aspect:vitreus>*10]);
|
||||
|
||||
@@ -2612,7 +2612,6 @@ import crafttweaker.item.IItemCondition;
|
||||
<akashictome:tome>.addTooltip(format.red("WARNING: don't combine with Astral Tome, Thaumonomicon, Lexica botania, Necronomicon, Alkahestry"));
|
||||
|
||||
<thaumicenergistics:arcane_terminal>.addTooltip(format.red("WARNINGS: This is very crashy, you shouldn't need to use it much"));
|
||||
<thaumicenergistics:arcane_terminal>.addTooltip(format.red("Vis discount does not work with voidseers pearl"));
|
||||
|
||||
<libvulpes:advstructuremachine>.addTooltip(format.red("HiaggTM had to upgrade his hatch"));
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@ import crafttweaker.item.IItemStack;
|
||||
Hard-coded, non-JSON, research pages to replace crafting requirements for consume requirements.
|
||||
This is so we can make these ingredients obtainable through non-crafting recipes,
|
||||
but still make associated research completable.
|
||||
|
||||
See config/thaumcraftfix/patches for research page changes that are JSON-based.
|
||||
*/
|
||||
|
||||
# Mithrillium plates
|
||||
|
||||
Reference in New Issue
Block a user