superb-warfare/src/main/resources/data/superbwarfare/recipes/dragon_teeth_crafting.json
2024-08-08 03:14:57 +08:00

21 lines
No EOL
319 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"bbb",
"bbb"
],
"key": {
"a": {
"item": "minecraft:iron_nugget"
},
"b": {
"item": "minecraft:smooth_stone"
}
},
"result": {
"item": "superbwarfare:dragon_teeth",
"count": 4
}
}