Topography 1.12-1.10.1 
                                    - Added example preset "Volcano". Shows off the new custom weather renderer.
 - Added option to override the vanilla weather renderer with a customizable one. "overrideWeatherRenderer()"
 - Added new LayerGenerator method to whitelist only certain blocks to be replaced
 - Fixed possible issue with spawn chunks in dimension 0
 - Sped up cell noise generation
 - Added option to have a dimension appear as a surface world to other mods. "compatSurface()"
 
 
  
Topography 1.12-1.8.1 
                                    - Added VineGenerator. It generates vines.
 - Added methods "setCellFrequency" and "setCutoff" to CellNoiseGenerator to allow for some more configuration.
 - Copied all of the script based BiomeProvider stuff from Dimensional Control. These can be set for the dimension using the "setBiomeProviderScript" method. See "Thick Rivers" and "Repeating Heat Map" examples.
 - Added methods "addBiomes", "addOceanBiomes", "addHills" and "setRiver" as part of simplified multi-biome dimension generation. See "Desert Overworld" example.
 - Added examples "Desert Overworld", "Thick Rivers" and "Repeating Heat Map"
 
 
  
Topography 1.12-1.5.1 
                                    - Fixed player island data not being properly copied on respawn. Island data should now never be lost.
 - Up and down arrow keys can now be used to scroll through preset selections on the world creation screen.
 - Command permissions changed. Most are now forced available, and others are only required perm 0.
 - Added command /topography spawn [player] - Teleports the player to world spawn.
 - /topography island is now a command tree
 
- Added /topography island home [player] - Teleports the player to their spawn point or island. If they do not have an island, it will generate one for them and teleport them to it.
 - Added /topography island new [player] - Generates the player a new island, and teleports them to it.
 - Added /topography island set [player] x z - Sets the provided coordinates as the players island and teleports them to it.
 - Added /topography island info [player] - Gets the coordinates of the players island.
 - Moved /topography invite to /topography island invite
 - Moved /topography accept to /topography island accept
 
 
  
  |