-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [feat] Tear down registry and prepare new UI && upgrades * [feat] Finalize PlayerEX UI and stage release * [fix] fixed build script (probably)
- Loading branch information
1 parent
a3ae2a3
commit 2814dbe
Showing
22 changed files
with
484 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## Fixes 🌽 | ||
- Resolved a mixin target for Forge users (on Sinytra) that caused items to break immediately. | ||
- Thank you **`AndyNoob` https://github.com/AndyNoob** for this contribution. | ||
**This slates the first official release of the new PlayerEX. It had been stable for a while, although the UI was not fully completed.** | ||
|
||
## Additions 🍎 | ||
- Finished the PlayerEX UI to the point where it is ready for release. | ||
- There is now a component set on the right of the UI that has a list of current pages. Use it in order to navigate between multiple mods who use the registry. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
src/client/kotlin/com/bibireden/playerex/ui/PlayerEXTextures.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package com.bibireden.playerex.ui | ||
|
||
import com.bibireden.playerex.PlayerEX | ||
import org.jetbrains.annotations.ApiStatus | ||
|
||
@ApiStatus.Internal | ||
object PlayerEXTextures { | ||
@JvmField | ||
val RHOMBUS = PlayerEX.id("textures/ui/rhombus.png") | ||
} |
Oops, something went wrong.