Skip to content

Releases: HydrolienF/Underilla

2.0.10 [1.21.3 - 1.21.4]

15 Jan 17:04
Compare
Choose a tag to compare

2.0.10

  • Read biomesMerging.fromCavesGeneration.enabled correctly from config.
  • Fix cave biome that where over surface on eroded biome.

2.0.9 [1.21.3 - 1.21.4]

15 Jan 16:02
Compare
Choose a tag to compare

2.0.9

  • Config: Aera values will be swap if min > max.

2.0.8 [1.21.3 - 1.21.4]

11 Jan 11:09
Compare
Choose a tag to compare

2.0.8

  • Fix structures being generated in the sky sometimes.

2.0.6 [1.21.3 - 1.21.4]

10 Jan 13:12
Compare
Choose a tag to compare

2.0.6

  • Fix end generation when structures are disabled.
  • Disable paper optimization by default as it lags a lot on Windows.

2.0.3 [1.21.3 - 1.21.4]

08 Jan 22:46
Compare
Choose a tag to compare

2.0.3

Dependency hotfix.

2.0.0

Features / Bug fix

  • Custom biomes are fully supported. Structures will be generate correctly in custom biomes !
  • Caves biomes can be merge inside the final world without needing an extra cavesWorld. And they are merged only under the world surface.
  • **Carvers **can be run before world merging or after world merging. It is now possible to have carvers caves but still have a clean surface without holes. This option can be configure for each biome.
  • Chunks outside of the surface world are now generated empty.
  • Cleaning step after the world generation: Blocks can be replace from the custom world or on the final world. Entity can be remove in the final world.
  • Full process include. Underilla will configure the server & download it's dependency, then start chunky when the server start, then clean the world. Each of the 3 generation steps can be restarted.

Other major or breaking changes

  • Complete reorganization of the configuration.
  • Underilla now need Paper 1.21.3+. Spigot is no longer supported.
  • RELATIVE strategy have been removed. (It was deprecated since months because it create random stone blocks & does not support fluid in caves from surface world)

2.0.0 [1.21.3 - 1.21.4]

07 Jan 20:00
Compare
Choose a tag to compare

Features / Bug fix

  • Custom biomes are fully supported. Structures will be generate correctly in custom biomes !
  • Caves biomes can be merge inside the final world without needing an extra cavesWorld. And they are merged only under the world surface.
  • **Carvers **can be run before world merging or after world merging. It is now possible to have carvers caves but still have a clean surface without holes. This option can be configure for each biome.
  • Chunks outside of the surface world are now generated empty.
  • Cleaning step after the world generation: Blocks can be replace from the custom world or on the final world. Entity can be remove in the final world.
  • Full process include. Underilla will configure the server & download it's dependency, then start chunky when the server start, then clean the world. Each of the 3 generation steps can be restarted.

Other major or breaking changes

  • Complete reorganization of the configuration.
  • Underilla now need Paper 1.21.3+. Spigot is no longer supported.
  • RELATIVE strategy have been removed. (It was deprecated since months because it create random stone blocks & does not support fluid in caves from surface world)

1.6.14 [1.21.3 - 1.21.4]

27 Dec 21:11
Compare
Choose a tag to compare
Pre-release
Merge branch '1.21.4'

1.6.12 [1.21.3 - 1.21.4]

27 Dec 20:45
1c2f6da
Compare
Choose a tag to compare
Pre-release
Merge pull request #20 from HydrolienF/1.21.4

Create an empty CHANGELOG.md if missing

1.6.6 [1.21 - 1.21.1]

26 Sep 16:05
Compare
Choose a tag to compare

Fix vine block data reading.

1.6.5 [1.21 - 1.21.1]

25 Sep 21:50
Compare
Choose a tag to compare

Print a warning when a spawner have no data instead of having a chunk system crash.