-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dungeon fixes + Enchantments small fix #488
Conversation
zealerker22
commented
Jul 5, 2024
- Fixed sending "Blaze Done" message earlier than expected if a Blaze puzzle was reset, due to total number of blaze kills wasn't cleared
- Fixed resetting a puzzle in Dungeons doesn't change number of missing/failed puzzles, affecting score calculation
- Fixed all Turbo-[crop] (e.g. Turbo-Potato) enchantments having exact same enchantment abbreviation (aka. "Tur.") by changing them w.r.t. actual crops
- Attempt for a checkmark texture update for Catlas
- Turbo-[crop] enchantments now has abbreviations respective to the crops instead of showing "Tur." for all variations (e.g. Turbo-Potato now has abbr. "Pot.", Turbo-Wart now has abbr. "War.")
- checkmarks looks a bit nicer now
- now in blaze puzzle the counter actually counts for the amount of blazes killed per attempt instead of a cumulative count (yes you could trigger Blaze Done message after failing Blaze 10 times in a row)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the two images supposed to be 10x9?
src/main/kotlin/gg/skytils/skytilsmod/features/impl/misc/ItemFeatures.kt
Outdated
Show resolved
Hide resolved
Any other suggestions? |
|
Isn’t this question already answered
…On Thu, Aug 8, 2024 at 11:11 PM My-Name-Is-Jeff ***@***.***> wrote:
Are the two images supposed to be 10x9?
@zealerker22 <https://github.com/zealerker22>
—
Reply to this email directly, view it on GitHub
<#488 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALLJT32BLSWDQWTZ433UWPLZQQXMHAVCNFSM6AAAAABKMON7M6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZXGA3DANZSGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
where |
oh |
* Fixed sending "Blaze Done" message earlier than expected if a Blaze puzzle was reset, due to total number of blaze kills wasn't cleared * Fixed resetting a puzzle in Dungeons doesn't change number of missing/failed puzzles, affecting score calculation * Fixed all Turbo-[crop] (e.g. Turbo-Potato) enchantments having exact same enchantment abbreviation (aka. "Tur.") by changing them w.r.t. actual crops * Attempt for a checkmark texture update for Catlas
* Fixed sending "Blaze Done" message earlier than expected if a Blaze puzzle was reset, due to total number of blaze kills wasn't cleared * Fixed resetting a puzzle in Dungeons doesn't change number of missing/failed puzzles, affecting score calculation * Fixed all Turbo-[crop] (e.g. Turbo-Potato) enchantments having exact same enchantment abbreviation (aka. "Tur.") by changing them w.r.t. actual crops * Attempt for a checkmark texture update for Catlas
* Fixed sending "Blaze Done" message earlier than expected if a Blaze puzzle was reset, due to total number of blaze kills wasn't cleared * Fixed resetting a puzzle in Dungeons doesn't change number of missing/failed puzzles, affecting score calculation * Fixed all Turbo-[crop] (e.g. Turbo-Potato) enchantments having exact same enchantment abbreviation (aka. "Tur.") by changing them w.r.t. actual crops * Attempt for a checkmark texture update for Catlas