Skip to content

Releases: Skytils/SkytilsMod

Skytils 1.10.0-pre1 for Forge 1.8.9

18 May 23:53
e296a0a
Compare
Choose a tag to compare
Pre-release

What's New?

This release aims to test the stability of our websocket implementation.
This release also uses the in-development Hypixel Mod API.

If you experience any issues, check if there is an update.

Changes

  • feat: add Hypixel Mod API
  • feat: remove usage of locraw for hypixel mod api

New Features

  • feat: add dungeon syncing through ws

Note

This version uses Essential

Skytils 1.9.7 for Forge 1.8.9

18 May 05:15
1c217ed
Compare
Choose a tag to compare

What's New?

Changes

  • fix an issue where your player head is never drawn on Catlas

Note

This version uses Essential

Skytils 1.9.6 for MC 1.8.9

17 May 22:58
d4c47a3
Compare
Choose a tag to compare

What's New?

Changes

  • perf: use setters instead of states for griffin burrows
  • feat: draw client player head on Catlas even when dead
  • feat: reset burrow data when server resets it
  • fix: make sure DataFetcher only runs once at a time
  • fix: remove y from guess burrow distance calc
  • fix: explicitly mark AccessorCommandHandler methods as Mutable
  • feat: implement the e/pitch slope method from Soopyboo32 for distance using stat
  • fix: move where dungeon classes are cached in DungeonListener

New Features

  • feat: ping when particle burrow nearby
  • feat: add new Griffin Burrow guess method based on spade (MEOW)
  • feat: add GPG verification to UpdateChecker

Note

This version uses Essential

Skytils 1.9.5 for MC 1.8.9

15 May 00:18
dd9113c
Compare
Choose a tag to compare

What's New?

Changes

  • Fix some edge cases for namespaced commands
  • Fix namespaced commands not updating properly
  • Change how corleone detection works
    • Now only creates waypoint if you can see corleone meaning it will no longer show through walls
  • Add support for Fann's desired level sign for enter to confirm signs

New Features

  • Burrow Estimation
    • This estimation is based on the harp sound played when you right click your spade
    • To use the feature do the following after digging a burrow:
      1. Observe the orange circle around the arrow with particles
      2. Stand in the circle and right click your Ancestral Spade.
      • If your spade does not play harp sounds, stay where you are and right click again
      1. A estimated position will now be created
    • There are some shortcomings to this system however it should generate guesses which are accurate enough for particle burrows to work
    • This system works with multiple chains however old guesses and circles will expire after a period of time
      • Guesses last for 2 minutes
      • Arrow circles last for 30 seconds
  • Show New Year Cake Year

Note

This version uses Essential

Skytils 1.9.4 for MC 1.8.9

26 Apr 23:35
736b05f
Compare
Choose a tag to compare

What's New?

Changes

  • Fix namespaced commands breaking dungeons guide
This version uses Essential

What is Essential?
Essential is a non-intrusive, quality of life mod that aims to improve your Minecraft playing and social experience. Learn more at https://essential.gg

Can I get rid of Essential?
No, you can't. This is due to the fact that Skytils depends on it. It has little to no performance impact too so no need to worry about it causing performance issues. And any feature you don't want, except cosmetics, can be disabled.

Where can I buy Essential cosmetics?
https://store.essential.gg

Skytils 1.9.3 for MC 1.8.9

26 Apr 21:44
0b5e10b
Compare
Choose a tag to compare

What's New?

Changes

  • Fix web editor not working
  • Fix local api waypoint put method
  • Remove block zapper fatigue timer
  • Remove Early tweaker (you can now delete the jar in your mods folder called !!!!!!!!!!EarlyTweaker.jar)
  • Fix pet rarity not working with the "Ancient" golden dragon skin
  • Change pet rarity to depend on item rarity

New Features

  • Namespaced commands (commands with source mod id in them)
This version uses Essential

