wooden_battleaxe.json 261 B

12345678910111213141516171819
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. " XX",
  5. " #X",
  6. "# "
  7. ],
  8. "key": {
  9. "#": {
  10. "item": "minecraft:stick"
  11. },
  12. "X": {
  13. "tag": "minecraft:planks"
  14. }
  15. },
  16. "result": {
  17. "item": "km:wooden_battleaxe"
  18. }
  19. }