Update 'mods/default/crafting.lua'

This commit is contained in:
thunderdog1138 2020-05-17 18:54:58 +00:00
parent fca68856cd
commit 5ecfe3edc5
1 changed files with 12 additions and 0 deletions

View File

@ -678,6 +678,18 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "default:quicksand",
recipe = {
{"group:sand", "group:sand", "group:sand"},
{"group:sand", "bucket:bucket_water", "group:sand"},
{"group:sand", "group:sand", "group:sand"},
},
replacements = {
{"bucket:bucket_water", "bucket:bucket_empty"}
}
})
--
-- Crafting (tool repair)