Files
jgl_sunlit_patch/kubejs/data/species/recipes/wicked_mask.json
T
2026-07-31 10:34:32 +09:00

17 lines
269 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": ["###", "#M#", "###"],
"key": {
"#": {
"item": "botania:mana_string"
},
"M": {
"item": "species:wicked_wax"
}
},
"result": {
"item": "species:wicked_mask",
"count": 1
}
}