Added a recipe for cactus green from moss

This commit is contained in:
Sollace 2019-03-05 12:44:18 +02:00
parent 03d0e22e99
commit b4663b4881

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#"
],
"key": {
"#": [
{ "item": "unicopia:moss" }
]
},
"result": { "item": "minecraft:dye", "data": 2, "count": 1 }
}