diff options
-rw-r--r-- | dirt.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"} } }) |