diff --git a/nether/init.lua b/nether/init.lua index 23452a7..4bd16c3 100644 --- a/nether/init.lua +++ b/nether/init.lua @@ -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]) diff --git a/nether/textures/nether_brick.png b/nether/textures/nether_brick.png new file mode 100644 index 0000000..3e8c803 Binary files /dev/null and b/nether/textures/nether_brick.png differ diff --git a/nether/textures/nether_glowstone.png b/nether/textures/nether_glowstone.png new file mode 100644 index 0000000..9016eac Binary files /dev/null and b/nether/textures/nether_glowstone.png differ