Add large craters.

This commit is contained in:
Duane 2016-07-21 03:07:36 -05:00
parent 212511b754
commit e9765fabfc
3 changed files with 54 additions and 6 deletions

View file

@ -750,7 +750,7 @@ local last_meteor_strike = 0
minetest.register_abm({
nodenames = {"default:dirt_with_grass", "default:dirt_with_dry_grass", 'default:dirt_with_snow'},
neighbors = {"air", 'default:snow'},
interval = 15 * time_factor,
interval = 25 * time_factor,
catch_up = false,
chance = 32767,
action = function(pos, node)