Difference between revisions of "Dungeon"

From Minetest Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
The Dungeon is a technical [[biomes| biome]].<br/>
 
The Dungeon is a technical [[biomes| biome]].<br/>
 
Dungeons are [[Air|hollow]] underground structures made of [[Cobblestone]] and [[Mossy Cobblestone]]. Many pathways and cobblestone [[Stair|Stairs]] connect a complex system of rooms. In 0.4.7, dungeons are not activated by default. “dungeons” has to be added to the variable <code>mg_flags</code> into the [[minetest.conf]] to cause the [[map generator]] to generate dungeons.<br/>
 
Dungeons are [[Air|hollow]] underground structures made of [[Cobblestone]] and [[Mossy Cobblestone]]. Many pathways and cobblestone [[Stair|Stairs]] connect a complex system of rooms. In 0.4.7, dungeons are not activated by default. “dungeons” has to be added to the variable <code>mg_flags</code> into the [[minetest.conf]] to cause the [[map generator]] to generate dungeons.<br/>
Currently in minetest [https://forum.minetest.net/viewtopic.php?f=3&t=156&p=169853#p169705 dungeons are generated in the desert], too.
+
Currently in minetest [https://forum.minetest.net/viewtopic.php?f=3&t=156&p=169853#p169705 dungeons are generated in the desert], too.<br/>
 +
If you increase chunksize in minetest.conf, e.g. to 12, dungeons spawn everywhere.
  
 
[[File:Desert_dungeon.png|thumb|350px|Desert stone dungeon]]
 
[[File:Desert_dungeon.png|thumb|350px|Desert stone dungeon]]

Revision as of 15:55, 5 March 2016

Dungeon, as of 0.4.7

Cobblestone, Mossy Cobblestone, Cobblestone Stair
(or just Desert Stone)

The Dungeon is a technical biome.
Dungeons are hollow underground structures made of Cobblestone and Mossy Cobblestone. Many pathways and cobblestone Stairs connect a complex system of rooms. In 0.4.7, dungeons are not activated by default. “dungeons” has to be added to the variable mg_flags into the minetest.conf to cause the map generator to generate dungeons.
Currently in minetest dungeons are generated in the desert, too.
If you increase chunksize in minetest.conf, e.g. to 12, dungeons spawn everywhere.

File:Desert dungeon.png
Desert stone dungeon

See also

Biomes


Mbox important.png This article is incomplete.
Please help expand this article to include more useful information.