summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-05-31 09:52:46 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-05-31 09:52:46 +0100
commita2b9d8f4efad88452c4b7d8a510bf992f57dd388 (patch)
tree72b3cf054227ad321524646768b4adb50a529c4b
parent086e794be2ced099e113c9c7c6d31262aa0fa8d3 (diff)
fix recipe
-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)