| Age | Commit message (Collapse) | Author |
|
|
|
autocomplete for
/joininstance
/joindungeon
/joinkuudra
|
|
|
|
|
|
|
|
|
|
* furfsky compatibility v1
* different title if quick nav is enabled in inventory screen
* oops
* change how slot is rendered
* fix slot and check for firmament first
* Update src/main/java/de/hysky/skyblocker/skyblock/itemlist/recipebook/SkyblockCraftingRecipeResults.java
Co-authored-by: Yasin <19829407+LifeIsAParadox@users.noreply.github.com>
* Update SkyblockCraftingRecipeResults.java
* Update SkyblockCraftingRecipeResults.java
* Update SkyblockCraftingRecipeResults.java
* edit id
* make it more general
---------
Co-authored-by: Yasin <19829407+LifeIsAParadox@users.noreply.github.com>
|
|
* Show Input Calculator on Bazaar flip input sign
* Use constants for strings
|
|
|
|
* Add spotless
* Configure spotless
* Add checkstyle
* Allow some stuff
* Turn off tab enforcement
* Get rid of some more rules
* Remove indent rules
* Don't sort lang files
* Remove wrapping rules
* Apply spotless
* Apply spotless again
* Fix checkstyle violations
* Update checkstyle DTD
* Add Javadoc and Mixin checks
|
|
* item list shenanigans
* emi, finish forge and recipe book
* remove emi runtime
* Refactor recipe
* Render forge recipe duration
* Multiple things
Remove unused accessor
Remove REI runtime
Make EMI and recipe book call render method of a recipe
* work with 1.21.3
* REI priority + config
* requested changes and uh stuff
ye
* update REI
* fix stuff maybe
* fix wrapRenderer block clicks; lava bucket -> fred
---------
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
Co-authored-by: Yasin <19829407+LifeIsAParadox@users.noreply.github.com>
|
|
|
|
|
|
|
|
* Initial Implementation
* Remove many if statements and support thrown axes
* remove fallback values, only support tree update
* Separate thowable axes
* use block tags instead
* Set max of 35 logs
* Toggle for thrown ability
* improve ux with better feedback
* improve comments
* fix pr comments
|
|
|
|
|
|
* Initial Implementation
* use common empty list
* changed to return a unmodifiableMap
* Use ImmutableMap
|
|
|
|
|
|
* Display calc errors to player
* Add exponentiation
* Catch a couple errors, could be worth adding another method to verify the tokens before they're evaluated?
* Make errors translatable, fix colon
|
|
* Fix suggestions flashing sometimes when removing history entry
* Remove unnecessary style resetting, switch GridWidget to DirectionalLayoutWidget
|
|
* Add a config option to toggle chat notifications
* Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java
Co-authored-by: Mona <59416038+meowora@users.noreply.github.com>
* Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java
Co-authored-by: Mona <59416038+meowora@users.noreply.github.com>
* Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java
Co-authored-by: Mona <59416038+meowora@users.noreply.github.com>
* Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java
Co-authored-by: Mona <59416038+meowora@users.noreply.github.com>
---------
Co-authored-by: Sebastian Hauer <sebastian.hauer@tu-dortmund.de>
Co-authored-by: Mona <59416038+meowora@users.noreply.github.com>
|
|
* Initial Implementation
* default to false
* make text translatable
|
|
The mysterious config wipe errors were the result of malformed json,
normal GSON is extensively tested and is highly unlikely to produce that
itself but YACL uses an intermediary parser that has had similar
problems with this stuff in the past.
By circumventing that library, this issue can hopefully be fixed.
|
|
SkyHanni can apparently feed this long literals inside of strings
|
|
|
|
The code for generating the list has been left in so that it can easily
be regenerated if necessary.
|
|
|
|
* Get rid of ETF log spam
Added checks to exit if it would cause an error
* Add checks to not cache empty skins
Also prevents invalid URIs from accidentally setting isSkyblockSkinTexture to true in PlayerSkinTextureDownloaderMixin.java
|
|
|
|
|
|
|
|
* Add a minimum pickle count to sea lumies
* Properly remove blocks on chunk unload
* Change allBlocks to a set
|
|
|
|
|
|
|
|
|
|
* Refactored HotmPerkLevelAdder and added HotfPerkLevelAdder
* Add HotfPerkLevelAdder to SlotTextManager
|
|
|
|
* Update build.gradle
fix gradle error
* Update gradle.properties
fix modmenu error
* Update SkyblockRecipeBookWidget.java
recipe book dont forget
* Update ItemProtection.java
only block protected items to be placed into item frame while in private island and garden
* Update PartyFinderScreen.java
debug button only in debugging mode
---------
Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com>
|
|
Fixes #1375
|
|
* collapse button
* positioning + use that one RGB input i made
* changes
|
|
* fix wacky positioning behavior
* add more options and smarter oxygen bar
* show text on action bar if their respective bar isn't enabled
* fix tests
|
|
|
|
|
|
|
|
|
|
|
|
|