This repository has been archived on 2025-11-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
meow-modpack/config/paxi/datapacks/bundle/data/minecraft/recipe/bundle.json

21 lines
No EOL
306 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:rabbit_hide"
},
"-": {
"item": "minecraft:string"
}
},
"pattern": [
"-#-",
"# #",
"###"
],
"result": {
"count": 1,
"id": "minecraft:bundle"
}
}