Files
meatballcraft/config/thaumcraftfix/patches/thaumic_energistics.json
T
2025-05-17 19:41:50 -07:00

36 lines
819 B
JSON

[
{
"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"
}
]
}
]