Skip to content

Commit

Permalink
Updated version files
Browse files Browse the repository at this point in the history
  • Loading branch information
ILikePlayingGames committed Jan 23, 2021
1 parent 969d3d0 commit 277ce08
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/versions/dev-versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"homepage": "https://biscuit.codes/mods/skyblockaddons/downloadversion/?v=latest",
"promos": {
"1.8.9-latest": "1.5.4"
"1.8.9-latest": "1.5.5"
},
"1.8.9": {
"1.5.5": "Bug Fixes:\n- Fixed Skyblock server detection issue\n- Enabled drop protection for personal compactor 4000, theoretical hoes, and theoretical hoe blueprint\n- Fixed right control key presses being cancelled in GUIs",
"1.5.1": "New Features:\n- Change Zealot Color (yes, chroma zealots are possible)\n- Hide Sven Pup Nametags\n- Zealot counter now has support for explosive bow (its not 100% accurate yet though, sorry!)\n- Disable Enderman Teleportation Effect (required atm for the explosive bow feature)\n\nBug Fixes:\n- Discord RPC should now hopefully work for everyone\n- Fixed a lot of the new settings not saving after a restart\n- Fixed long warnings going outside of your screen\n- The fancy warp menu should now rescale a bit better if you resize your window while in the menu\n- Fixed location not detecting Colosseum Arena & Duel Zone\n- Fixed tickers display turning green while in the dragon's nest\n\nAnd much more, full changelog on the discord...",
"1.5.0": "New Features:\n- Disable Magical Soup Messages\n- Power Orb Display\n- Zealot Counters\n- Ticker/Charges Display\n- Tab Potion Timers Display\n- No Arrows Left Alert\n- Show \"Broken\" Dragon Fragments\n- Turn Bow Green When Using Toxic Arrow Poison\n- Birch Park Rainmaker Timer\n- Combat Timer Display\n- Discord Rich Presence\n- Endstone Protector Display\n- Fancy Warp Menu\n- Legendary Sea Creature Warning\n- Only Break Logs in the Park\n- Slayer Boss Approach Alert\n- Disable Teleport Pad Messages\n- Bait List\n\nThe remainder of the changelog on the discord.",
"1.5.0-beta.17": "New: \n- Added combat timer display!\n- Added simple rainmaker timer feature for the birch park \n\nChanges: \n- Add Chroma to more features \n- You can now use an empty item frame if it is empty while having the item frame feature enabled \n- Potion Timer improvements \n\nFixes: \n- Fixed possible crash if a warning message shows while disconnected \n- Fixed feature settings moving down after toggling full screen \n- Fixed revenant armor indicator not updating sometimes \n- Fixed command help formatting and command error messages \n\nPlease see #beta-tester-releases in the Discord for the full changelog.",
Expand Down
5 changes: 3 additions & 2 deletions .github/versions/release-versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"homepage": "https://biscuit.codes/mods/skyblockaddons/downloadversion/?v=latest",
"promos": {
"1.8.9-recommended": "1.5.4",
"1.8.9-latest": "1.5.4"
"1.8.9-recommended": "1.5.5",
"1.8.9-latest": "1.5.5"
},
"1.8.9": {
"1.5.5": "Bug Fixes:\n- Fixed Skyblock server detection issue\n- Enabled drop protection for personal compactor 4000, theoretical hoes, and theoretical hoe blueprint\n- Fixed right control key presses being cancelled in GUIs",
"1.5.1": "New Features:\n- Change Zealot Color (yes, chroma zealots are possible)\n- Hide Sven Pup Nametags\n- Zealot counter now has support for explosive bow (its not 100% accurate yet though, sorry!)\n- Disable Enderman Teleportation Effect (required atm for the explosive bow feature)\n\nBug Fixes:\n- Discord RPC should now hopefully work for everyone\n- Fixed a lot of the new settings not saving after a restart\n- Fixed long warnings going outside of your screen\n- The fancy warp menu should now rescale a bit better if you resize your window while in the menu\n- Fixed location not detecting Colosseum Arena & Duel Zone\n- Fixed tickers display turning green while in the dragon's nest\n\nAnd much more, full changelog on the discord...",
"1.5.0": "New Features:\n- Disable Magical Soup Messages\n- Power Orb Display\n- Zealot Counters\n- Ticker/Charges Display\n- Tab Potion Timers Display\n- No Arrows Left Alert\n- Show \"Broken\" Dragon Fragments\n- Turn Bow Green When Using Toxic Arrow Poison\n- Birch Park Rainmaker Timer\n- Combat Timer Display\n- Discord Rich Presence\n- Endstone Protector Display\n- Fancy Warp Menu\n- Legendary Sea Creature Warning\n- Only Break Logs in the Park\n- Slayer Boss Approach Alert\n- Disable Teleport Pad Messages\n- Bait List\n\nThe remainder of the changelog on the discord.",
"1.4.2": "Changes/Fixes:\n* Fixed big lag issue that had to do with the mana and health bars.\n* New setting to disable the message shown when using the stems/deep caverns ores features.\n* Added Maddox Batphone to the item cooldowns feature.\n* Remove tabs for the gui, add search bar to the gui. Ordered features alphabetically.\n* Fixed bars not rendering while riding a horse.\n* Fixed kick bug when taking off tarantula helmet in skyblock.\n* Fixed language reverting to english after restarting the game sometimes.\n\n* Added new feature that only allows you to mine value ores in the nether.\n* Added feature to hide pet hearts while riding an animal or using the skyblock launchpads."
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
group = 'codes.biscuit'

// The below line is for version checkers <= 1.4.2
//version = "1.5.4"
//version = "1.5.5"

// Java plugin settings
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"bannerImageURL": null,
"bannerLink": null,

"latestVersion": "1.5.4",
"latestVersion": "1.5.5",
"latestBeta": "1.6.0-beta.6",
"videoLink": "https://youtu.be/_BZMJm6JD4Q",
"directDownload": "https://biscuit.codes/mods/skyblockaddons/downloadversion/?v=1.5.4",
Expand Down

0 comments on commit 277ce08

Please sign in to comment.