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

16 lines
282 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "brown_carpet",
"ingredients": [
{
"item": "minecraft:brown_dye"
},
{
"item": "minecraft:light_gray_carpet"
}
],
"result": {
"item": "minecraft:brown_carpet"
}
}