Skip to content

Instantly share code, notes, and snippets.

@toka7290
Last active August 7, 2019 15:15
Show Gist options
  • Save toka7290/84145310804320c0d8493c2ed053bc04 to your computer and use it in GitHub Desktop.
Save toka7290/84145310804320c0d8493c2ed053bc04 to your computer and use it in GitHub Desktop.
{
"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