summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dirt.lua4
1 files 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"}
}
})