From ab90fdc6c38270438ceaf1b1ad2f223269ef4ea4 Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Sun, 27 Feb 2022 01:00:03 -0500 Subject: [PATCH] add missing items --- crafts.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",