Skip to content

Releases: Alex4386/Typhon

Ver 0.8.7 for Minecraft 1.20.4

28 Apr 17:52
Compare
Choose a tag to compare
Pre-release

🌋 Typhon v0.8.7

image

  • THIS VERSION FINALLY FIXES ALL THE BUGS WITH /tick command support!
  • The legacy lava flow spawning codebase have been revamped to lava plumbing system.
    • Previous implementation: every specific milliseconds pass, the plugin spawns specific amount of lava blocks.
    • Current implementation: for every "tick", internal "lava" queue fills up and spawns to vent accordingly.
      • If the vent has no space to accomodate new lava flows, the "lava extension" or "bomb launch" is triggered accordingly
  • HOTFIX: The summit ventblocks were not properly being updated.

Ver 0.8.6 for Minecraft 1.20.4

15 Mar 15:50
Compare
Choose a tag to compare
Pre-release

🌋 Typhon v0.8.6

  • HOTFIX: The lava flow was cooling down too fast. This version fixes this
  • HOTFIX: Updated VolcanoExplosion to update on every tick with every single instance having less bomb counts. please reapply your eruption style on each volcanic vents.
  • HOTFIX: Advanced Lava plumbing was fixed

Ver 0.8.5 for Minecraft 1.20.4

02 Mar 16:44
Compare
Choose a tag to compare
Pre-release

🌋 Typhon v0.8.5

  • HOTFIX: The plumbing algorithm was supposed to calculated based on each 20 ticks but plumbing algorithm was handling every tick, thus too much plumbing was occurring.
  • Advanced Lava Plumbing was implemented. if the lava effusive rate is high, the strombolian eruption or other equivalent eruption will launch more bombs. in hawaiian eruption, more lava "extensions" will be triggered"

Ver 0.8.4 for Minecraft 1.20.4

02 Mar 07:17
Compare
Choose a tag to compare
Pre-release

🌋 Typhon v0.8.4

  • /tick command support. Now lava eruption works with faster tick rates!
  • stub-implementation for lava effusion rate. faster the volcano erupts.

Ver 0.8.3 for Minecraft 1.20.x

15 Jan 16:17
Compare
Choose a tag to compare
Pre-release

🌋 Typhon v0.8.3

  • Pyroclasts now burn all wooden blocks (updated to match stairs, slabs including new cherry trees)
  • Fixed Pyroclast accumulation

Ver 0.8.2 for Minecraft 1.20.x

06 Jan 09:15
Compare
Choose a tag to compare
Pre-release

🌋 Typhon v0.8.2

  • Pyroclastic flows now have climb limit
  • reset baseY if the baseY is higher than current summit (causes bug on )
  • Fixed bug from last cinder cone build-up overhaul, now the cinder cones are not generated like: /vvv\ any more,
  • merged bombs:resetBaseY into bombs:baseY reset.
  • FIxed baseY and eruption style was not reverted back after
  • Fixed pyroclastic flow clean up doesn't work due to concurrent modification exception

Ver 0.8.1 for Minecraft 1.20.x

05 Jan 19:33
Compare
Choose a tag to compare
Pre-release

🌋 Typhon v0.8.1

Caldera formation overhaul

The new caldera formation, made even more realistic by collapsing from the middle and propagating further.
image

Even more realistic pyroclastic flows

The flow logic of pyroclastic flows and ash logic has been greatly improved. making it more realistic.
image

Ver. 0.8.0 for Minecraft 1.20

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

🌋 Typhon v0.8.0

Welcome to Typhon v0.8.0!
This is a major update that adds a lot of new features and fixes a lot of bugs.

Here are the spotlight features of this update:

  • Now targets Minecraft 1.20.
  • Bumped up BlueMapAPI to 2.6.2
  • New BlockQueue update system for your TPS.
  • More realistic cinder cone building
  • underwater lava flows will have directions
  • Fixed bug on pyroclastic flows piling up too much ash
  • Fixed bug on vulcanian eruption that pyroclastic flows and ash plumes are not generated as much as expected
  • Fixed bug on HighestRocklikes returning wrong blocks due to cache bug
  • Fixed bug on cinder cone's target height code base not considering radius of crater generating wrong shape nearby the crater
  • The tree generated on Secondary succession will generate more realistic combination of trees
  • Added manual summit reset command: /vol <name> mainvent summit reset
  • Updated summit bomb handling code to generate even better cinder cones
  • Updated handler for Geothernal activity to handle updated CHERRY tree's exotic shapes.
  • Updated geothermal activity to burn trees, cherry pedals, ferns, mangroves, seapickles and eggs.

🌋 ENJOY 🌋

Ver. 0.7.3 for Minecraft 1.19.4

06 Oct 21:36
Compare
Choose a tag to compare
Pre-release

🌋 Typhon v0.7.3

This is a hotfix release of the Typhon Plugin

Removed Deprecated cone building mechanism

The cone building mechanism is now replaced to calculating angle of repose from the vent height. This legacy code (which was not updated properly) was triggered on initial strombolian eruption system and bugs out the cone building by launching inadequate size of volcanic bombs. This release deprecates the cone building algorithm and reverts it into generic bomb launching mechanism

Ver. 0.7.2 for Minecraft 1.19.4

09 Sep 21:13
Compare
Choose a tag to compare
Pre-release

🌋 Typhon v0.7.2

Thank you for using Typhon Plugin. This version fixes various bug existing on cone building algorithm.

Fixed Strombolian/Vulcanian Cone building eruption algorithm

This version contains fixes for Strombolian/Vulcanian eruption's "Cone Building" Bomb handler code to generate proper cinder cone when eruption is triggered.

Manual baseY reset

If you are building a stratovolcano, The strombolian eruption will not work properly on cone building.
In 0.7.2, each vent now has bombs:resetBaseY to reset current baseY setting to current summit Y. allowing cone to be built up from current Y instead from the base. generating nice stratovolcano.

image
2023-09-10_06 13 29

🌋 ENJOY! 🌋