<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/Skyblocker.git/src/main/java/de/hysky/skyblocker/skyblock/entity, branch profile-viewer</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/'/>
<entry>
<title>Fix black glow on dungeon mobs when Class-Based Player Glow is enabled (#1540)</title>
<updated>2025-07-26T20:34:08+00:00</updated>
<author>
<name>Alex</name>
<email>8379108+Alex33856@users.noreply.github.com</email>
</author>
<published>2025-07-26T20:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=038fcde1242d3a14b187769e0ab0ef6d8f101c2a'/>
<id>038fcde1242d3a14b187769e0ab0ef6d8f101c2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mob Glow Refactor</title>
<updated>2025-07-22T18:52:11+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-07-22T18:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=da4b8c9908abddc9c2e9445237ce96db7eecbf89'/>
<id>da4b8c9908abddc9c2e9445237ce96db7eecbf89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix player mobs not having the glow</title>
<updated>2025-07-21T02:47:48+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-07-21T02:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=1d6328018a5c729f83f60afe85fe28c05f1dcf92'/>
<id>1d6328018a5c729f83f60afe85fe28c05f1dcf92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Door Key Highlight feature</title>
<updated>2025-07-21T02:39:47+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-07-21T02:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=6564a11543a8968ca9f2ba782ada6757a63593d0'/>
<id>6564a11543a8968ca9f2ba782ada6757a63593d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Hideonleaf name</title>
<updated>2025-06-28T16:57:52+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-06-28T16:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=f5237ac7ffa4ddf3ebd54fd664903596c9cd5726'/>
<id>f5237ac7ffa4ddf3ebd54fd664903596c9cd5726</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Hunting Mobs features</title>
<updated>2025-06-27T19:07:34+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-06-27T19:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=7ecd9c630b64286a84dd207c3a13d6c3b921557b'/>
<id>7ecd9c630b64286a84dd207c3a13d6c3b921557b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>1.21.5 (#1256)</title>
<updated>2025-04-25T20:25:27+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-04-25T20:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=bf18fb9b0054177b3dee145d681c8ff1dd60418e'/>
<id>bf18fb9b0054177b3dee145d681c8ff1dd60418e</id>
<content type='text'>
* 1.21.5

* Test fixes and clean up

* Update test screenshot

* Record patterns

* Performance optimization

* Reset ordered waypoint index on world change (and stop serializing it)

* Waypoints clean up and fixes (#1257)

* Small waypoints clean up

* Fix waypoints test codec field order

* Safe config updates

Rather than updating the values directly and then calling save, the mod
will now handle this behaviour itself to ensure update
consistency/visibility with the upcoming thread split. Most usages of
the old method were converted but there are some left.

---------

Co-authored-by: Kevinthegreat &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 1.21.5

* Test fixes and clean up

* Update test screenshot

* Record patterns

* Performance optimization

* Reset ordered waypoint index on world change (and stop serializing it)

* Waypoints clean up and fixes (#1257)

* Small waypoints clean up

* Fix waypoints test codec field order

* Safe config updates

Rather than updating the values directly and then calling save, the mod
will now handle this behaviour itself to ensure update
consistency/visibility with the upcoming thread split. Most usages of
the old method were converted but there are some left.

---------

Co-authored-by: Kevinthegreat &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Garden Tweaks &amp; Features (#1118)</title>
<updated>2025-03-03T04:08:45+00:00</updated>
<author>
<name>upfault.lol</name>
<email>johian2004@gmail.com</email>
</author>
<published>2025-03-03T04:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=0d0aae6b88b34d7f85ba397eea2469fb4a95a51e'/>
<id>0d0aae6b88b34d7f85ba397eea2469fb4a95a51e</id>
<content type='text'>
* Sum visitors with alike crops, fix Farming XP/h regex, and improve precision for XP/h and Blocks/s

* Added Show Stacks in Visitor Helper

* Re-added the drawItemEntry into drawScreen

* VacuumSolver, VisitorHelper, PestHighlighter

* Forgot to fix highlight flicker in VacuumSolver

* removed imports from MBB

* Updated Regex &amp; MayorUtils catch block

* Forgot to add the visitor head and name coloring back into the render method during some tests

* Refactor visitor package name

* Clean up visitor helper and garden

* Clean up visitor helper some more

* Fix visitor requirements

* Fix block breaks

* Use primitive types and fixes

* Missed a primitive

* Remove vacuum solver

* Fix amount parsing

---------

Co-authored-by: Kevinthegreat &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Sum visitors with alike crops, fix Farming XP/h regex, and improve precision for XP/h and Blocks/s

* Added Show Stacks in Visitor Helper

* Re-added the drawItemEntry into drawScreen

* VacuumSolver, VisitorHelper, PestHighlighter

* Forgot to fix highlight flicker in VacuumSolver

* removed imports from MBB

* Updated Regex &amp; MayorUtils catch block

* Forgot to add the visitor head and name coloring back into the render method during some tests

* Refactor visitor package name

* Clean up visitor helper and garden

* Clean up visitor helper some more

* Fix visitor requirements

* Fix block breaks

* Use primitive types and fixes

* Missed a primitive

* Remove vacuum solver

* Fix amount parsing

---------

Co-authored-by: Kevinthegreat &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Carnival Helpers (#1124)</title>
<updated>2025-01-09T16:08:14+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-01-09T16:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=c18bfb0db870607b7899435341b2fa0fe947b7fa'/>
<id>c18bfb0db870607b7899435341b2fa0fe947b7fa</id>
<content type='text'>
* Carnival Helpers

* changes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Carnival Helpers

* changes</pre>
</div>
</content>
</entry>
<entry>
<title>Class-based player glow (#1113)</title>
<updated>2024-12-30T01:22:37+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2024-12-30T01:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=add261c2e2a3f10bec125421f1db9679add479db'/>
<id>add261c2e2a3f10bec125421f1db9679add479db</id>
<content type='text'>
* Class-based player glow

* Change default + add doc to the new event</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Class-based player glow

* Change default + add doc to the new event</pre>
</div>
</content>
</entry>
</feed>
