Added recipe to get dirt from wheat worms and sand

This commit is contained in:
Sollace 2022-09-26 13:58:12 +02:00
parent c185071478
commit 7381f6181e

View 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
}
}