Files
minecraft-assets/data/minecraft/recipes/lime_dye.json
2021-07-07 09:21:22 +00:00

15 lines
233 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:green_dye"
},
{
"item": "minecraft:white_dye"
}
],
"result": {
"item": "minecraft:lime_dye",
"count": 2
}
}