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

16 lines
279 B
JSON

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