Last active
August 7, 2019 15:15
-
-
Save toka7290/84145310804320c0d8493c2ed053bc04 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:testshapeless_2" | |
}, | |
"tags": [ "crafting_table" ], | |
"ingredients": [ | |
{ | |
"item": "minecraft:diamond", | |
"count": 2 | |
}, | |
{ | |
"item": "minecraft:cobblestone" | |
}, | |
{ | |
"item": "minecraft:dye", | |
"count": 3, | |
"data": 4 | |
} | |
], | |
"result": { | |
"item": "minecraft:concrete", | |
"data": 11, | |
"count": 64 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment