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

22 lines
275 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"LCL",
"LLL"
],
"key": {
"C": {
"item": "numismatics:crown"
},
"T": {
"item": "minecraft:tripwire_hook"
},
"L": {
"tag": "forge:rope"
}
},
"result": {
"item": "gag:escape_rope"
}
}