Giter Site home page Giter Site logo

subterranea's Introduction

Overview

Subterranea is a modification of the Vanilla terrain generator that switches the above and below ground spaces so your world has 192 layers below sea level and 64 layers above. Great for Mole Man worlds.

Example world

Features

  • Creates a world mostly underground instead of mostly full of air.
  • Fully supports Multiverse2
  • Compatible with GiantCaves
  • All the expected above ground features of the vanilla terrain generator: villages, temples, trees, etc.
  • All the expected below ground features of the vanilla terrain generator: caves, ores, lakes, lava, etc.
  • Increased ore generation - since the world is three times as deep, ores range three times as high
  • Underground biomes - find hidden mushroom caverns and mysterious underground trees burried in the depths
  • Silverfish colonies - rare but terrifying

Installation

  1. Put the plugin in your plugins directory
  2. Add a worlds section to your bukkit.yml or use Multiverse
  3. Visit your new world and start exploring
worlds:
  [worldname]:
    generator: Subterranea[:options]

Notes:

  • If you use "world" for [worldname] in your bukkit.yml, Subterranea will run in your default world.
  • [:options] can be omitted to use the default settings. See below for details.

Using Subterranea with Multiverse

To use Subterranea with Multiverse, use the following sequence of commands

  1. mv create world_name NORMAL -g "Subterranea[:options]"
  2. mv tp world_name

Notes:

  • [:options] can be omitted to use the default settings. See below for details.

Subterranea Options

The Subterranea world generator supports a number of options. Options are passed into the generator using the [:options] string in the above examples. Always put a colon between the word Subterranea and the options string.

-underground-biomes: (true or false, default true) Enables or disables underground bionme creation

-silverfish: (true or false, default true) Enables or disables silverfish colony creation hidden in the stone.

-giant-caves: (default sxz=500,sy=175,cutoff=65,miny=40,maxy=160) Enables or disables the Giant Caves plugin. An optional configuration string can be passed into this option to configure the Giant Caves generator. See the Giant Caves documentation for a description of each setting and how it affects cave creation.

Multiverse Example:

mv create DeepWorld NORMAL -g "Subterranea:-underground-biomes true -silverfish true 
         -giant-caves sxz=500,sy=175,cutoff=65,miny=10,maxy=180"

Create a new Subterranea world called DeepWorld with underground biomes, silverfish, and gaint caves from layer 10 to layer 180

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.