Skip to content
Success

Changes

Summary

  1. Register generators early. (commit: 1701ed3) (details)
  2. Make generators available asap. (commit: d78e412) (details)
  3. Make just one seed world. Implement vanilla biomes. (commit: e30b12b) (details)
  4. Version 2.5.0 (commit: ef3bdfe) (details)
  5. Refined nether biomes. (commit: 4ad149f) (details)
  6. Refactor to reduce complexity. Rename enum values (commit: 1803e2b) (details)
  7. Remove some duplication (commit: 0ffccb4) (details)
  8. Remove reference to 5 being the lowest. It isn't. (commit: 8daafc0) (details)
The file was modified src/main/java/world/bentobox/boxed/Boxed.java (diff)
Commit d78e4120761781bba443b4f9136303b1bcb57484 by tastybento
Make generators available asap.
(commit: d78e412)
The file was modified src/main/java/world/bentobox/boxed/Boxed.java (diff)
The file was modified src/main/java/world/bentobox/boxed/generators/chunks/BoxedChunkGenerator.java (diff)
Commit e30b12b3123c855bb2079e38885ae5c52178810f by tastybento
Make just one seed world. Implement vanilla biomes.
(commit: e30b12b)
The file was modified src/main/java/world/bentobox/boxed/generators/biomes/SeedBiomeGenerator.java (diff)
The file was modified src/main/java/world/bentobox/boxed/generators/biomes/AbstractSeedBiomeProvider.java (diff)
The file was modified src/main/java/world/bentobox/boxed/Boxed.java (diff)
The file was modified src/main/java/world/bentobox/boxed/generators/chunks/AbstractBoxedChunkGenerator.java (diff)
The file was modified src/main/java/world/bentobox/boxed/generators/biomes/NetherSeedBiomeGenerator.java (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/world/bentobox/boxed/generators/biomes/AbstractSeedBiomeProvider.java (diff)
Commit 1803e2bd56aeb2a84b319bc1e50dcdc585ba7e9b by tastybento
Refactor to reduce complexity. Rename enum values
(commit: 1803e2b)
The file was modified src/main/java/world/bentobox/boxed/generators/biomes/AbstractSeedBiomeProvider.java (diff)
The file was modified src/main/java/world/bentobox/boxed/generators/biomes/AbstractSeedBiomeProvider.java (diff)
Commit 8daafc0caf5eb6c5091cc494b7a23c86b47272ca by tastybento
Remove reference to 5 being the lowest. It isn't.
(commit: 8daafc0)
The file was modified src/main/java/world/bentobox/boxed/Settings.java (diff)