Files
minecraft-assets/data/minecraft/recipes/green_dye.json
2024-02-14 17:44:28 +01:00

10 lines
188 B
JSON

{
"type": "minecraft:smelting",
"category": "misc",
"cookingtime": 200,
"experience": 1.0,
"ingredient": {
"item": "minecraft:cactus"
},
"result": "minecraft:green_dye"
}