mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-12-27 03:00:20 +01:00
add potions river water bottle to food_glass_water group
This commit is contained in:
parent
0d52c5344d
commit
8dd80159fd
2
food.lua
2
food.lua
@ -105,7 +105,7 @@ end
|
||||
|
||||
-- Sugar
|
||||
|
||||
if farming.mtg then
|
||||
if not farming.mcl then
|
||||
|
||||
minetest.register_craftitem("farming:sugar", {
|
||||
description = S("Sugar"),
|
||||
|
@ -113,6 +113,7 @@ if farming.mcl then
|
||||
add_groups("mcl_farming:bread", {food_bread = 1})
|
||||
add_groups("mcl_mobitems:milk_bucket", {food_milk = 1})
|
||||
add_groups("mcl_ocean:dried_kelp", {food_seaweed = 1})
|
||||
add_groups("mcl_potions:river_water", {food_water_glass = 1})
|
||||
|
||||
-- add missing food groups to current items so recipes work
|
||||
add_groups("mcl_dye:yellow", {food_lemon = 1, food_banana = 1})
|
||||
|
Loading…
Reference in New Issue
Block a user