1
0
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:
LeMagnesium
2015-02-16 20:40:29 +01:00
parent 8d796fc3a3
commit dc06213bf4
8 changed files with 7844 additions and 2398 deletions

View File

@ -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