fixed quicksand recipe

master
TenPlus1 2018-11-19 09:29:14 +00:00
parent b29634b363
commit b8fd0670f7
1 changed files with 2 additions and 2 deletions

View File

@ -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"}
}
})