mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Updated nether, riesenpilz and vector_extras
This commit is contained in:
@ -165,6 +165,7 @@ local function fix_light(minp, maxp)
|
||||
local emerged_pos1, emerged_pos2 = manip:read_from_map(minp, maxp)
|
||||
local area = VoxelArea:new({MinEdge=emerged_pos1, MaxEdge=emerged_pos2})
|
||||
local nodes = manip:get_data()
|
||||
-- MODIFICATION MADE FOR MFF ^
|
||||
|
||||
manip:set_data(nodes)
|
||||
manip:write_to_map()
|
||||
@ -384,13 +385,6 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
||||
|
||||
count = count+1
|
||||
|
||||
if not pmap1[count] then
|
||||
pmap1[count] = 0
|
||||
end
|
||||
if not pmap2[count] then
|
||||
pmap2[count] = 0
|
||||
end
|
||||
|
||||
local test = pmap1[count]+1
|
||||
local test2 = pmap2[count]
|
||||
local test3 = math.abs(pmap3[count])
|
||||
|
BIN
mods/nether/nether/textures/nether_brick.png
Normal file
BIN
mods/nether/nether/textures/nether_brick.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 509 B |
BIN
mods/nether/nether/textures/nether_glowstone.png
Normal file
BIN
mods/nether/nether/textures/nether_glowstone.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 876 B |
Reference in New Issue
Block a user