Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/cyan_wool.json
2020-07-20 00:21:55 +08:00

18 lines
260 B
JSON

{
"type": "crafting_shapeless",
"group": "wool",
"ingredients": [
{
"item": "minecraft:dye",
"data": 6
},
{
"item": "minecraft:wool",
"data": 0
}
],
"result": {
"item": "minecraft:wool",
"data": 9
}
}