upload
0
.luacheckrc
Normal file → Executable file
0
crafts.lua
Normal file → Executable file
0
depends.txt
Normal file → Executable file
0
description.txt
Normal file → Executable file
0
locale/nether.fr.tr
Normal file → Executable file
0
locale/nether.ru.tr
Normal file → Executable file
0
locale/template.txt
Normal file → Executable file
10
mapgen.lua
Normal file → Executable file
@ -244,7 +244,15 @@ minetest.register_ore({
|
||||
clust_scarcity = 14 * 14 * 14,
|
||||
clust_size = 8,
|
||||
y_max = mapgen.ore_ceiling,
|
||||
y_min = mapgen.ore_floor
|
||||
y_min = mapgen.ore_floor,
|
||||
noise_params = {
|
||||
offset = 0.5,
|
||||
scale = 0.2,
|
||||
spread = {x = 5, y = 5, z = 5},
|
||||
seed = 2316,
|
||||
octaves = 1,
|
||||
persist = 0.0
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
|
0
mapgen_decorations.lua
Normal file → Executable file
0
mapgen_dungeons.lua
Normal file → Executable file
0
mapgen_geodes.lua
Normal file → Executable file
0
mapgen_mantle.lua
Normal file → Executable file
0
mapgen_nobiomes.lua
Normal file → Executable file
0
nether_api.txt
Normal file → Executable file
8
nodes.lua
Normal file → Executable file
@ -668,11 +668,11 @@ local function smash_lava_crust(pos, playsound)
|
||||
maxexptime = 1,
|
||||
minsize = .2,
|
||||
maxsize = .8,
|
||||
texture = "^[colorize:#A00:255",
|
||||
texture = "blank.png^[noalpha^[colorize:#A00:255",
|
||||
glow = 8
|
||||
}
|
||||
minetest.add_particlespawner(lava_particlespawn_def)
|
||||
lava_particlespawn_def.texture = "^[colorize:#FB0:255"
|
||||
lava_particlespawn_def.texture = "blank.png^[noalpha^[colorize:#FB0:255"
|
||||
lava_particlespawn_def.maxvel.y = 3
|
||||
lava_particlespawn_def.glow = 12
|
||||
minetest.add_particlespawner(lava_particlespawn_def)
|
||||
@ -874,11 +874,11 @@ local function fumarole_onTimer(pos, elapsed)
|
||||
maxexptime = 1.4,
|
||||
minsize = .2,
|
||||
maxsize = .8,
|
||||
texture = "^[colorize:#A00:255",
|
||||
texture = "blank.png^[noalpha^[colorize:#A00:255",
|
||||
glow = 8
|
||||
}
|
||||
minetest.add_particlespawner(embers_particlespawn_def)
|
||||
embers_particlespawn_def.texture = "^[colorize:#A50:255"
|
||||
embers_particlespawn_def.texture = "blank.png^[noalpha^[colorize:#A50:255"
|
||||
embers_particlespawn_def.maxvel.y = 3
|
||||
embers_particlespawn_def.glow = 12
|
||||
minetest.add_particlespawner(embers_particlespawn_def)
|
||||
|
4
portal_api.lua
Normal file → Executable file
@ -1141,12 +1141,12 @@ end
|
||||
local function is_within_portal_frame(portal_definition, pos)
|
||||
|
||||
local width_minus_1 = portal_definition.shape.size.x - 1
|
||||
local height_minus_1 = portal_definition.shape.size.y - 1
|
||||
local y_minus_1 = portal_definition.shape.size.y - 1
|
||||
local depth_minus_1 = portal_definition.shape.size.z - 1
|
||||
|
||||
for d = -depth_minus_1, depth_minus_1 do
|
||||
for w = -width_minus_1, width_minus_1 do
|
||||
for y = -height_minus_1, height_minus_1 do
|
||||
for y = -y_minus_1, y_minus_1 do
|
||||
|
||||
local testAnchorPos_x = {x = pos.x + w, y = pos.y + y, z = pos.z + d}
|
||||
local portal_found, portal_lit = is_portal_at_anchorPos(portal_definition, testAnchorPos_x, 0, true)
|
||||
|
0
portal_api.txt
Normal file → Executable file
0
portal_examples.lua
Normal file → Executable file
0
screenshot.png
Normal file → Executable file
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
0
settingtypes.txt
Normal file → Executable file
0
sounds/nether_book_open.ogg
Normal file → Executable file
0
sounds/nether_fumarole.ogg
Normal file → Executable file
0
sounds/nether_lava_bubble.0.ogg
Normal file → Executable file
0
sounds/nether_lava_bubble.ogg
Normal file → Executable file
0
sounds/nether_lightstaff.ogg
Normal file → Executable file
0
sounds/nether_portal_ambient.0.ogg
Normal file → Executable file
0
sounds/nether_portal_ambient.ogg
Normal file → Executable file
0
sounds/nether_portal_extinguish.ogg
Normal file → Executable file
0
sounds/nether_portal_ignite.ogg
Normal file → Executable file
0
sounds/nether_portal_ignition_failure.ogg
Normal file → Executable file
0
sounds/nether_portal_teleport.ogg
Normal file → Executable file
0
sounds/nether_rack_destroy.ogg
Normal file → Executable file
0
textures/nether_basalt.png
Normal file → Executable file
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 678 B |
0
textures/nether_basalt_chiselled_side.png
Normal file → Executable file
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 597 B |
0
textures/nether_basalt_chiselled_top.png
Normal file → Executable file
Before Width: | Height: | Size: 594 B After Width: | Height: | Size: 594 B |
0
textures/nether_basalt_hewn.png
Normal file → Executable file
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
textures/nether_basalt_side.png
Normal file → Executable file
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 518 B |
0
textures/nether_book_background.png
Normal file → Executable file
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
0
textures/nether_book_close.png
Normal file → Executable file
Before Width: | Height: | Size: 961 B After Width: | Height: | Size: 961 B |
0
textures/nether_book_diagram_circular.png
Normal file → Executable file
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
0
textures/nether_book_diagram_platform.png
Normal file → Executable file
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
0
textures/nether_book_diagram_traditional.png
Normal file → Executable file
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
0
textures/nether_book_of_portals.png
Normal file → Executable file
Before Width: | Height: | Size: 542 B After Width: | Height: | Size: 542 B |
0
textures/nether_brick.png
Normal file → Executable file
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 546 B |
0
textures/nether_brick_compressed.png
Normal file → Executable file
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
0
textures/nether_brick_cracked.png
Normal file → Executable file
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
0
textures/nether_brick_deep.png
Normal file → Executable file
Before Width: | Height: | Size: 765 B After Width: | Height: | Size: 765 B |
0
textures/nether_geode.png
Normal file → Executable file
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
0
textures/nether_geode_glass.png
Normal file → Executable file
Before Width: | Height: | Size: 568 B After Width: | Height: | Size: 568 B |
0
textures/nether_glowstone.png
Normal file → Executable file
Before Width: | Height: | Size: 876 B After Width: | Height: | Size: 876 B |
0
textures/nether_glowstone_deep.png
Normal file → Executable file
Before Width: | Height: | Size: 666 B After Width: | Height: | Size: 666 B |
0
textures/nether_lava_crust_animated.png
Normal file → Executable file
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
0
textures/nether_lava_source_animated.png
Normal file → Executable file
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
0
textures/nether_lightstaff.png
Normal file → Executable file
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
textures/nether_nether_ingot.png
Normal file → Executable file
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
0
textures/nether_nether_lump.png
Normal file → Executable file
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 164 B |
0
textures/nether_particle.png
Normal file → Executable file
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 149 B |
0
textures/nether_particle_anim1.png
Normal file → Executable file
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 292 B |
0
textures/nether_particle_anim2.png
Normal file → Executable file
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
0
textures/nether_particle_anim3.png
Normal file → Executable file
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 385 B |
0
textures/nether_particle_anim4.png
Normal file → Executable file
Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 288 B |
0
textures/nether_portal.png
Normal file → Executable file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
textures/nether_portal_alt.png
Normal file → Executable file
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 282 B |
0
textures/nether_portals_palette.png
Normal file → Executable file
Before Width: | Height: | Size: 875 B After Width: | Height: | Size: 875 B |
0
textures/nether_rack.png
Normal file → Executable file
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 580 B |
0
textures/nether_rack_deep.png
Normal file → Executable file
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 353 B |
0
textures/nether_sand.png
Normal file → Executable file
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 550 B |
0
textures/nether_smoke_puff.png
Normal file → Executable file
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 243 B |
0
textures/nether_tool_netheraxe.png
Normal file → Executable file
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 201 B |
0
textures/nether_tool_netherpick.png
Normal file → Executable file
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
0
textures/nether_tool_nethershovel.png
Normal file → Executable file
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 231 B |
0
textures/nether_tool_nethersword.png
Normal file → Executable file
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 181 B |
0
textures/nether_transparent.png
Normal file → Executable file
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 128 B |