Last active
February 9, 2018 07:49
-
-
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.
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
{ | |
"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