diff --git a/src/main/resources/data/unicopia/recipes/worms_to_dirt.json b/src/main/resources/data/unicopia/recipes/worms_to_dirt.json new file mode 100644 index 00000000..172b1e4f --- /dev/null +++ b/src/main/resources/data/unicopia/recipes/worms_to_dirt.json @@ -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 + } +} \ No newline at end of file