forked from mtcontrib/nether-pack
200 lines
9.2 KiB
Lua
200 lines
9.2 KiB
Lua
|
-- Throne of Hades
|
||
|
HADES_THRONE = {
|
||
|
-- Lava Moat
|
||
|
{pos={x=-1,y=-1,z=-1}, block="default:lava_source"},
|
||
|
{pos={x=-1,y=-1,z=0}, block="default:lava_source"},
|
||
|
{pos={x=-1,y=-1,z=1}, block="default:lava_source"},
|
||
|
{pos={x=-1,y=-1,z=2}, block="default:lava_source"},
|
||
|
{pos={x=-1,y=-1,z=3}, block="default:lava_source"},
|
||
|
{pos={x=-1,y=-1,z=4}, block="default:lava_source"},
|
||
|
{pos={x=-1,y=-1,z=5}, block="default:lava_source"},
|
||
|
{pos={x=-1,y=-1,z=6}, block="default:lava_source"},
|
||
|
{pos={x=-1,y=-1,z=7}, block="default:lava_source"},
|
||
|
{pos={x=0,y=-1,z=7}, block="default:lava_source"},
|
||
|
{pos={x=1,y=-1,z=7}, block="default:lava_source"},
|
||
|
{pos={x=2,y=-1,z=7}, block="default:lava_source"},
|
||
|
{pos={x=3,y=-1,z=7}, block="default:lava_source"},
|
||
|
{pos={x=4,y=-1,z=7}, block="default:lava_source"},
|
||
|
{pos={x=5,y=-1,z=7}, block="default:lava_source"},
|
||
|
{pos={x=6,y=-1,z=7}, block="default:lava_source"},
|
||
|
{pos={x=6,y=-1,z=6}, block="default:lava_source"},
|
||
|
{pos={x=6,y=-1,z=5}, block="default:lava_source"},
|
||
|
{pos={x=6,y=-1,z=4}, block="default:lava_source"},
|
||
|
{pos={x=6,y=-1,z=3}, block="default:lava_source"},
|
||
|
{pos={x=6,y=-1,z=2}, block="default:lava_source"},
|
||
|
{pos={x=6,y=-1,z=1}, block="default:lava_source"},
|
||
|
{pos={x=6,y=-1,z=0}, block="default:lava_source"},
|
||
|
{pos={x=6,y=-1,z=-1}, block="default:lava_source"},
|
||
|
{pos={x=5,y=-1,z=-1}, block="default:lava_source"},
|
||
|
{pos={x=4,y=-1,z=-1}, block="default:lava_source"},
|
||
|
{pos={x=3,y=-1,z=-1}, block="default:lava_source"},
|
||
|
{pos={x=2,y=-1,z=-1}, block="default:lava_source"},
|
||
|
{pos={x=1,y=-1,z=-1}, block="default:lava_source"},
|
||
|
{pos={x=0,y=-1,z=-1}, block="default:lava_source"},
|
||
|
-- Floor 1
|
||
|
{pos={x=0,y=0,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=0,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=0,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=0,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=0,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=0,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=0,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=0,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=0,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=0,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=0,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=0,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=0,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=0,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=0,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=0,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=0,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=0,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=0,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=0,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=0,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=0,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=0,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=0,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=0,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=0,z=0}, block="nether:netherrack"},
|
||
|
-- Floor 2
|
||
|
{pos={x=0,y=1,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=1,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=1,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=1,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=1,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=1,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=1,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=1,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=1,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=1,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=1,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=1,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=1,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=1,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=1,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=1,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=1,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=1,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=1,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=1,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=1,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=1,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=1,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=1,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=1,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=1,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=1,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=1,z=1}, block="nether:netherrack"},
|
||
|
-- Floor 3
|
||
|
{pos={x=0,y=2,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=2,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=2,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=2,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=2,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=2,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=2,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=2,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=2,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=2,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=2,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=2,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=2,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=2,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=2,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=2,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=2,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=2,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=2,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=2,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=2,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=2,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=2,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=2,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=2,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=2,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=2,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=2,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=2,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=2,z=2}, block="nether:netherrack"},
|
||
|
-- Floor 4
|
||
|
{pos={x=0,y=3,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=3,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=3,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=3,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=3,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=3,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=3,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=3,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=3,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=3,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=3,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=0,y=3,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=3,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=3,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=3,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=3,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=3,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=3,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=3,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=3,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=3,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=5,y=3,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=3,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=3,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=3,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=3,z=0}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=3,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=3,z=1}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=3,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=3,z=2}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=3,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=3,z=3}, block="nether:netherrack"},
|
||
|
{pos={x=1,y=3,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=4,y=3,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=3,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=3,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=3,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=3,z=5}, block="nether:netherrack"},
|
||
|
-- Floor 5
|
||
|
{pos={x=2,y=4,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=4,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=4,z=4}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=4,z=5}, block="nether:netherrack"},
|
||
|
{pos={x=2,y=4,z=6}, block="nether:netherrack"},
|
||
|
{pos={x=3,y=4,z=6}, block="nether:netherrack"},
|
||
|
-- Torches on floor 5
|
||
|
{pos={x=0,y=4,z=4}, block="nether:torch_bottom"},
|
||
|
{pos={x=1,y=4,z=4}, block="nether:torch_bottom"},
|
||
|
{pos={x=0,y=4,z=5}, block="nether:torch_bottom"},
|
||
|
{pos={x=1,y=4,z=5}, block="nether:torch_bottom"},
|
||
|
{pos={x=4,y=4,z=4}, block="nether:torch_bottom"},
|
||
|
{pos={x=5,y=4,z=4}, block="nether:torch_bottom"},
|
||
|
{pos={x=4,y=4,z=5}, block="nether:torch_bottom"},
|
||
|
{pos={x=5,y=4,z=5}, block="nether:torch_bottom"},
|
||
|
{pos={x=0,y=4,z=0}, block="nether:torch_bottom"},
|
||
|
{pos={x=1,y=4,z=0}, block="nether:torch_bottom"},
|
||
|
{pos={x=0,y=4,z=1}, block="nether:torch_bottom"},
|
||
|
{pos={x=1,y=4,z=1}, block="nether:torch_bottom"},
|
||
|
{pos={x=4,y=4,z=0}, block="nether:torch_bottom"},
|
||
|
{pos={x=5,y=4,z=0}, block="nether:torch_bottom"},
|
||
|
{pos={x=4,y=4,z=1}, block="nether:torch_bottom"},
|
||
|
{pos={x=5,y=4,z=1}, block="nether:torch_bottom"},
|
||
|
{pos={x=0,y=4,z=2}, block="nether:torch_bottom"},
|
||
|
{pos={x=1,y=4,z=2}, block="nether:torch_bottom"},
|
||
|
{pos={x=0,y=4,z=3}, block="nether:torch_bottom"},
|
||
|
{pos={x=1,y=4,z=3}, block="nether:torch_bottom"},
|
||
|
{pos={x=4,y=4,z=2}, block="nether:torch_bottom"},
|
||
|
{pos={x=5,y=4,z=2}, block="nether:torch_bottom"},
|
||
|
{pos={x=4,y=4,z=3}, block="nether:torch_bottom"},
|
||
|
{pos={x=5,y=4,z=3}, block="nether:torch_bottom"},
|
||
|
{pos={x=4,y=4,z=6}, block="nether:torch_bottom"},
|
||
|
{pos={x=5,y=4,z=6}, block="nether:torch_bottom"},
|
||
|
{pos={x=0,y=4,z=6}, block="nether:torch_bottom"},
|
||
|
{pos={x=1,y=4,z=6}, block="nether:torch_bottom"},
|
||
|
-- Nether Portal
|
||
|
{pos={x=1,y=5,z=6}, portalblock=true},
|
||
|
}
|
||
|
|