From b8fd0670f75db2a827503fa0ddf4877d960f238b Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 19 Nov 2018 09:29:14 +0000 Subject: fixed quicksand recipe --- dirt.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dirt.lua b/dirt.lua index 36c69d3..8d44855 100644 --- a/dirt.lua +++ b/dirt.lua @@ -390,10 +390,10 @@ minetest.register_craft({ output = "ethereal:quicksand2", recipe = { {"group:sand", "group:sand", "group:sand"}, - {"group:sand", "group:water_bucket", "group:sand"}, + {"group:sand", "bucket:bucket_water", "group:sand"}, {"group:sand", "group:sand", "group:sand"}, }, replacements = { - {"group:water_bucket", "bucket:bucket_empty"} + {"bucket:bucket_water", "bucket:bucket_empty"} } }) -- cgit v1.2.3