promotional bannermobile promotional banner

Dimensional Control

Tool used to create custom dimensions

File Details

Dimensional Control 1.10.2-2.2.1

  • B
  • Aug 6, 2017
  • 228.38 KB
  • 486
  • 1.10.2

File Name

DimensionalControl-1.10.2-2.2.1.jar

Supported Versions

  • 1.10.2

New Features:

  • Config Presets: Configuration presets are used to create multiple options for players to choose when making a new world. There is a button added to the "Create New World" GUI that allows for cycling between all current presets, and DC will load configs from the chosen preset for the world. This is meant to be used for modpack makers to make multiple optional worlds for their pack, such as an easy world and a hard world, or a normal world and a skyblock. Information on how to create "presets" can be found in the BasicConcepts.txt file of DCs documentation folder.
  • New BiomeProvider: Custom_Medium: This new BiomeProvider is the next evolution of customized biome map generation. It allows for creation of a completely custom GenLayer chain using both vanilla and custom GenLayers. With this, almost any biome map you can imagine can be created. Examples include the preset Jungle_Islands which uses this to create a detailed world made up of large jungle style tropical islands and the preset Z_Axis_Repeating_Heat_Map which replaces the vanilla heat map with a repeating heat map based on the Z axis, allowing for a slightly more natural feeling heat map progression. This is all very complicated, so be sure to check out the documentation and examples in the various presets.

 

Changes:

  • Default configs mostly moved into presets, for better organization and examples.
  • Multiple default configs added.
  • Slightly improved some default configs.
  • Mod config loading has been changed to ServerAboutToStart event. This means it will load whenever a world loads. It is also set up to unload all configs/changes on the ServerStopped event in order to save memory.
  • Removed shouldReloadConfigsOnServerStop option, as it obviously is no longer needed.
  • Default configs and documentation will be generated on the LoadComplete event if no DimensionalControl.cfg file is found.
  • Memory issues fixed in the BiomePrinter. It should also run faster/slower than before depending on settings.
  • Documentation completely redone, should be slightly improved.
  • Many functions can now support multiple input types, such as both string and int biome IDs.
  • Removed Java 7 support.
  • // can now be used to comment lines as well as #
  • Updated to use the new BnBGamingLib modid. Requires 1.10.2-2.6.0+

 

Fixed:

  • Replacing ChunkGenerators should work properly now.
  • Disabling ocean monument structures should now work properly.