mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +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