Added a use for moss

This commit is contained in:
Sollace 2019-02-28 19:25:27 +02:00
parent 365198693a
commit 761baf9f85

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"###",
" # "
],
"key": {
"#": [
{ "item": "unicopia:moss" }
]
},
"result": { "item": "minecraft:slime_ball", "count": 5 }
}