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

30 lines
519 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "botania:manaweave_cloth"
},
"S": {
"item": "minecraft:sunflower"
},
"F": {
"item": "unusualfishmod:fluvial_shell"
},
"c": {
"item": "unusualfishmod:clement_shell"
},
"T": {
"item": "unusualfishmod:thunderous_shell"
}
},
"pattern": [
"CCC",
"FcT",
"CSC"
],
"result": {
"item": "botania:teru_teru_bozu"
},
"show_notification": true
}