mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Added a recipe to craft slime layers from slime blocks
This commit is contained in:
parent
a93bb42a61
commit
0e54cbf29a
1 changed files with 12 additions and 0 deletions
12
src/main/resources/assets/unicopia/recipes/slime_layer.json
Normal file
12
src/main/resources/assets/unicopia/recipes/slime_layer.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": [
|
||||
{ "item": "minecraft:slime" }
|
||||
]
|
||||
},
|
||||
"result": { "item": "unicopia:slime_layer", "count": 6 }
|
||||
}
|
Loading…
Reference in a new issue