What is Essential?
Essential is a non-intrusive, quality of life mod that aims to improve your Minecraft playing and social experience. Learn more at https://essential.gg

Can I get rid of Essential?
No, you can't. This is due to the fact that Skytils depends on it. It has little to no performance impact too so no need to worry about it causing performance issues. And any feature you don't want, except cosmetics, can be disabled.

Where can I buy Essential cosmetics?
https://store.essential.gg

BSMod 1.9.2 for Forge 1.8.9

31 Mar 20:04
293ebf8
Compare
Choose a tag to compare

What's New?

  • This patch fixes an SSL certificate issue on older versions of Java

https://l.skytils.gg/skytils-one-dot-nine-showcase

This version uses Essential

What is Essential?
Essential is a non-intrusive, quality of life mod that aims to improve your Minecraft playing and social experience. Learn more at https://essential.gg

Can I get rid of Essential?
No, you can't. This is due to the fact that Skytils depends on it. It has little to no performance impact too so no need to worry about it causing performance issues. And any feature you don't want, except cosmetics, can be disabled.

Where can I buy Essential cosmetics?
https://store.essential.gg

BSMod 1.9.1 for Forge 1.8.9

30 Mar 06:28
5242cb1
Compare
Choose a tag to compare

What's New?

  • This patch fixes an issue in 1.9.0: the game will not launch if special characters are in the Minecraft directory path.

https://l.skytils.gg/skytils-one-dot-nine-showcase

This version uses Essential

What is Essential?
Essential is a non-intrusive, quality of life mod that aims to improve your Minecraft playing and social experience. Learn more at https://essential.gg

Can I get rid of Essential?
No, you can't. This is due to the fact that Skytils depends on it. It has little to no performance impact too so no need to worry about it causing performance issues. And any feature you don't want, except cosmetics, can be disabled.

Where can I buy Essential cosmetics?
https://store.essential.gg

BSMod 1.9.0 for Forge 1.8.9

30 Mar 05:41
2ab9c53
Compare
Choose a tag to compare

What's New?

https://l.skytils.gg/skytils-one-dot-nine-showcase

This version uses Essential

What is Essential?
Essential is a non-intrusive, quality of life mod that aims to improve your Minecraft playing and social experience. Learn more at https://essential.gg

Can I get rid of Essential?
No, you can't. This is due to the fact that Skytils depends on it. It has little to no performance impact too so no need to worry about it causing performance issues. And any feature you don't want, except cosmetics, can be disabled.

Where can I buy Essential cosmetics?
https://store.essential.gg

Skytils 1.9.0-pre6 for Forge 1.8.9

17 Mar 05:20
61ed950
Compare
Choose a tag to compare
Pre-release

What's New?

Changes

  • feat: make it easier to know you're supposed to enter a spam hider name
  • feat: replace the click window packet on inject dungeon map
  • fix: change the Item Cycle SBIsland to ModeSerializer
  • fix: SkyblockIsland Object serializer decodes multiple times
  • feat: Add Java Brotli decoder as fallback if native is not available
  • fix: broken skulls on st pv (#463)
  • fix: minor improvements to ItemCycle GUIs
  • fix: remove timeout constraints for updatechecker
  • feat: add SlotCondition for ItemCycle
  • feat: add Rebind GUI for ItemCycle
  • feat: add really badly translated Chinese configs

New Features

  • feat: add blaze and vampire slayers to st pv (#463)
  • feat: Convert Skytils config to use I18n
  • feat: Convert Catlas config to use I18n
This version uses Essential

What is Essential?
Essential is a non-intrusive, quality of life mod that aims to improve your Minecraft playing and social experience. Learn more at https://essential.gg

Can I get rid of Essential?
No, you can't. This is due to the fact that Skytils depends on it. It has little to no performance impact too so no need to worry about it causing performance issues. And any feature you don't want, except cosmetics, can be disabled.

Where can I buy Essential cosmetics?
https://store.essential.gg