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

16 lines
273 B
JSON

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