Last active
August 22, 2019 13:17
-
-
Save toka7290/1f3b515495072a02da482c196136c75c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"format_version": "1.12", | |
"minecraft:recipe_shapeless": { | |
"description": { | |
"identifier": "toka7290:test_stonecutter" | |
}, | |
"tags": [ "stonecutter" ], | |
"priority": 1, | |
"ingredients": [ | |
{ | |
"item": "minecraft:planks" | |
} | |
], | |
"result": { | |
"item": "minecraft:stick", | |
"count": 16 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment