Releases: Alex4386/Typhon
Releases · Alex4386/Typhon
Version 0.9.0 Release Candidate
Version 0.9.0 (beta03)
Changelog
Introducing lateral blast
- You can now cause volcanic landslide by running
/vol {name} mainvent landslide {setAngle/config/start}
Version 0.9.0 (beta02)
Version 0.9.0 (Beta 01)
Changelog
Minecraft 1.21 target + Java 21 Update
- Now the Typhon targets Java 21 by default
- bumped API Version to
1.21
Targets PaperMC
by default
- Typhon now uses
PaperAPI
instead ofSpigotAPI
- I have implemented SpigotAPI compatibility stuff, but Some might plainly don't work.
If you have issues with it, please leave me an issue.
- I have implemented SpigotAPI compatibility stuff, but Some might plainly don't work.
Folia
Support and PaperMC
Multithreading support
- Introducing
TyphonScheduler
, a spigot/paper compatible multithreading scheduler.- Due to optimization job, the performance on spigot might be degraded due to each scheduler job is splitted for every chunk
- If you use PaperMC, Typhon will automatically utilize
RegionScheduler
in Paper/Folia Scheduler instead of bukkit internal.
Enhanced Bluemap Support
- Bumped up BlueMapAPI to 2.7.2
- The bluemap now have multiple icons to represent the volcano states
- Modified several Twemoji.
Primary Succession
- A manual successor tool can be used to trigger primary succession manually
- You can now use
WOODEN_SHOVEL
after you enable the tool using/typhon successor enable
- You can now use
- Primary Succession can now be disabled/enabled from command line.
- Use
/vol {name} succession
command to check current status. - Use
/vol {name} succession {enable/disable}
command to enable/disable.
- Use
New Eruption Status ERUPTION_IMMINENT
- You can now pump up the geothermal and other activities like erupting, without the actual eruption sequence.
- Try with
/vol {name} mainvent status ERUPTION_IMMINENT
.
- Try with
Revamped Pyroclastic flows
- The pyroclastic flows now have some randomness in their directions
Better cinder and scoria
- The scoria block was changed into
NETHER_RACK
andCOBBLED_DEEPSLATE
.
New VolcanoBuilder
- VolcanoBuilder will automatically stop erupting when the volcano reaches specific threshold you specified.
- Options:
Y_THRESHOLD
(arguments:y_threshold
: stops eruption when the summit reaches specified y value)
/vol aaa mainvent builder y_threshold {y_value}
New Vent Switch
Feature
- You can switch specific subvent to become a new mainvent without stopping server and manually changing
JSON
files.- Run:
/vol {name} subvent {subventName} switch
.
- Run:
Tweaked some parameters
- Vulcanian eruption now users andesitic lava by default
- Added
GRASS_BLOCK
andFARMLAND
into metamorphism targets
More beautiful scoria cones
Version 0.9.0 (alpha 09)
🌋 Typhon v0.9.0 alpha09
Changelog
Fixed Pyroclastic flows
- Revamped how pyroclastic flows accumulates the ash
Version 0.9.0 (alpha 08)
🌋 Typhon v0.9.0 alpha08
Changelog
Fixed Pyroclastic flows
- Prevent pyroclastic flow code climbing upwards
LAVA_ERUPTION
sound tuning
- The wrong pitch generating strange sound
Add more sounds
- Added
DISTANT_EXPLOSION
sound on landslide - Added
LAVA_FRAGMENTING
sound on dome building
Version 0.9.0 (alpha 07)
🌋 Typhon v0.9.0 alpha07
Changelog
Fixed Rootless cone generation
- The rootless cone generation is fixed and generated as intended
Version 0.9.0 (alpha 06)
🌋 Typhon v0.9.0 alpha06
Warning
Rootless cone generation is broken in this version. do not download!
Changelog
Fixed Rootless cone generation
- The rootless cone will do
minY
calculation and build from base.
Lava plumbing
- The maximum flowing lava has been limited to 1/3 of vent blocks.
Version 0.9.0 (alpha 05)
🌋 Typhon v0.9.0 alpha05
Changelog
Queued Lava Influx handling for proper extension to be implemented
Prevent cone from building up too fast
Version 0.9.0 (alpha 04)
🌋 Typhon v0.9.0 alpha04
Changelog
Tuned sounds
- Due to lava plumbing generating too much noise, volume was reduced
- geothermal now generates less noise
- revamped
LAVA_ERUPTION
sound
Pillow Lava tuning
- Fixed cooldown timer was not properly being respected
- Reverted to original algorithm
Primary sucession commands
- Added
/vol name succession enable/disable
command - Added
/vol name succession trigger
command to trigger primary succession at current location