Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-15 | Merge pull request #355 from msg-programs/beeper-creams | Kevin | |
Creeper beam puzzle solver | |||
2023-10-14 | Fix indents | Kevinthegreat | |
2023-10-14 | Update issue template (#360) | Yasin | |
Use a drop-down menu instead of entering the minecraft version manually. | |||
2023-10-14 | Fix Quick Nav background texture (#359) | Yasin | |
fix quick nav background texture fixes #329 added javadoc [use drawGuiTexture instead of drawTexture](https://fabricmc.net/2023/09/12/1202.html#gui) | |||
2023-10-14 | Merge pull request #350 from kevinthegreat1/nbt-utils | Kevin | |
Refactor NBT Parsing | |||
2023-10-14 | Refactor CreeperBeams | Kevinthegreat | |
2023-10-14 | Add config option to turn the thing on/off | msg-programs | |
2023-10-14 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
beeper-creams Get latest changes from upstream | |||
2023-10-12 | Refactor Utils (#354) | Kevin | |
2023-10-12 | Fix Golden Goblin Slayer showing up as Goblin Slayer on commission HUD (#347) | alexia | |
Co-authored-by: Julienraptor01 <julienraptor01@gmail.com> | |||
2023-10-11 | Remove optionals | Kevinthegreat | |
2023-10-11 | Refactor imports | Kevinthegreat | |
2023-10-11 | Update group name | Kevinthegreat | |
2023-10-11 | Introduce constants | Kevinthegreat | |
2023-10-11 | Refactor nbt parsing | Kevinthegreat | |
2023-10-11 | Merge pull request #356 from LifeIsAParadox/blaze-fix | Aaron | |
fix blaze | |||
2023-10-10 | Update DungeonBlaze.java | Yasin | |
2023-10-10 | Update DungeonBlaze.java | Yasin | |
2023-10-10 | Fix potential NPE (#352) | Kevin | |
2023-10-10 | It did, infact, not work. Now it should | msg-programs | |
2023-10-10 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
beeper-creams # Conflicts: # src/main/java/de/hysky/skyblocker/SkyblockerMod.java # src/main/java/de/hysky/skyblocker/skyblock/dungeon/CreeperBeams.java Pull updates from upstream and NOT get a heart attack | |||
2023-10-09 | Merge pull request #348 from LifeIsAParadox/change-packageprefix | Aaron | |
me.xrmvizzy -> de.hysky | |||
2023-10-09 | It works! Remove debug logging. | msg-programs | |
2023-10-09 | fix the forgotten | Yasin | |
2023-10-09 | fix stuff intellij introduced | Yasin | |
2023-10-09 | new pr because fixing merge conflict would take too long | Yasin | |
2023-10-09 | Merge pull request #346 from AzureAaron/scoreboard-optimizations | Yasin | |
Optimize Scoreboard Stuff | |||
2023-10-09 | Merge branch 'master' into scoreboard-optimizations | Yasin | |
2023-10-09 | Merge pull request #341 from 0xallie/better-durability | Yasin | |
Hook actual durability for Pickonimbus/Drills | |||
2023-10-09 | Merge branch 'master' into better-durability | Yasin | |
2023-10-09 | Merge pull request #345 from kevinthegreat1/loom-1.4 | Yasin | |
Update Loom and Gradle | |||
2023-10-09 | Merge pull request #332 from Grayray75/item-cooldown | Yasin | |
Item cooldown display | |||
2023-10-08 | Add comments, change debug values to actual values | msg-programs | |
2023-10-08 | Rewrite most of the thing to make it more pretty (code-/visual-wise) | msg-programs | |
2023-10-08 | Initial commit for creeper beam solver. | msg-programs | |
2023-10-08 | Update loom and gradle | Kevinthegreat | |
2023-10-08 | Improve logs block check | Grayray75 | |
2023-10-08 | Merge branch 'master' into item-cooldown | Grayray75 | |
2023-10-08 | Merge WrapOperations into one | alexia | |
2023-10-08 | Optimize Scoreboard Stuff | Aaron | |
2023-10-08 | Add Support for Custom toString Function for Enum Dropdowns (#344) | Kevin | |
2023-10-08 | Fix recipe book slot textures (#343) | Aaron | |
2023-10-08 | sync MRREADME.md with modrinth description (#338) | Yasin | |
- with this change the mrreadme is synched with modrinth description everytime the mod gets uploaded to modrinth. - Also added emi to optional list | |||
2023-10-07 | Merge pull request #340 from AzureAaron/item-rarity-background | Aaron | |
Item Rarity Backgrounds | |||
2023-10-07 | Update shortcuts description (#342) | Aaron | |
2023-10-07 | Add item rarity background opacity | Kevinthegreat | |
2023-10-07 | Refactor ItemRarityBackgrounds | Kevinthegreat | |
2023-10-07 | Address further review comments | alexia | |
2023-10-07 | Apply suggestions from code review | alexia | |
Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> | |||
2023-10-07 | Hook actual durability for Pickonimbus/Drills | alexia | |
Instead of the previous DrawContext hack. Confirmed working with Durability Notifier on Fabric 1.20.2. |