summaryrefslogtreecommitdiff
path: root/corn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'corn.lua')
-rw-r--r--corn.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/corn.lua b/corn.lua
index 1785d8d..7f922e7 100644
--- a/corn.lua
+++ b/corn.lua
@@ -45,6 +45,10 @@ minetest.register_craft({
{"group:food_mortar_pestle", "group:food_corn_cooked", "group:food_baking_tray"},
{"", "group:food_bowl", ""},
},
+ replacements = {
+ {"farming:mortar_pestle", "farming:mortar_pestle"},
+ {"farming:baking_tray", "farming:baking_tray"},
+ }
})
-- ethanol (thanks to JKMurray for this idea)