Files
PlasticGun/src/main/resources/data/plasticgun/recipe/wooden_shuriken.json
2024-07-29 15:19:28 +02:00

17 lines
217 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" W ",
"W W",
" W "
],
"key": {
"W": {
"tag": "minecraft:planks"
}
},
"result": {
"id": "plasticgun:wooden_shuriken"
}
}