mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-20 03:44:23 +01:00
Added a recipe for cactus green from moss
This commit is contained in:
parent
03d0e22e99
commit
b4663b4881
1 changed files with 12 additions and 0 deletions
12
src/main/resources/assets/unicopia/recipes/cactus_green.json
Normal file
12
src/main/resources/assets/unicopia/recipes/cactus_green.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": [
|
||||||
|
{ "item": "unicopia:moss" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"result": { "item": "minecraft:dye", "data": 2, "count": 1 }
|
||||||
|
}
|
Loading…
Reference in a new issue