Updated nether, riesenpilz and vector_extras

This commit is contained in:
LeMagnesium 2015-03-17 21:23:53 +01:00
parent b9c9fb1539
commit 629931bf9b
3 changed files with 1 additions and 7 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 876 B