-
-
Save Kaupenjoe/2756eb5661cd1158b31e5c83b5cdfe5a to your computer and use it in GitHub Desktop.
Amethyst Ore Recipe
This file contains hidden or 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
{ | |
"type": "minecraft:crafting_shaped", | |
"pattern": [ | |
"#S#", | |
"S#S", | |
"#S#" | |
], | |
"key": { | |
"#": { | |
"item": "tutorialmod:amethyst" | |
}, | |
"S": { | |
"item": "minecraft:stone" | |
} | |
}, | |
"result": { | |
"item": "tutorialmod:amethyst_ore" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment