diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-11-19 09:29:14 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-11-19 09:29:14 +0000 |
commit | b8fd0670f75db2a827503fa0ddf4877d960f238b (patch) | |
tree | 744e33358f33b64420101c749831369d07290149 | |
parent | b29634b3632aebe6c21d035884ed454cfd7ce77a (diff) |
fixed quicksand recipeorigin/masterorigin/HEAD
-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"} } }) |