Skip to content

Instantly share code, notes, and snippets.

@3TUSK
Last active February 9, 2018 07:49
Show Gist options
  • Save 3TUSK/e45ea99ad61ea67bdd803bf1cff1b350 to your computer and use it in GitHub Desktop.
Save 3TUSK/e45ea99ad61ea67bdd803bf1cff1b350 to your computer and use it in GitHub Desktop.
Is shapeless recipe in Minecraft really shapeless? See MinecraftForge/MinecraftForge#4472 for details. This has been fixed.
{
"group": "testing",
"type": "minecraft:crafting_shapeless",
"result": {
"item": "minecraft:diamond"
},
"ingredients": [
{
"_comment": "this is needed to avoid potential recipe conflict",
"item": "minecraft:nether_star"
},
[
{
"item": "minecraft:planks",
"data": 0
},
{
"item": "minecraft:planks",
"data": 1
},
{
"item": "minecraft:planks",
"data": 2
},
{
"item": "minecraft:planks",
"data": 3
},
{
"item": "minecraft:planks",
"data": 4
},
{
"item": "minecraft:planks",
"data": 5
}
],
{
"item": "minecraft:planks",
"data": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment