Files
neochrome/pack/config/paxi/datapacks/trees/data/additionaladditions/recipes/rope.json
2026-01-24 05:19:02 -07:00

15 lines
215 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" ",
"S",
"S"
],
"key": {
"S": {"item": "minecraft:string"}
},
"result": {
"item": "additionaladditions:rope",
"count": 1
}
}