Files
minecraft-assets/data/minecraft/recipes/white_wool_from_purple_wool.json
2023-05-10 18:28:10 +02:00

16 lines
272 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "white_wool",
"ingredients": [
{
"item": "minecraft:white_dye"
},
{
"item": "minecraft:purple_wool"
}
],
"result": {
"item": "minecraft:white_wool"
}
}