Adjust tree and meteor odds.
This commit is contained in:
parent
8e7e1f2d46
commit
212511b754
3 changed files with 4 additions and 2 deletions
2
abms.lua
2
abms.lua
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue