- Fix a typo/bug in the
InitBiomeGen
eventGenLayer
initialization - Fix a crash on dedicated server start. Fixes GitHub issue
#7
. - Remove the old biome-name-based color config support (this would also crash on dedicated servers in MC 1.12+ due to
Biome#getBiomeName()
now being client-side-only)
Original build time: 2018-01-27 19:01:51 UTC+2
- Fixed the
GenLayer
init event, so that it doesn't discard previous changes - Lowered the
GenLayer
event priority toLOW
- These two changes/fixes allow the mod to now work correctly at least with the RTG mod, when using the
useGenlayer
option
Original build time: 2017-09-05 22:07:45 UTC+3
- Fixed the
GenLayer
init event, so that it doesn't discard previous changes from other mods - Lowered the
GenLayer
event priority toLOW
- These two changes/fixes allow the mod to now work correctly at least with the RTG mod, when using the
useGenlayer
option
Original build time: 2017-09-05 22:02:09 UTC+3
- Changed the unpainted and undefined area biome configs to also use biome registry names
- Fixed the per-world config and template overrides not working (this apparently broke in 1.9 already due to a small Forge change!)
- Signed the JAR
Original build time: 2017-08-03 13:36:26 UTC+3
- Fixed the
GenLayer
init event, so that it doesn't discard previous changes - Lowered the
GenLayer
event priority toLOW
- These two changes/fixes allow the mod to now work correctly at least with the RTG mod, when using the
useGenlayer
option
Original build time: 2017-09-05 21:30:42 UTC+3
- Changed the unpainted and undefined area biome configs to also use biome registry names
- Fixed the per-world config and template overrides not working (this apparently broke in 1.9 already due to a small Forge change!)
- Signed the JAR
Original build time: 2017-08-03 13:22:08 UTC+3
- Add a config option to use a random rotation on the template image
- Add a config option to use random flipping (= mirroring) of the template image
- Add a config option to use randomly selected alternate template images
Original build time: 2016-02-27 21:10:07 UTC+2