Refactor: Drop legacy get_mapgen_params
This commit is contained in:
parent
95f62236f7
commit
022682a75e
2 changed files with 2 additions and 2 deletions
|
@ -642,7 +642,7 @@ end
|
|||
|
||||
|
||||
|
||||
local grass_spread_randomizer = PseudoRandom(minetest.get_mapgen_params().seed)
|
||||
local grass_spread_randomizer = PseudoRandom(minetest.get_mapgen_setting("seed"))
|
||||
|
||||
------------------------------
|
||||
-- Spread grass blocks and mycelium on neighbor dirt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue