diff --git a/crafts.lua b/crafts.lua index 32f9071..d58e280 100644 --- a/crafts.lua +++ b/crafts.lua @@ -45,8 +45,8 @@ elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then torch = "fl_light_sources:torch", diamond = "fl_ores:diamond", clay_lump = "fl_bricks:clay_lump", - water_bucket = "fl_liquids:water_source", - empty_bucket = "air", + water_bucket = "fl_bucket:bucket_water", + empty_bucket = "fl_bucket:bucket", dye_dark_grey = "fl_dyes:dark_grey_dye", copper_ingot = "fl_ores:copper_ingot", tin_ingot = "fl_ores:tin_ingot",