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

26 lines
441 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:chain"
},
"N": {
"item": "numismatics:neptunium_coin"
},
"H": {
"item": "rehooked:wood_hook"
},
"I": {
"tag": "forge:ingots/iron"
}
},
"pattern": ["IIN",
" HI",
"C I"],
"result": {
"item": "rehooked:iron_hook"
},
"show_notification": true
}