mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +01:00
Added a use for moss
This commit is contained in:
parent
365198693a
commit
761baf9f85
1 changed files with 14 additions and 0 deletions
14
src/main/resources/assets/unicopia/recipes/slime.json
Normal file
14
src/main/resources/assets/unicopia/recipes/slime.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
" # ",
|
||||||
|
"###",
|
||||||
|
" # "
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": [
|
||||||
|
{ "item": "unicopia:moss" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"result": { "item": "minecraft:slime_ball", "count": 5 }
|
||||||
|
}
|
Loading…
Reference in a new issue