Adjust tree and meteor odds.

This commit is contained in:
Duane 2016-07-20 05:14:01 -05:00
parent 8e7e1f2d46
commit 212511b754
3 changed files with 4 additions and 2 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 = 25 * time_factor,
interval = 15 * time_factor,
catch_up = false,
chance = 32767,
action = function(pos, node)