Dig time.

This commit is contained in:
Aaron Suen 2019-01-24 22:12:19 -05:00
parent 8e47b687d0
commit ee7dda9b4c

View File

@ -55,6 +55,6 @@ minetest.register_node(modname .. ":ash", {
groups = {
falling_node = 1,
falling_repose = 1,
crumbly = 3
crumbly = 1
}
})