Added a recipe to craft slime layers from slime blocks

This commit is contained in:
Sollace 2019-03-09 18:13:04 +02:00
parent a93bb42a61
commit 0e54cbf29a

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": [
{ "item": "minecraft:slime" }
]
},
"result": { "item": "unicopia:slime_layer", "count": 6 }
}