summaryrefslogtreecommitdiff
path: root/wheat.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-06-03 08:57:02 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-06-03 08:57:02 +0100
commitd4192a44dca8ac7588fe3a77cd2aa13ef667bdd8 (patch)
treedbfcc44d04fffdc29a270cb9ef66244054365bf9 /wheat.lua
parent0a04e8f1b899850b18a04841dd5bd0b723d3631b (diff)
use groups in craft replacements
Diffstat (limited to 'wheat.lua')
-rw-r--r--wheat.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/wheat.lua b/wheat.lua
index 1b22723..68296cc 100644
--- a/wheat.lua
+++ b/wheat.lua
@@ -65,7 +65,7 @@ minetest.register_craft({
"farming:wheat", "farming:wheat", "farming:wheat",
"farming:wheat", "farming:mortar_pestle"
},
- replacements = {{"farming:mortar_pestle", "farming:mortar_pestle"}},
+ replacements = {{"group:food_mortar_pestle", "farming:mortar_pestle"}},
})
-- bread
@@ -95,7 +95,7 @@ minetest.register_craft({
type = "shapeless",
output = "farming:bread_slice 5",
recipe = {"farming:bread", "group:food_cutting_board"},
- replacements = {{"farming:cutting_board", "farming:cutting_board"}},
+ replacements = {{"group:food_cutting_board", "farming:cutting_board"}},
})
-- toast