LTDV10/packet/kubejs/data/tetra/crafting_effects/meterial/pristine_amethyst.json
2026-04-14 18:20:56 +08:00

27 lines
447 B
JSON

{
"replace": true,
"requirement": {
"type": "tetra:and",
"requirements": [
{
"type": "tetra:craft_type",
"craft": "module"
},
{
"type": "tetra:material",
"material": {
"items": [ "tetra:pristine_amethyst" ]
}
}
]
},
"outcomes": [
{
"type": "tetra:apply_improvements",
"improvements": {
"pristine_amethyst": 0
}
}
]
}