Map generator that creates landscapes identical to Notch's original ("vanilla") implementation of Minecraft.
Inheritance: MapGenerator
Example #1
0
 static VanillaMapGen() {
     Instance = new VanillaMapGen {
         Name = "Vanilla",
         Help = "&S\"Vanilla\" map generator:\n" +
                "Creates landscapes identical to Notch's original (\"vanilla\") implementation of Minecraft. " +
                "Does not take any parameters (yet)."
     };
 }
Example #2
0
 static VanillaMapGen()
 {
     Instance = new VanillaMapGen {
         Name = "Vanilla",
         Help = "&S\"Vanilla\" map generator:\n" +
                "Creates landscapes identical to Notch's original (\"vanilla\") implementation of Minecraft. " +
                "Does not take any parameters (yet)."
     };
 }