Unicopia/src/main/resources/data/unicopia/recipes/friendship_bracelet.json

19 lines
261 B
JSON
Raw Normal View History

2021-02-03 21:25:42 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"*#*",
"# #",
"*#*"
],
"key": {
"*": {
"item": "minecraft:string"
},
"#": {
"item": "minecraft:leather"
}
},
"result": {
"item": "unicopia:friendship_bracelet"
}
}