mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
Added missing meshnode's objects in homedecor
- Added missing objects' files - Removed global variable `biome2` in mods/snow/src/mapgen_v6.lua
This commit is contained in:
@ -100,6 +100,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
||||
-- Choose biomes
|
||||
local pr = PseudoRandom(seed+57)
|
||||
local biome
|
||||
local biome2
|
||||
-- Land biomes
|
||||
biome = pr:next(1, 5)
|
||||
local snowy = biome == 1 -- spawns alot of snow
|
||||
|
Reference in New Issue
Block a user