Cuberite Forum
How do you get to the nether? - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: How do you get to the nether? (/thread-835.html)



How do you get to the nether? - bearbin - 03-31-2013

The normal method of lighting a nether portal doesn't seem to work, so how would you get there?


RE: How do you get to the nether? - NiLSPACE - 04-01-2013

for now there is not a way to go to the nether. what you can do is in the settings.ini in the "Worlds" section add
Code:
World=World_Nether
and then in the world.ini in the "General" section do
Code:
Dimension=-1
in the "Generator" section do
Code:
CompositionGen=Nether
BiomeGen=Constant
ConstantBiome=Hell
and then use /gotoworld World_Nether to go to the nether.
you can also try to create a plugin that nether portals work ofcourse Wink


RE: How do you get to the nether? - bearbin - 04-01-2013

Thanks