Skip to content

Releases: yurisuika/Raised

4.0.1

27 Oct 00:29
Compare
Choose a tag to compare
  • Changed translation sliders to display pixel values with percentages.
  • Changed lang references of "horizontal" and "vertical" to "x" and "y", respectively.
  • Changed players preview to use default skins to fix crash when user is offline. #97
  • Changed toasts translation to push/pop posestack around vanilla push/pop calls instead of at manager method head/tail to potentially resolve conflict with mods cancelling the method.
  • Fixed toasts icons not translating on Forge 1.19.2/3 versions. #93

4.0.0

03 Aug 11:13
Compare
Choose a tag to compare
  • Added API #87
  • Added support for translating bossbar, sidebar, effects, players, and toasts #86
  • Added support for x-axis translation
  • Added support to automatically detect resource pack support for texture option
  • Added support to not alter the hotbar selector for texture option
  • Changed default options screen keybind to ` (grave accent)
  • Reworked config to a great extent
  • Reworked options screen
  • Reworked commands
  • Removed Fabric Object Share support
  • Restructured to Mojmap style (and rewritten in Mojmap)
  • Added NeoForge support

3.1.3

11 Mar 15:07
Compare
Choose a tag to compare
  • Added optional alternative method for fixing hotbar selector texture by drawing missing row of pixels copied from top of texture for 1.20.2+
  • Changed matrixstack translations to use push and pop (fixes PuzzlesLib conflict) #83
  • Fixed options screen not inheriting key inputs on Fabric 1.20.1
  • Fixed double rendered options background on Forge 1.20.2

3.1.2

27 Feb 13:37
Compare
Choose a tag to compare
  • Added toggleable text input widgets mode on options screen
  • Added support for overlays registered above or below all on 1.17+ Forge (e.g. ParaCool! mod) #81
  • Added support for overlays registered in relation to the chat (1.17+ Forge)
  • Changed chat translation to use PreLayer/PostLayer events on 1.17-1.18 Forge
  • Changed options screen placement and appearance
  • Changed hud/chat offsets to automatically cap at max when options screen opened in sliders mode
  • Fixed options screen duplicating on <=1.19.2
  • Fixed experience level not translating on 1.20.5 snapshot
  • Fixed 1.20.2 not working by adding new version to support it

3.1.1

12 Jan 19:49
Compare
Choose a tag to compare
  • Added check for disabling translation if Forge pre/post events are added by other mods (e.g. Mantle) (thanks mikewk) #73
  • Added ending translation on Forge pre event for chat if canceled
  • Reduced max slider value to quarter of scaled screen height
  • Improved text translations

3.1.0

23 Oct 19:33
Compare
Choose a tag to compare
  • Added options screen
  • Added keybind for options screen (default Keypad 0)
  • Removed keybinds for moving elements
  • Fixed potential performance loss on Forge 1.19+ from RegisterGuiOverlaysEvent #61
  • Extended support option now toggles RegisterGuiOverlaysEvent/OverlayRegistry elements in RenderGuiOverlayEvent/RenderGameOverlayEvent instead of during registration
  • Set minimum element heights to 0 in respective commands
  • Reverted to replacing selector texture on 1.20.2+ like in the prior snapshot build (requires resource pack support) #62
  • Changed selector texture to use mod namespace (for resource pack support)

3.0.0

07 Oct 23:54
Compare
Choose a tag to compare
  • Rewrote entire mod to transform matrix stacks instead of changing element heights to largely enable inherent mod support
  • Fabric supports HUD elements mixed into the main HUD render method and in the methods of elements called there
  • Forge supports HUD elements added with RenderGameOverlayEvent, RenderGuiOverlayEvent, OverlayRegistry, and RegisterGuiOverlaysEvent
  • Moved Z height of chat above hotbar items
  • Reorganized commands/config options
  • Added command/config option to enable hud/chat sync
  • Added command/config option to enable extended mod support
  • Added command/config option to enable Fabric Object Share support
  • Removed specific mod support mixins and mixin plugins
  • Changed icon

2.0.0

15 Jul 08:46
Compare
Choose a tag to compare
  • Moved internal mod support to add-ons to allow for modular support system
  • Reintroduced ObjectShare "distance" object on Fabric for legacy support
  • Removed unneeded Farmer's Delight support

1.2.3

08 Jul 00:04
Compare
Choose a tag to compare
  • Updated support for Create to 0.5.1 on 1.18+
  • Specified full signature of Detail Armor Bar mixin target for 1.20 #41
  • Rewrote several mixins to specify targets more precisely
  • Removed mixins for several mods on versions which they do not support (1.19.3+)
  • Reorganized mixin plugin

1.2.2

25 Mar 12:27
Compare
Choose a tag to compare
  • Farmers Delight support on Fabric (natively works with Forge hooks)
  • Specified display test on Forge
  • Set Forge ordering to none