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

16 lines
266 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "pink_bed",
"ingredients": [
{
"item": "minecraft:pink_dye"
},
{
"item": "minecraft:yellow_bed"
}
],
"result": {
"item": "minecraft:pink_bed"
}
}