Last active
August 7, 2019 14:27
-
-
Save toka7290/2d7e61de5cbfb27e96d0491b7e922be0 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_furnace": { | |
"description": { | |
"identifier": "toka7290:egg" | |
}, | |
"tags": ["furnace", "smoker", "campfire"], | |
"input": { | |
"item": "minecraft:nautilus_shell", | |
"data": 0, | |
"count": 4 | |
}, | |
"output": { | |
"item": "minecraft:dye", | |
"data": 15, | |
"count": 5 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment