diff options
| author | viciscat <51047087+viciscat@users.noreply.github.com> | 2025-06-01 02:25:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-01 08:25:16 +0800 |
| commit | 4c822a6383d8f92dc850c82b93fa6cd4a67f2610 (patch) | |
| tree | 714dcfd9eaa66da04546832f2a27574843d280d3 /src/main/resources/skyblocker.mixins.json | |
| parent | 86f36d661f551f8639b30fb39312b6b9290b8a02 (diff) | |
| download | Skyblocker-4c822a6383d8f92dc850c82b93fa6cd4a67f2610.tar.gz Skyblocker-4c822a6383d8f92dc850c82b93fa6cd4a67f2610.tar.bz2 Skyblocker-4c822a6383d8f92dc850c82b93fa6cd4a67f2610.zip | |
Epic Armor Customization GUI (#1215)
* start creating the screen
* trim selection
* colo(u)ring and button in inventory
* translation and little touches
* translation and little touches
* things i forgot
* remove debug stuff oops
* replace speed by duration
* 1.12.5
- Remake the trim buttons because mojang hates me
- Undo the OkLabColor cache
* some docs and things
* requested changes
* fix crash in tests
* changes!
* clean up
* Test animated dye interpolation
* Add DFU for animated dye and item background
* Add slider steps
* Add config data fixer test
* Draw trim material item
* remove old stuff
* Clean up interpolate and gui code
* supplier
* 180
* grrrrr
---------
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
Diffstat (limited to 'src/main/resources/skyblocker.mixins.json')
| -rw-r--r-- | src/main/resources/skyblocker.mixins.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json index c9155f6d..5735a48b 100644 --- a/src/main/resources/skyblocker.mixins.json +++ b/src/main/resources/skyblocker.mixins.json @@ -56,6 +56,7 @@ "accessors.CheckboxWidgetAccessor", "accessors.DrawContextInvoker", "accessors.EndermanEntityAccessor", + "accessors.EntityRenderDispatcherAccessor", "accessors.FrustumInvoker", "accessors.HandledScreenAccessor", "accessors.InGameHudInvoker", @@ -65,6 +66,7 @@ "accessors.RecipeBookWidgetAccessor", "accessors.ScreenAccessor", "accessors.SlotAccessor", + "accessors.SpriteContentsAccessor", "accessors.WorldRendererAccessor", "discordipc.ConnectionMixin", "jgit.SystemReaderMixin", |
