Skip to content

Releases: Alex4386/Typhon

Version 0.9.0 Release Candidate

25 Jul 20:13
Compare
Choose a tag to compare
Pre-release

image

Changelog

  • Caldera formation now uses TyphonScheduler for utilizing multi-core
  • Updated Pyroclastic flow logic

Version 0.9.0 (beta03)

24 Jun 18:02
Compare
Choose a tag to compare
Pre-release

banner

Changelog

Introducing lateral blast

image

  • You can now cause volcanic landslide by running /vol {name} mainvent landslide {setAngle/config/start}

Enjoy the view from the crater rim!

Version 0.9.0 (beta02)

24 Jun 16:29
Compare
Choose a tag to compare
Pre-release

banner

Changelog

Realistic andesitic cone build up

image

Fixed Pyroclastic flow

  • Prevent Pyroclastic flows from doing excessive turns

Version 0.9.0 (Beta 01)

23 Jun 20:17
Compare
Choose a tag to compare
Pre-release

typhon-releasenotes (1)

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 of SpigotAPI
    • I have implemented SpigotAPI compatibility stuff, but Some might plainly don't work.
      If you have issues with it, please leave me an issue.

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

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
  • 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.

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.

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 and COBBLED_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.

Tweaked some parameters

  • Vulcanian eruption now users andesitic lava by default
  • Added GRASS_BLOCK and FARMLAND into metamorphism targets

More beautiful scoria cones

  • If you are using strombolian eruption, with basaltic lava, the updated scoria will generate near the summit giving red tint as you go to the summit.
    image

Version 0.9.0 (alpha 09)

20 Jun 09:31
Compare
Choose a tag to compare
Pre-release

🌋 Typhon v0.9.0 alpha09

Changelog

Fixed Pyroclastic flows

  • Revamped how pyroclastic flows accumulates the ash

Version 0.9.0 (alpha 08)

20 Jun 05:47
Compare
Choose a tag to compare
Pre-release

🌋 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)

19 Jun 18:52
Compare
Choose a tag to compare
Pre-release

🌋 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)

19 Jun 17:40
Compare
Choose a tag to compare
Pre-release

🌋 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)

19 Jun 17:02
Compare
Choose a tag to compare
Pre-release

🌋 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)

19 Jun 16:45
Compare
Choose a tag to compare
Pre-release

🌋 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