summaryrefslogtreecommitdiff
path: root/food.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 /food.lua
parent0a04e8f1b899850b18a04841dd5bd0b723d3631b (diff)
use groups in craft replacements
Diffstat (limited to 'food.lua')
-rw-r--r--food.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/food.lua b/food.lua
index 9feed98..777e317 100644
--- a/food.lua
+++ b/food.lua
@@ -72,7 +72,7 @@ minetest.register_craft({
},
replacements = {
{"bucket:bucket_water", "bucket:bucket_empty"},
- {"farming:pot", "farming:pot"},
+ {"group:food_pot", "farming:pot"},
}
})
@@ -93,8 +93,8 @@ minetest.register_craft({
{"group:food_cornstarch", "group:food_sugar", "dye:pink"},
},
replacements = {
- {"farming:cornstarch", "farming:bowl"},
- {"farming:rose_water", "vessels:glass_bottle"},
+ {"group:food_cornstarch", "farming:bowl"},
+ {"group:food_rose_water", "vessels:glass_bottle"},
},
})