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

20 lines
294 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "fish_mount",
"pattern": [
"BHB",
"BBB"
],
"key": {
"B": {
"item": "minecraft:oak_button"
},
"H": {
"item": "aquaculture:note_hook"
}
},
"result": {
"item": "aquaculture:oak_fish_mount"
}
}