summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-11-19 09:29:14 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2018-11-19 09:29:14 +0000
commitb8fd0670f75db2a827503fa0ddf4877d960f238b (patch)
tree744e33358f33b64420101c749831369d07290149
parentb29634b3632aebe6c21d035884ed454cfd7ce77a (diff)
fixed quicksand recipeorigin/masterorigin/HEAD
-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"}
}
})