mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +01:00
Added recipe to get dirt from wheat worms and sand
This commit is contained in:
parent
c185071478
commit
7381f6181e
1 changed files with 19 additions and 0 deletions
19
src/main/resources/data/unicopia/recipes/worms_to_dirt.json
Normal file
19
src/main/resources/data/unicopia/recipes/worms_to_dirt.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"WX",
|
||||||
|
"XW"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"W": {
|
||||||
|
"item": "unicopia:wheat_worms"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:sand"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:dirt",
|
||||||
|
"count": 2
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue