diff --git a/nether/init.lua b/nether/init.lua index cbc6241..235d979 100644 --- a/nether/init.lua +++ b/nether/init.lua @@ -24,7 +24,7 @@ NETHER_HEAL_APPLE_FREQ = 10 -- Start position for the Throne of Hades (y is relative to the bottom of the nether) HADES_THRONE_STARTPOS = {x=0, y=1, z=0} -- Spawn pos for when the nether hasn't been loaded yet (i.e. no portal in the nether) (y is relative to the bottom of the nether) -NETHER_SPAWNPOS = {x=0, y=4, z=0} +NETHER_SPAWNPOS = {x=0, y=5, z=0} -- Throne of Hades HADES_THRONE = { -- Floor 1 diff --git a/nether/init.lua~ b/nether/init.lua~ index 20c6366..cbc6241 100644 --- a/nether/init.lua~ +++ b/nether/init.lua~ @@ -704,7 +704,7 @@ function nether:teleport_player(from_nether, player) randomportal = 1 elseif num < 1 then forgetit = true - teleportpos = {x=0, y=NETHER_SPAWNPOS_ABS, z=0} + teleportpos = NETHER_SPAWNPOS_ABS else randomportal = math.floor(math.random(1, num)) end diff --git a/nether/textures/nether_netherrack.png b/nether/textures/nether_netherrack.png index 66cccbe..8568abd 100644 Binary files a/nether/textures/nether_netherrack.png and b/nether/textures/nether_netherrack.png differ diff --git a/nether/textures/nether_netherrack.png1 b/nether/textures/nether_netherrack.png1 new file mode 100644 index 0000000..66cccbe Binary files /dev/null and b/nether/textures/nether_netherrack.png1 differ