Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Releases: CyberdyneCC/Thermos

Thermos Build 38 (BLEEDING)

03 Mar 21:47
Compare
Choose a tag to compare

What's Inside:

  • Serious changes to the way players teleport, do it like it should've been done in the first place
  • Handle #195
  • Spigot Watchdog changes

Thermos Build 37 (BLEEDING)

03 Mar 13:07
Compare
Choose a tag to compare

This is actually relatively stable

What's Inside:

  • Fix issues with food, health, and potion effects
  • Fix mod-related issue with improper extended property dimension ID

Thermos Build 36 (BLEEDING)

03 Mar 01:42
Compare
Choose a tag to compare

What's Inside:

  • Fix @Esctogrillo 's issue with players losing items in respawn (tell Forge to handle it instead)
  • Fix Spigot Watchdog not working (needs testing)
  • Additional Fixes for BUTs

Thermos Build 35 (BLEEDING)

02 Mar 19:11
Compare
Choose a tag to compare

What's Inside:

  • Fix issues with teleportation from 34 and 35
  • Fix #191 (disables moving rails with sticky pistons, further investigation needed)

Thermos Build 34 (BLEEDING)

02 Mar 15:58
Compare
Choose a tag to compare

BROKEN

What's Inside:

  • Some code which should fix issues like #142...hopefully
  • Fix #184

NOTE: The original 34 was renamed to 33.5 due to an issue with automatic build number incrementation.

Thermos Build 33 (BLEEDING)

01 Mar 06:26
Compare
Choose a tag to compare

BROKEN

What's inside:

  • Revert to source level 6 (no more -noverify) -- will need to move back up in the future
  • Speed up NBT Operations
  • Add another hack mod ( 👏 @TerdyTheTerd )
  • Fix a spelling issue ( 👏 @djoveryde )
  • Force custom mod container setup for Bukkit, should resolve some issue with GUIs (otherwise no effect)
  • Re-enable spigot tick limiting, default at 1,000 ( check your settings, it might be at 50 )
  • Speed up Chunk.getTileEntity
  • AffinityLocker locks upon server startup instead of at every tick now
  • Synchronize EntityTracker for #28
  • Dump the KCauldron player cloner (might cause issues for some people, untested)
  • Dump the KCauldron block updates tracker
  • Extend decoration time to 10 seconds ( #174 )

Thermos Build 32

25 Feb 22:00
Compare
Choose a tag to compare

ADD -noverify TO YOUR SERVER ARGUMENTS, DO NOT POST AN ISSUE ABOUT inconsistent stackframe CRASHES! (sorry for yelling 😆 )

NOTE: This build is considered to be relatively stable, but is still beta due to the addition of hacked client detection.

What's Inside:

  • Fix #152
  • Some initial KCauldron dependency removal
  • Improved activeChunk() caching
  • Fix #113 (hopefully)
  • Hacked Client Detection...! (will prevent them from logging in, telling them they don't have the right mods installed)

If you know of any other hack clients for 1.7.10 than those listed below, please let me know so I can add them.

  • CJB
  • Kradxns
  • CheatingEssentials
  • ChestFinder
  • RadarBro
  • XaeroBetterPVP (not blocked since it is not a serious advantage)

Thermos Build 31

24 Feb 02:27
Compare
Choose a tag to compare

WARNING: You NEED to add -noverify to your server launch script!
JAVA 8 IS REQUIRED.
NOTE: You NEED to redownload the libraries.
(I am done yelling now 😄 )

This is a bleeding build, not recommended for production.

What's Inside:

  • Advance to Java Source Code Level 8 (technical optimization)
  • Allow server owners to reload plugins, disabled by default (use at your own risk, see in cauldron.yml)
  • Upgrade Scala (improves performance of some mods)
  • Allow server owners like @DraksterAU who want to use mod-given server names instead of DIM## in Bukkit to do so (disabled by default, use at your own risk)
  • Fix #143, #139
  • Fix #105 (Maybe?)

Thermos Build 30

22 Feb 01:29
Compare
Choose a tag to compare

Note: B29 was skipped. This is a bleeding build, use at your own risk! (testing recommended)

What's Inside:

  • Security fixes ( 👏 @Yive )
  • LOTR Compat ( #133 )
  • isActiveBlockCoord caching (should boost performance) <-- Considered bleeding

Thermos Build 28

18 Feb 17:03
Compare
Choose a tag to compare

What's Inside:

  • Fix #121 (new option in cauldron.yml, defaults to true for spawn protection)
  • Fix #123
  • Fix potential CraftingWorkbench crash