## v2.1.6.a
* Fixed file resource path parser
展开 ## v2.1.6
* Fixed codec bug for enhancement
* Fixed vanilla-like slot interaction conditions
展开 LDLib 1.20.1-1.0.48-forge ## v1.0.48
* Added inflate width/height values to pair with x/y offset. Allows stacking of textures of different sizes without multiple widgets.
* Added option for smooth progress texture, on by default to prevent breaks, how many steps to make.
* Added overflow and pop out text types.
* Added background inflate x/y values, intended for easily making the background on pop out text larger.
* Made ResourceContainer use pop out text for better readability. Also changed render order to render what's under the mouse last in ResourceContainer to fix text rendering on top of pop out text.
* Changed ResourceContainer pop out text to have background texture. Added option to SelectableWidgetGroup to render the selected overlay under the group's widgets. Added factory setter for TextTexture's backgroundTexture.
* Added optional background texture to TextTexture.
* Added NineSliceMode to ResourceBorderTexture with FIT, STRETCH, and TILE modes.
* Added default ResourceBorderTextures for vanilla button textures.
* Added new default textures to built-in.
* Added factory setter methods in ResourceTexture.
* Added test ui for SlotWidget/PlayerInventoryWidget.
* CodeEditorWidget: option for unformatted text, basically just a text pane. (UNTESTED)
* Added SliderWidget
* Known issue: when dragging a slider, if the cursor passes a slider widget lower on the update order, the dragging will be stolen.
* Fixed bug where drag splitting an itemStack would not render correctly.
* Fixed missing lang for some widget
* Fixed EMI invisible tooltips for slots
* Improve Renderer to check blockstate if the medeldata not found
展开 LDLib 1.20.1-1.0.48-fabric ## v1.0.48
* Added inflate width/height values to pair with x/y offset. Allows stacking of textures of different sizes without multiple widgets.
* Added option for smooth progress texture, on by default to prevent breaks, how many steps to make.
* Added overflow and pop out text types.
* Added background inflate x/y values, intended for easily making the background on pop out text larger.
* Made ResourceContainer use pop out text for better readability. Also changed render order to render what's under the mouse last in ResourceContainer to fix text rendering on top of pop out text.
* Changed ResourceContainer pop out text to have background texture. Added option to SelectableWidgetGroup to render the selected overlay under the group's widgets. Added factory setter for TextTexture's backgroundTexture.
* Added optional background texture to TextTexture.
* Added NineSliceMode to ResourceBorderTexture with FIT, STRETCH, and TILE modes.
* Added default ResourceBorderTextures for vanilla button textures.
* Added new default textures to built-in.
* Added factory setter methods in ResourceTexture.
* Added test ui for SlotWidget/PlayerInventoryWidget.
* CodeEditorWidget: option for unformatted text, basically just a text pane. (UNTESTED)
* Added SliderWidget
* Known issue: when dragging a slider, if the cursor passes a slider widget lower on the update order, the dragging will be stolen.
* Fixed bug where drag splitting an itemStack would not render correctly.
* Fixed missing lang for some widget
* Fixed EMI invisible tooltips for slots
* Improve Renderer to check blockstate if the medeldata not found
展开 ## v2.1.5.a
* fixed writing direct var of a CollectionAccessor
展开 ## v2.1.5
* avoid using frozon registry if the provider is accessible
* better binding strategy
* better file resource parser
* change license to LGPLv3
展开 ## v2.1.4.a
* avoid using frozon registry if the provider is accessible
展开 ## v2.1.4
* Added more ui examples
* Added UI xml support
* Shader refactor
* Fixed the inventory slot bug
* Fixed resource provider location
展开 ## v2.1.3
* Fixed TransformGizmo rotation behavior
* Added game tests
* UI features:
* Added overflow clip
* Added opacity
* Added `:not()` for stylesheet
* Added Transition / Animation
* Refactor `IGUITexture` APIs
* Minor fixes
展开 ## v2.1.2.a (hotfix)
* Fixed Creative Mode Tab crash for production
展开 ## v2.1.2 (hotfix)
* Fixed Infinite Loop while loading texture resources
展开 ## v2.1.1
* Fixed FrozenRegistryAccess lacks of client-side only RegistryAccess
* Removed test code
* Added KeyBindings for Editor (Thanks @hi4444)
展开 LDLib 1.20.1-1.0.47-forge ## v1.0.47
* Fixed a Mixin issue while loading massive mods
展开 LDLib 1.20.1-1.0.47-fabric ## v1.0.47
* Fixed a Mixin issue while loading massive mods
展开 ## v2.1.0 (beta release)
* Refactor UI System
* modern UI layout system
* modern UI event system
* data binding system (support data synchronization and rpc event between server <-> remote)
* stylesheet system
* massive plug-and-play components
* in-game UI visual editor
* kjs support
* completed document and usage examples
* Remove outdated system
* widget ui
* compass
* node graph
* Many bug fixes
* Many new features and qol
* Documents and examples
* Test code
展开 LDLib 1.20.1-1.0.46-forge ## v1.0.46
* Fixed DummyWorld memory leak
* Fixed KJSPlugin wrapper for LDLib FluidStack
展开 LDLib 1.20.1-1.0.46-fabric ## v1.0.46
* Fixed DummyWorld memory leak
* Fixed KJSPlugin wrapper for LDLib FluidStack
展开 LDLib 1.21.1-1.0.41-neoforge # ChangeLog
## v1.0.41
* Improve transform APIs
展开 LDLib 1.20.1-1.0.45-forge ## v1.0.45
* Fixed crash L2Hostility by Refactor VirtualChunk to fix. (thanks to @Taskeren)
* Fixed LabelWidget::detectAndSendChanges logic when using Component (thanks to @snylonue)
展开 LDLib 1.20.1-1.0.45-fabric ## v1.0.45
* Fixed crash L2Hostility by Refactor VirtualChunk to fix. (thanks to @Taskeren)
* Fixed LabelWidget::detectAndSendChanges logic when using Component (thanks to @snylonue)
展开 LDLib 1.20.1-1.0.44-forge ## v1.0.44
* Fixed crash L2Hostility.
* Fix UI rounding error and Crash related to SelectorWidget (thanks to @cr3eperall)
展开 LDLib 1.20.1-1.0.44-fabric ## v1.0.44
* Fixed crash L2Hostility.
* Fix UI rounding error and Crash related to SelectorWidget (thanks to @cr3eperall)
展开 ## v2.0.4
* UI Sync Framework
* Fixed fallback pack resource loading
展开 LDLib 1.20.1-1.0.43-forge ## v1.0.43
* Fixed crash L2Hostility, which tried to access level during virtual chunk <init>.
* Fixed crash with jGUI, they don't use mixin correctly
* Avoid using stream api for LinkedHashMap
展开 LDLib 1.20.1-1.0.43-fabric ## v1.0.43
* Fixed crash L2Hostility, which tried to access level during virtual chunk <init>.
* Fixed crash with jGUI, they don't use mixin correctly
* Avoid using stream api for LinkedHashMap
展开 # ChangeLog
## v2.0.3
* Fixed Mixins check
* Added Fallback to check pack resource
* Added MeshData primitive type sorting
* APIs Improvement
* Fixed cross OS path
* Fixed partialTicks
* Fixed scene renderer camera position
* Added MeshData sorter
展开 LDLib 1.20.1-1.0.42-forge # ChangeLog
## v1.0.42
* Fixed mod loading check during mixin
展开 LDLib 1.20.1-1.0.42-fabric # ChangeLog
## v1.0.42
* Fixed mod loading check during mixin
展开 # ChangeLog
## v2.0.2
* Move file assets from the `assets` to the `ldlib2` folder
* Fixed cross-OS platform file separator char
展开 # ChangeLog
## v2.0.1
Added DrawEdges method
Updated Mesh texture
Capture plugin crash
展开 # ChangeLog
## 1.0.39
* Fixed + Improved EMI compatibility (thanks to @PrototypeTrousers)
* Fixed Number Configurator doesn't support Long
* Allow separated bg for player inventory
## 1.0.38.d
* Fixed editor resource rename doesn't work
展开 LDLib 1.20.1-1.0.41.b-forge # ChangeLog
## v1.0.41.b
* Fixed RPCMethod crash
展开 LDLib 1.20.1-1.0.41.b-fabric # ChangeLog
## v1.0.41.b
* Fixed RPCMethod crash
展开 LDLib 1.20.1-1.0.41.a-forge # ChangeLog
## v1.0.41.a
* Fixed DraggableScrollableWidget crash with client-side code
展开 LDLib 1.20.1-1.0.41.a-fabric # ChangeLog
## v1.0.41.a
* Fixed DraggableScrollableWidget crash with client-side code
展开 LDLib 1.20.1-1.0.41-forge # ChangeLog
## v1.0.41
* Improve transform APIs
展开 LDLib 1.20.1-1.0.41-fabric # ChangeLog
## v1.0.41
* Improve transform APIs
展开 LDLib 1.20.1-1.0.40.b-forge # ChangeLog
## v1.0.40.b
* Fixed world manager may be `null` while rendering the world scene
展开 LDLib 1.20.1-1.0.40.b-fabric # ChangeLog
## v1.0.40.b
* Fixed world manager may be `null` while rendering the world scene
展开 LDLib 1.20.1-1.0.40.a-forge # ChangeLog
## v1.0.40.a
* Fixed fluid stack configurator amount limitation
* Refactored the CTM model implementation to use the loader's API
* Fixed unnecessary left-click requirement in ButtonWidget
* Fixed modular recipe widgets closing the current screen entirely when E or esc is pressed
* Fixed ModularWrapperWidget ignoring tooltips widgets that are inside scrollable widget groups
展开 LDLib 1.20.1-1.0.40.a-fabric # ChangeLog
## v1.0.40.a
* Fixed fluid stack configurator amount limitation
* Refactored the CTM model implementation to use the loader's API
* Fixed unnecessary left-click requirement in ButtonWidget
* Fixed modular recipe widgets closing the current screen entirely when E or esc is pressed
* Fixed ModularWrapperWidget ignoring tooltips widgets that are inside scrollable widget groups
展开 LDLib 1.20.1-1.0.40-forge # ChangeLog
## v1.0.40
* Fixed world scene renderer issues
展开 LDLib 1.20.1-1.0.40-fabric # ChangeLog
## v1.0.40
* Fixed world scene renderer issues
展开 LDLib 1.20.1-1.0.39.a-forge # ChangeLog
## 1.0.39.a
* Fixed EMI Crash
## 1.0.39
* Fixed + Improved EMI compatibility (thanks to @PrototypeTrousers)
* Fixed Number Configurator doesn't support Long
* Allow separated bg for player inventory
## 1.0.38.d
* Fixed editor resource rename doesn't work
展开 LDLib 1.20.1-1.0.39.a-fabric # ChangeLog
## 1.0.39.a
* Fixed EMI Crash
## 1.0.39
* Fixed + Improved EMI compatibility (thanks to @PrototypeTrousers)
* Fixed Number Configurator doesn't support Long
* Allow separated bg for player inventory
## 1.0.38.d
* Fixed editor resource rename doesn't work
展开 LDLib 1.20.1-1.0.39-forge # ChangeLog
## 1.0.39.a
* Fixed EMI Crash
## 1.0.39
* Fixed + Improved EMI compatibility (thanks to @PrototypeTrousers)
* Fixed Number Configurator doesn't support Long
* Allow separated bg for player inventory
## 1.0.38.d
* Fixed editor resource rename doesn't work
展开 LDLib 1.20.1-1.0.39-fabric # ChangeLog
## 1.0.39.a
* Fixed EMI Crash
## 1.0.39
* Fixed + Improved EMI compatibility (thanks to @PrototypeTrousers)
* Fixed Number Configurator doesn't support Long
* Allow separated bg for player inventory
## 1.0.38.d
* Fixed editor resource rename doesn't work
展开 LDLib 1.20.1-1.0.39-forge # ChangeLog
## 1.0.39
* Fixed + Improved EMI compatibility (thanks to @PrototypeTrousers)
* Fixed Number Configurator doesn't support Long
* Allow separated bg for player inventory
## 1.0.38.d
* Fixed editor resource rename doesn't work
展开 LDLib 1.20.1-1.0.39-fabric # ChangeLog
## 1.0.39
* Fixed + Improved EMI compatibility (thanks to @PrototypeTrousers)
* Fixed Number Configurator doesn't support Long
* Allow separated bg for player inventory
## 1.0.38.d
* Fixed editor resource rename doesn't work
展开 LDLib 1.20.1-1.0.38.d-forge # ChangeLog
## 1.0.39
* Fixed + Improved EMI compatibility (thanks to @PrototypeTrousers)
* Fixed Number Configurator doesn't support Long
* Allow separated bg for player inventory
## 1.0.38.d
* Fixed editor resource rename doesn't work
展开 LDLib 1.20.1-1.0.38.d-fabric # ChangeLog
## 1.0.39
* Fixed + Improved EMI compatibility (thanks to @PrototypeTrousers)
* Fixed Number Configurator doesn't support Long
* Allow separated bg for player inventory
## 1.0.38.d
* Fixed editor resource rename doesn't work
展开 LDLib 1.20.1-1.0.38.d-forge # ChangeLog
* Fixed editor resource rename doesn't work
展开 LDLib 1.20.1-1.0.38.d-fabric # ChangeLog
* Fixed editor resource rename doesn't work
展开 LDLib 1.20.1-1.0.38.c-forge # ChangeLog
* Fixed editor resource right-click crash
展开 LDLib 1.20.1-1.0.38.c-fabric # ChangeLog
* Fixed editor resource right-click crash
展开 LDLib 1.20.1-1.0.38.b-forge # ChangeLog
* Fixed field synchronized in multiple threads
* Qol double click to open the file in the editor
* Qol added static resource supports
* Qol show icons for item/fluid/block configurators
* Added more APIs for Transform
* Added dynamic lang Support
展开 LDLib 1.20.1-1.0.38.b-fabric # ChangeLog
* Fixed field synchronized in multiple threads
* Qol double click to open the file in the editor
* Qol added static resource supports
* Qol show icons for item/fluid/block configurators
* Added more APIs for Transform
* Added dynamic lang Support
展开 LDLib 1.20.1-1.0.37-forge # ChangeLog
* Fixed sync system use cache for new paylods.
展开 LDLib 1.20.1-1.0.37-fabric # ChangeLog
* Fixed sync system use cache for new paylods.
展开 LDLib 1.20.1-1.0.36.a-forge # ChangeLog
* Fixed a crash when xei lookup failed.
* Fixed node graph crash of trigger links.
* Fixed incompatible with Immersive Portals.
展开 LDLib 1.20.1-1.0.36.a-fabric # ChangeLog
* Fixed a crash when xei lookup failed.
* Fixed node graph crash of trigger links.
* Fixed incompatible with Immersive Portals.
展开 LDLib 1.20.1-1.0.36-forge # ChangeLog
* Fixed a crash when xei lookup failed.
* Fixed node graph crash of trigger links.
* Fixed incompatible with Immersive Portals.
展开 LDLib 1.20.1-1.0.36-fabric # ChangeLog
* Fixed a crash when xei lookup failed.
* Fixed node graph crash of trigger links.
* Fixed incompatible with Immersive Portals.
展开 LDLib 1.21.1-1.0.35.a-neoforge # ChangeLog
* IRenderer use neoforge api.
展开 LDLib 1.20.1-1.0.35-forge # ChangeLog
* Fixed RenderType#create accessibility.
* Fixed node graph crash while the break node is used.
* Fixed ui rendering incorrect depth state.
* Fixed fluid display of fluid tank traits in Machine UI can be 1 pixel off.
* Rework JEI compat.
展开 LDLib 1.20.1-1.0.35-fabric # ChangeLog
* Fixed RenderType#create accessibility.
* Fixed node graph crash while the break node is used.
* Fixed ui rendering incorrect depth state.
* Fixed fluid display of fluid tank traits in Machine UI can be 1 pixel off.
* Rework JEI compat.
展开 LDLib 1.20.1-1.0.34-forge # ChangeLog
* fixed primitive typed payload compatibility with all primitive types (thanks to @kross)
* fixed depth testing does in fact cause rendering issues (thanks to @TheDogOfChaos)
* fixed Allow ModularWrapper objects to be constructed lazily (thanks to @embeddedt)
* Extract item slot and fluid tank clearing into separate methods (thanks to @andriihorpenko)
展开 LDLib 1.20.1-1.0.34-fabric # ChangeLog
* fixed primitive typed payload compatibility with all primitive types (thanks to @kross)
* fixed depth testing does in fact cause rendering issues (thanks to @TheDogOfChaos)
* fixed Allow ModularWrapper objects to be constructed lazily (thanks to @embeddedt)
* Extract item slot and fluid tank clearing into separate methods (thanks to @andriihorpenko)
展开 LDLib 1.20.1-1.0.33.b-forge # ChangeLog
* convert kjs object to native object
* fix shadermanager blit
* add player inventory full access for info node
展开 LDLib 1.20.1-1.0.33.b-fabric # ChangeLog
* convert kjs object to native object
* fix shadermanager blit
* add player inventory full access for info node
展开 LDLib 1.20.1-1.0.33.a-forge # ChangeLog
* add a removable feature for stringtabcontainer
* fix vector3 node crash
* fix emi render tooltips (thanks to @Natanaelel)
展开 LDLib 1.20.1-1.0.33.a-fabric # ChangeLog
* add a removable feature for stringtabcontainer
* fix vector3 node crash
* fix emi render tooltips (thanks to @Natanaelel)
展开 LDLib 1.20.1-1.0.33-forge # ChangeLog
* kubjs node - eval function
* register all models under the ldlib namespace by default
* add codeeditor for better text editing
* SelectNode doesn't require trigger link anymore
展开 LDLib 1.20.1-1.0.33-fabric # ChangeLog
* kubjs node - eval function
* register all models under the ldlib namespace by default
* add codeeditor for better text editing
* SelectNode doesn't require trigger link anymore
展开 LDLib 1.20.1-1.0.32.a-forge # ChangeLog
* fix loop for node reset
* improve gizomo
展开 LDLib 1.20.1-1.0.32.a-fabric # ChangeLog
* fix loop for node reset
* improve gizomo
展开 LDLib 1.20.1-1.0.32-forge # ChangeLog
* fix ListMergeNode wont convert compatible types
* add transform anchor feature
* some QoL improvements
* zh_cn (thanks to the @FalAut)
展开 LDLib 1.20.1-1.0.32-fabric # ChangeLog
* fix ListMergeNode wont convert compatible types
* add transform anchor feature
* some QoL improvements
* zh_cn (thanks to the @FalAut)
展开 LDLib 1.20.1-1.0.31.a-forge # ChangeLog
* fix loop node crash
展开 LDLib 1.20.1-1.0.31.a-fabric # ChangeLog
* fix loop node crash
展开 LDLib 1.20.1-1.0.31-forge # ChangeLog
* add itemstack info node
* add fluidstack info node
* add blockstate info node
* fix particle textures of the server side.
展开 LDLib 1.20.1-1.0.31-fabric # ChangeLog
* add itemstack info node
* add fluidstack info node
* add blockstate info node
* fix particle textures of the server side.
展开 LDLib 1.20.1-1.0.30.d-forge # ChangeLog
* fix player inventory not working correctly on the server
展开 LDLib 1.20.1-1.0.30.d-fabric # ChangeLog
* fix player inventory not working correctly on the server
展开 LDLib 1.20.1-1.0.30.c-forge # ChangeLog
* add compute shader support
* add select(ternary operation) node
* add null node
展开 LDLib 1.20.1-1.0.30.c-fabric # ChangeLog
* add compute shader support
* add select(ternary operation) node
* add null node
展开 LDLib 1.20.1-1.0.30.b-forge # ChangeLog
* fix model renderer textures mess up after the resource reload
* always execute output parameter nodes
展开 LDLib 1.20.1-1.0.30.b-fabric # ChangeLog
* fix model renderer textures mess up after the resource reload
* always execute output parameter nodes
展开 LDLib 1.20.1-1.0.30.a-forge # ChangeLog
* Add event handler for forge server stopping
* fix node graph push data crash
* discard unsafe thread interrupt for the search engine
* add search component + notify changes for configurator
* add history view
展开 LDLib 1.20.1-1.0.30.a-fabric # ChangeLog
* Add event handler for forge server stopping
* fix node graph push data crash
* discard unsafe thread interrupt for the search engine
* add search component + notify changes for configurator
* add history view
展开 LDLib 1.20.1-1.0.30-forge # ChangeLog
* Add event handler for forge server stopping
* fix node graph push data crash
* discard unsafe thread interrupt for the search engine
* add search component + notify changes for configurator
* add history view
展开 LDLib 1.20.1-1.0.30-fabric # ChangeLog
* Add event handler for forge server stopping
* fix node graph push data crash
* discard unsafe thread interrupt for the search engine
* add search component + notify changes for configurator
* add history view
展开 LDLib 1.21.1-1.0.29.b-neoforge # ChangeLog
* fix crash on launch
* fix the server freezes while the server is not running
展开 LDLib 1.20.1-1.0.29.b-forge # ChangeLog
* fix the server freezes while the server is not running
展开 LDLib 1.20.1-1.0.29.b-fabric # ChangeLog
* fix the server freezes while the server is not running
展开 LDLib 1.20.1-1.0.29.a-forge # ChangeLog
* support custom persisted name for IRef
展开 LDLib 1.20.1-1.0.29.a-fabric # ChangeLog
* support custom persisted name for IRef
展开 LDLib 1.20.1-1.0.29-forge # ChangeLog
* fix widget group server crash
* fix jei compat with only JEI APIs
展开 LDLib 1.20.1-1.0.29-fabric # ChangeLog
* fix widget group server crash
* fix jei compat with only JEI APIs
展开 LDLib 1.21.1-1.0.28.d-neoforge # ChangeLog
* clean up widget code
* expose ItemStack Texture
* add the TextTextureWidget
展开 LDLib 1.20.1-1.0.28.d-forge # ChangeLog
* clean up widget code
* expose ItemStack Texture
* add the TextTextureWidget
展开 LDLib 1.20.1-1.0.28.d-fabric # ChangeLog
* clean up widget code
* expose ItemStack Texture
* add the TextTextureWidget
展开 LDLib 1.20.1-1.0.28.c-forge # ChangeLog
* fix model selection in editor
* fix widget size can be smaller than 0
展开 LDLib 1.20.1-1.0.28.c-fabric # ChangeLog
* fix model selection in editor
* fix widget size can be smaller than 0
展开 LDLib 1.20.1-1.0.28.b-forge # ChangeLog
* Fix JEI compatibility with 15.17+
展开 LDLib 1.20.1-1.0.28.b-fabric # ChangeLog
* Fix JEI compatibility with 15.17+
展开 LDLib 1.20.1-1.0.28.b-forge # ChangeLog
* Fix JEI compatibility with 15.17+
展开 LDLib 1.20.1-1.0.28.b-fabric # ChangeLog
* Fix JEI compatibility with 15.17+
展开 LDLib 1.20.1-1.0.28.a-forge # ChangeLog
* Fix JEI, support recipe focus for all widgets, including cycle items.
* Fix JEI, support both jei internal tooltips and ldlib widget tooltips.
* Fix item and fluid drop into PhantomWidget issues with JEI and emi
* Add UIResourceRenderer for editor refs.
展开 LDLib 1.20.1-1.0.28.a-fabric # ChangeLog
* Fix JEI, support recipe focus for all widgets, including cycle items.
* Fix JEI, support both jei internal tooltips and ldlib widget tooltips.
* Fix item and fluid drop into PhantomWidget issues with JEI and emi
* Add UIResourceRenderer for editor refs.
展开 LDLib 1.20.1-1.0.28-forge # ChangeLog
* editor improvements
* node graph processor
* Fix MultiblockInfo can't be added to ME Pattern Encoding Terminal.
展开 LDLib 1.20.1-1.0.28-fabric # ChangeLog
* editor improvements
* node graph processor
* Fix MultiblockInfo can't be added to ME Pattern Encoding Terminal.
展开 LDLib 1.20.1-1.0.27.b-forge # ChangeLog
* fix draggable widgets not adding their contents to JEI pages' lookups
* fix graphics getting overlayed on JEI slot textures
展开 LDLib 1.20.1-1.0.27.b-fabric # ChangeLog
* fix draggable widgets not adding their contents to JEI pages' lookups
* fix graphics getting overlayed on JEI slot textures
展开 LDLib 1.21.1-1.0.27.b-neoforge # ChangeLog
* fix draggable widgets not adding their contents to JEI pages' lookups
* fix graphics getting overlayed on JEI slot textures
展开 LDLib 1.21.1-1.0.27.a-neoforge # ChangeLog
* fix connected textures causing a crash if not all context is available
展开 LDLib 1.20.1-1.0.27.a-forge # ChangeLog
* fix connected textures causing a crash if not all context is available
展开 LDLib 1.20.1-1.0.27.a-fabric # ChangeLog
* fix connected textures causing a crash if not all context is available
展开 LDLib 1.21.1-1.0.27-neoforge # ChangeLog
* added the ability for any model to use LDLib CTM in the textures
展开 LDLib 1.20.1-1.0.27-forge # ChangeLog
* added the ability for any model to use LDLib CTM in the textures
* works on both forge and fabric
展开 LDLib 1.20.1-1.0.27-fabric # ChangeLog
* added the ability for any model to use LDLib CTM in the textures
* works on both forge and fabric
展开 LDLib 1.21.1-1.0.26.c-neoforge # ChangeLog
* merge 1.20 changes
展开 LDLib 1.20.1-1.0.26.b-forge # ChangeLog
* fix an error in how JEI manages fluid slots
* fix ModularUI buttons in JEI
* fix DraggableScrollableWidgetGroup in JEI
* fix SceneWidget in JEI
展开 LDLib 1.20.1-1.0.26.b-fabric # ChangeLog
* fix an error in how JEI manages fluid slots
* fix ModularUI buttons in JEI
* fix DraggableScrollableWidgetGroup in JEI
* fix SceneWidget in JEI
展开 LDLib 1.20.1-1.0.26.a-forge # ChangeLog
* fix JEI compatibility 2: electric boogaloo
展开 LDLib 1.20.1-1.0.26.a-fabric # ChangeLog
* fix JEI compatibility 2: electric boogaloo
展开 LDLib 1.21-1.0.26.b-neoforge # ChangeLog
* update to latest JEI changes
展开 LDLib 1.20.1-1.0.26-forge # ChangeLog
* fix JEI compatibility
展开 LDLib 1.20.1-1.0.26-fabric # ChangeLog
* fix JEI compatibility
展开 LDLib 1.21-1.0.26.a-neoforge # ChangeLog
* part 2 (actually fixes the issue)
展开 LDLib 1.21-1.0.25.u-neoforge # ChangeLog
* updated NeoForge
展开 LDLib 1.21-1.0.25.t-neoforge # ChangeLog
* fix WorldSceneRenderer crashing if it rendered a chunk layer with no blocks
* updated KubeJS
展开 LDLib 1.21-1.0.25.s-neoforge # ChangeLog
* updated dependencies
* fixed error spam on model load
展开 LDLib 1.21-1.0.25.r-neoforge # ChangeLog
* fix TrackedDummyWorld leaking client level instances of ~300mb
展开 LDLib 1.20.1-1.0.25.r-forge # ChangeLog
* fix TrackedDummyWorld leaking client level instances of ~300mb
展开 LDLib 1.20.1-1.0.25.r-fabric # ChangeLog
* fix TrackedDummyWorld leaking client level instances of ~300mb
展开 LDLib 1.21-1.0.25.q-neoforge # ChangeLog
* Fixed fluidstack payloads sometimes crashing because empty fluidstack was invalid, which it shouldn't be.
展开 LDLib 1.21-1.0.25.p-neoforge # ChangeLog
* 1.21 port
展开 # ChangeLog
* 1.21 port
展开 LDLib 1.20.1-1.0.25.p-forge # ChangeLog
* fix crash that happened when no datapack registries were loaded yet but regular ones needed to be accessed
展开 LDLib 1.20.1-1.0.25.p-fabric # ChangeLog
* fix crash that happened when no datapack registries were loaded yet but regular ones needed to be accessed
展开 LDLib 1.19.2-1.0.25.o-forge # ChangeLog
* fix extremely rare packet crash that popped up
展开 LDLib 1.19.2-1.0.25.o-fabric # ChangeLog
* fix extremely rare packet crash that popped up
展开 LDLib 1.20.1-1.0.25.o-forge # ChangeLog
* fix extremely rare packet crash that popped up
展开 LDLib 1.20.1-1.0.25.o-fabric # ChangeLog
* fix extremely rare packet crash that popped up
展开 LDLib 1.19.2-1.0.25.m-forge # ChangeLog
* revert IModelRenderer automatically getting rotation of block, caused a crash
展开 LDLib 1.19.2-1.0.25.m-fabric # ChangeLog
* revert IModelRenderer automatically getting rotation of block, caused a crash
展开 LDLib 1.20.1-1.0.25.m-forge # ChangeLog
* revert IModelRenderer automatically getting rotation of block, caused a crash
展开 LDLib 1.20.1-1.0.25.m-fabric # ChangeLog
* revert IModelRenderer automatically getting rotation of block, caused a crash
展开 LDLib 1.19.2-1.0.25.l-forge # ChangeLog
* fix the quad offset not being applied to non-ctm'd layers of models
展开 LDLib 1.19.2-1.0.25.l-fabric # ChangeLog
* fix the quad offset not being applied to non-ctm'd layers of models
展开 LDLib 1.20.1-1.0.25.l-forge # ChangeLog
* fix the quad offset not being applied to non-ctm'd layers of models
展开 LDLib 1.20.1-1.0.25.l-fabric # ChangeLog
* fix the quad offset not being applied to non-ctm'd layers of models
展开 LDLib 1.19.2-1.0.25.k-forge # ChangeLog
* fix CTM blocks rotating the model when CTM is applied
* fix client not having a valid registry access on a server
* fix memory leak in DummyWorld caused by the client level never being discarded.
展开 LDLib 1.19.2-1.0.25.k-fabric # ChangeLog
* fix CTM blocks rotating the model when CTM is applied
* fix client not having a valid registry access on a server
* fix memory leak in DummyWorld caused by the client level never being discarded.
展开 LDLib 1.20.1-1.0.25.k-forge # ChangeLog
* fix CTM blocks rotating the model when CTM is applied
* fix client not having a valid registry access on a server
* fix memory leak in DummyWorld caused by the client level never being discarded.
展开 LDLib 1.20.1-1.0.25.k-fabric # ChangeLog
* fix CTM blocks rotating the model when CTM is applied
* fix client not having a valid registry access on a server
* fix memory leak in DummyWorld caused by the client level never being discarded.
展开 LDLib 1.19.2-1.0.25.j-forge # ChangeLog
* turns out that not all REI tooltips are actually tooltips.
展开 LDLib 1.19.2-1.0.25.j-fabric # ChangeLog
* turns out that not all REI tooltips are actually tooltips.
展开 LDLib 1.20.1-1.0.25.j-forge # ChangeLog
* turns out that not all REI tooltips are actually tooltips.
展开 LDLib 1.20.1-1.0.25.j-fabric # ChangeLog
* turns out that not all REI tooltips are actually tooltips.
展开 LDLib 1.19.2-1.0.25.i-forge # ChangeLog
* continuing from .h because dev forgot REI
展开 LDLib 1.19.2-1.0.25.i-fabric # ChangeLog
* continuing from .h because dev forgot REI
展开 LDLib 1.20.1-1.0.25.i-forge # ChangeLog
* continuing from .h because dev forgot REI
展开 LDLib 1.20.1-1.0.25.i-fabric # ChangeLog
* continuing from .h because dev forgot REI
展开 LDLib 1.19.2-1.0.25.h-forge # ChangeLog
* fix REI/EMI extra tooltips from slots not working at all
展开 LDLib 1.19.2-1.0.25.h-fabric # ChangeLog
* fix REI/EMI extra tooltips from slots not working at all
展开 LDLib 1.19.2-1.0.25.g-forge # ChangeLog
* remake how the phantom fluid widget works
展开 LDLib 1.19.2-1.0.25.g-fabric # ChangeLog
* remake how the phantom fluid widget works
展开 LDLib 1.20.1-1.0.25.h-forge # ChangeLog
* fix REI/EMI extra tooltips from slots not working at all
展开 LDLib 1.20.1-1.0.25.h-fabric # ChangeLog
* fix REI/EMI extra tooltips from slots not working at all
展开 LDLib 1.19.2-1.0.25.g-forge # ChangeLog
* remake how the phantom fluid widget works
展开 LDLib 1.19.2-1.0.25.g-fabric # ChangeLog
* remake how the phantom fluid widget works
展开 LDLib 1.20.1-1.0.25.g-forge # ChangeLog
* remake how the phantom fluid widget works
展开 LDLib 1.20.1-1.0.25.g-fabric # ChangeLog
* remake how the phantom fluid widget works
展开 LDLib 1.20.1-1.0.25.f-forge # ChangeLog
* just bump version to keep up with 1.19
展开 LDLib 1.20.1-1.0.25.f-fabric # ChangeLog
* just bump version to keep up with 1.19
展开 LDLib 1.19.2-1.0.25.f-forge # ChangeLog
* fix JEI plugin not showing uses or crafts
展开 LDLib 1.19.2-1.0.25.f-fabric # ChangeLog
* fix JEI plugin not showing uses or crafts
展开 LDLib 1.19.2-1.0.25.e-forge # ChangeLog
* fix servers with REI crashing when opening some GUIs
展开 LDLib 1.19.2-1.0.25.e-fabric # ChangeLog
* fix servers with REI crashing when opening some GUIs
展开 LDLib 1.20.1-1.0.25.e-forge # ChangeLog
* fix servers with REI crashing when opening some GUIs
展开 LDLib 1.20.1-1.0.25.e-fabric # ChangeLog
* fix servers with REI crashing when opening some GUIs
展开 LDLib 1.19.2-1.0.25.d-forge # ChangeLog
* fix tank widget having maxlong size in JEI
展开 LDLib 1.19.2-1.0.25.d-fabric # ChangeLog
* fix tank widget having maxlong size in JEI
展开 LDLib 1.20.1-1.0.25.d-forge # ChangeLog
* fix tank widget having maxlong size in JEI
展开 LDLib 1.20.1-1.0.25.d-fabric # ChangeLog
* fix tank widget having maxlong size in JEI
展开 LDLib 1.19.2-1.0.25.c-forge # ChangeLog
* fix tank widget crashing JEI in GTCEu
展开 LDLib 1.19.2-1.0.25.c-fabric # ChangeLog
* fix tank widget crashing JEI in GTCEu
展开 LDLib 1.20.1-1.0.25.c-forge # ChangeLog
* fix tank widget crashing JEI in GTCEu
展开 LDLib 1.20.1-1.0.25.c-fabric # ChangeLog
* fix tank widget crashing JEI in GTCEu
展开 LDLib 1.19.2-1.0.25.b-forge # ChangeLog
* fix issues in EMI plugin
展开 LDLib 1.19.2-1.0.25.b-fabric # ChangeLog
* fix issues in EMI plugin
展开 LDLib 1.20.1-1.0.25.b-forge # ChangeLog
* fix issues in EMI plugin
展开 LDLib 1.20.1-1.0.25.b-fabric # ChangeLog
* fix issues in EMI plugin
展开 LDLib 1.19.2-1.0.25.a-forge # ChangeLog
* clean up EMI plugin internals, remove non-api class usage
* clean up REI plugin internals, remove non-api class usage
展开 LDLib 1.19.2-1.0.25.a-fabric # ChangeLog
* clean up EMI plugin internals, remove non-api class usage
* clean up REI plugin internals, remove non-api class usage
展开 LDLib 1.20.1-1.0.25.a-forge # ChangeLog
* clean up EMI plugin internals, remove non-api class usage
* clean up REI plugin internals, remove non-api class usage
展开 LDLib 1.20.1-1.0.25.a-fabric # ChangeLog
* clean up EMI plugin internals, remove non-api class usage
* clean up REI plugin internals, remove non-api class usage
展开 LDLib 1.19.2-1.0.25-forge # ChangeLog
* clean up EMI plugin internals, remove non-api class usage
* clean up REI plugin internals, remove non-api class usage
展开 LDLib 1.19.2-1.0.25-fabric # ChangeLog
* clean up EMI plugin internals, remove non-api class usage
* clean up REI plugin internals, remove non-api class usage
展开 LDLib 1.20.1-1.0.25-forge # ChangeLog
* clean up EMI plugin internals, remove non-api class usage
* clean up REI plugin internals, remove non-api class usage
展开 LDLib 1.20.1-1.0.25-fabric # ChangeLog
* clean up EMI plugin internals, remove non-api class usage
* clean up REI plugin internals, remove non-api class usage
展开 LDLib 1.19.2-1.0.24.c-forge # ChangeLog
* fix server crash when opening an UI with the player inventory in it
展开 LDLib 1.19.2-1.0.24.c-fabric # ChangeLog
* fix server crash when opening an UI with the player inventory in it
展开 LDLib 1.20.1-1.0.24.c-forge # ChangeLog
* fix server crash when opening an UI with the player inventory in it
展开 LDLib 1.20.1-1.0.24.c-fabric # ChangeLog
* fix server crash when opening an UI with the player inventory in it
展开 LDLib 1.20.1-1.0.24.b-forge # ChangeLog
* fix crash on AMD gpus
展开 LDLib 1.20.1-1.0.24.b-fabric # ChangeLog
* fix crash on AMD gpus
展开 LDLib 1.19.2-1.0.24.b-forge # ChangeLog
* fix crash on AMD gpus
展开 LDLib 1.19.2-1.0.24.b-fabric # ChangeLog
* fix crash on AMD gpus
展开 LDLib 1.20.1-1.0.24.a-forge # ChangeLog
* fix server crash
展开 LDLib 1.20.1-1.0.24.a-fabric # ChangeLog
* fix server crash
展开 LDLib 1.19.2-1.0.24.a-forge # ChangeLog
* fix server crash
展开 LDLib 1.19.2-1.0.24.a-fabric # ChangeLog
* fix server crash
展开 LDLib 1.19.2-1.0.24-forge # ChangeLog
* fix rpc method
* fix texttexture rollspeed
* enhanced draggablewidget
展开 LDLib 1.19.2-1.0.24-fabric # ChangeLog
* fix rpc method
* fix texttexture rollspeed
* enhanced draggablewidget
展开 LDLib 1.20.1-1.0.24-forge # ChangeLog
* fix rpc method
* fix texttexture rollspeed
* enhanced draggablewidget
展开 LDLib 1.20.1-1.0.24-fabric # ChangeLog
* fix rpc method
* fix texttexture rollspeed
* enhanced draggablewidget
展开 LDLib 1.20.1-1.0.22.b-forge # ChangeLog
* fixed particle engine breaking with remapping
展开 LDLib 1.20.1-1.0.22.b-fabric # ChangeLog
* fixed particle engine breaking with remapping
展开 LDLib 1.19.2-1.0.22.b-forge # ChangeLog
* fixed particle engine breaking with remapping
展开 LDLib 1.19.2-1.0.22.b-fabric # ChangeLog
* fixed particle engine breaking with remapping
展开 LDLib 1.20.1-1.0.22.a-forge # ChangeLog
* better NBTToJsonConverter
展开 LDLib 1.20.1-1.0.22.a-fabric # ChangeLog
* better NBTToJsonConverter
展开 LDLib 1.19.2-1.0.22.a-forge # ChangeLog
* better NBTToJsonConverter
展开 LDLib 1.19.2-1.0.22.a-fabric # ChangeLog
* better NBTToJsonConverter
展开 LDLib 1.20.1-1.0.22-forge # ChangeLog
* refactoring xei integration
* add the ingredient chance for emi
* fix emi tooltips
* fix emi checkup
展开 LDLib 1.20.1-1.0.22-fabric # ChangeLog
* refactoring xei integration
* add the ingredient chance for emi
* fix emi tooltips
* fix emi checkup
展开 LDLib 1.19.2-1.0.22-forge # ChangeLog
* refactoring xei integration
* add the ingredient chance for emi
* fix emi tooltips
* fix emi checkup
展开 LDLib 1.19.2-1.0.22-fabric # ChangeLog
* refactoring xei integration
* add the ingredient chance for emi
* fix emi tooltips
* fix emi checkup
展开 LDLib 1.20.1-1.0.21.d-forge # ChangeLog
* fix crash when loading ReloadableResourceManager on server
* make WorldSceneRenderer compatible with iris/oculus
展开 LDLib 1.20.1-1.0.21.d-fabric # ChangeLog
* fix crash when loading ReloadableResourceManager on server
* make WorldSceneRenderer compatible with iris/oculus
展开 LDLib 1.19.2-1.0.21.d-forge # ChangeLog
* fix crash when loading ReloadableResourceManager on server
* make WorldSceneRenderer compatible with iris/oculus
展开 LDLib 1.19.2-1.0.21.d-fabric # ChangeLog
* fix crash when loading ReloadableResourceManager on server
* make WorldSceneRenderer compatible with iris/oculus
展开 LDLib 1.20.1-1.0.21.c-forge # ChangeLog
* fix crash when loading ReloadableResourceManager on server
展开 LDLib 1.20.1-1.0.21.c-fabric # ChangeLog
* fix crash when loading ReloadableResourceManager on server
展开 LDLib 1.19.2-1.0.21.c-forge # ChangeLog
* fix crash when loading ReloadableResourceManager on server
展开 LDLib 1.19.2-1.0.21.c-fabric # ChangeLog
* fix crash when loading ReloadableResourceManager on server
展开 LDLib 1.20.1-1.0.21.b-forge # ChangeLog
* support entity particle in the compass
展开 LDLib 1.20.1-1.0.21.b-fabric # ChangeLog
* support entity particle in the compass
展开 LDLib 1.19.2-1.0.21.b-forge # ChangeLog
* support entity particle in the compass
展开 LDLib 1.19.2-1.0.21.b-fabric # ChangeLog
* support entity particle in the compass
展开 LDLib 1.20.1-1.0.21.a-forge # ChangeLog
* support entity particle in the compass
展开 LDLib 1.20.1-1.0.21.a-fabric # ChangeLog
* support entity particle in the compass
展开 LDLib 1.20.1-1.0.21.a-forge # ChangeLog
* support entity particle in the compass
展开 LDLib 1.20.1-1.0.21.a-fabric # ChangeLog
* support entity particle in the compass
展开 LDLib 1.19.2-1.0.21-forge # ChangeLog
* support entity particle in the compass
展开 LDLib 1.19.2-1.0.21-fabric # ChangeLog
* support entity particle in the compass
展开 LDLib 1.20.1-1.0.21-forge # ChangeLog
* support entity particle in the compass
展开 LDLib 1.20.1-1.0.21-fabric # ChangeLog
* support entity particle in the compass
展开 LDLib 1.20.1-1.0.20.a-forge # ChangeLog
* fix LDLibMetaData crash
* improve compass
展开 LDLib 1.20.1-1.0.20.a-fabric # ChangeLog
* fix LDLibMetaData crash
* improve compass
展开 LDLib 1.19.2-1.0.20.a-forge # ChangeLog
* fix LDLibMetaData crash
* improve compass
展开 LDLib 1.19.2-1.0.20.a-fabric # ChangeLog
* fix LDLibMetaData crash
* improve compass
展开 LDLib 1.19.2-1.0.20.a-fabric # ChangeLog
* fix LDLibMetaData crash
* improve compass
展开 LDLib 1.20.1-1.0.19.d-forge # ChangeLog
* fix crash
展开 LDLib 1.20.1-1.0.19.d-fabric # ChangeLog
* fix crash
展开 LDLib 1.19.2-1.0.19.d-forge # ChangeLog
* fix crash
展开 LDLib 1.19.2-1.0.19.d-fabric # ChangeLog
* fix crash
展开 LDLib 1.19.2-1.0.19.c-forge # ChangeLog
* fix fabric transfer api
* make IRenderer events synchronized
* check still texture existing
展开 LDLib 1.19.2-1.0.19.c-fabric # ChangeLog
* fix fabric transfer api
* make IRenderer events synchronized
* check still texture existing
展开 LDLib 1.20.1-1.0.19.c-forge # ChangeLog
* fix fabric transfer api
* make IRenderer events synchronized
* check still texture existing
* fix jei crash while update slot size
展开 LDLib 1.20.1-1.0.19.c-fabric # ChangeLog
* fix fabric transfer api
* make IRenderer events synchronized
* check still texture existing
* fix jei crash while update slot size
展开 LDLib 1.20.1-1.0.19.b-forge # ChangeLog
* fix fabric transfer api
* make IRenderer events synchronized
* check still texture existing
* fix jei crash while update slot size
展开 LDLib 1.20.1-1.0.19.b-fabric # ChangeLog
* fix fabric transfer api
* make IRenderer events synchronized
* check still texture existing
* fix jei crash while update slot size
展开 LDLib 1.19.2-1.0.19.b-forge # ChangeLog
* fix fabric transfer api
* make IRenderer events synchronized
* check still texture existing
展开 LDLib 1.19.2-1.0.19.b-fabric # ChangeLog
* fix fabric transfer api
* make IRenderer events synchronized
* check still texture existing
展开 LDLib 1.20.1-1.0.19.a-forge # ChangeLog
* fix fabric transfer api
* fix compatibility with Continuity
* fix jei crash
* fix fabric model loading
展开 LDLib 1.20.1-1.0.19.a-fabric # ChangeLog
* fix fabric transfer api
* fix compatibility with Continuity
* fix jei crash
* fix fabric model loading
展开 LDLib 1.19.2-1.0.19.a-forge # ChangeLog
* fix fabric transfer api
* fix compatibility with Continuity
* fix jei crash
* fix fabric model loading
展开 LDLib 1.19.2-1.0.19.a-fabric # ChangeLog
* fix fabric transfer api
* fix compatibility with Continuity
* fix jei crash
* fix fabric model loading
展开 LDLib 1.20.1-1.0.19-forge # ChangeLog
* fix widget rendering issue
* fix renderer is gui 3d
* fix widget hotswap
* fix emi tooltips
展开 LDLib 1.20.1-1.0.19-fabric # ChangeLog
* fix widget rendering issue
* fix renderer is gui 3d
* fix widget hotswap
* fix emi tooltips
展开 LDLib 1.19.2-1.0.19-forge # ChangeLog
* fix widget rendering issue
* fix renderer is gui 3d
* fix widget hotswap
* fix emi tooltips
展开 LDLib 1.19.2-1.0.19-fabric # ChangeLog
* fix widget rendering issue
* fix renderer is gui 3d
* fix widget hotswap
* fix emi tooltips
展开 LDLib 1.20.1-1.0.18.a-forge # ChangeLog
* fix widget rendering issue
* fix renderer is gui 3d
* fix widget hotswap
* fix emi tooltips
展开 LDLib 1.20.1-1.0.18.a-fabric # ChangeLog
* fix widget rendering issue
* fix renderer is gui 3d
* fix widget hotswap
* fix emi tooltips
展开 LDLib 1.19.2-1.0.18.a-forge # ChangeLog
* fix widget rendering issue
* fix renderer is gui 3d
* fix widget hotswap
* fix emi tooltips
展开 LDLib 1.19.2-1.0.18.a-fabric # ChangeLog
* fix widget rendering issue
* fix renderer is gui 3d
* fix widget hotswap
* fix emi tooltips
展开 LDLib 1.19.2-1.0.18-forge # ChangeLog
* fix widget rendering issue
* fix renderer is gui 3d
* fix widget hotswap
* fix emi tooltips
展开 LDLib 1.19.2-1.0.18-fabric # ChangeLog
* fix widget rendering issue
* fix renderer is gui 3d
* fix widget hotswap
* fix emi tooltips
展开 LDLib 1.20.1-1.0.16.b-forge # ChangeLog
* compass system
展开 LDLib 1.20.1-1.0.16.b-fabric # ChangeLog
* compass system
展开 LDLib 1.19.2-1.0.16.b-forge # ChangeLog
* compass system
展开 LDLib 1.19.2-1.0.16.b-fabric # ChangeLog
* compass system
展开 LDLib 1.20.1-1.0.16-forge # ChangeLog
* compass system
展开 LDLib 1.20.1-1.0.16-fabric # ChangeLog
* compass system
展开 LDLib 1.19.2-1.0.16-forge # ChangeLog
* compass system
展开 LDLib 1.19.2-1.0.16-fabric # ChangeLog
* compass system
展开 LDLib 1.20.1-1.0.15-forge # ChangeLog
* fix small issue with `Platform#getMinecraftServer()`
展开 LDLib 1.20.1-1.0.15-fabric # ChangeLog
* fix small issue with `Platform#getMinecraftServer()`
展开 LDLib 1.19.2-1.0.15-forge # ChangeLog
* fix small issue with `Platform#getMinecraftServer()`
展开 LDLib 1.19.2-1.0.15-fabric # ChangeLog
* fix small issue with `Platform#getMinecraftServer()`
展开 LDLib 1.19.2-1.0.15-forge # ChangeLog
* fix small issue with `Platform#getMinecraftServer()`
展开 LDLib 1.19.2-1.0.15-fabric # ChangeLog
* fix small issue with `Platform#getMinecraftServer()`
展开 LDLib 1.20.1-1.0.14-forge # ChangeLog
* fix recipe viewer tooltips
展开 LDLib 1.20.1-1.0.14-fabric # ChangeLog
* fix recipe viewer tooltips
展开 # ChangeLog
* fix recipe viewer tooltips
展开 # ChangeLog
* fix recipe viewer tooltips
展开 LDLib 1.19.4-1.0.14-forge # ChangeLog
* fix recipe viewer tooltips
展开 LDLib 1.19.4-1.0.14-fabric # ChangeLog
* fix recipe viewer tooltips
展开 LDLib 1.19.2-1.0.14-forge # ChangeLog
* fix recipe viewer tooltips
展开 LDLib 1.19.2-1.0.14-fabric # ChangeLog
* fix recipe viewer tooltips
展开 LDLib 1.19.2-1.0.13-forge # ChangeLog
* update dependencies
展开 LDLib 1.19.2-1.0.13-fabric # ChangeLog
* update dependencies
展开 LDLib 1.20.1-1.0.12-forge # ChangeLog
* qoe
* fix fluid internal transfer
* allow a renderer to specify whether a TESR should be rendered
* improve ProgressTexture rendering
* fix ctm overlay z-fighting
* improve tank/slot widget rendering
展开 LDLib 1.20.1-1.0.12-fabric # ChangeLog
* qoe
* fix fluid internal transfer
* allow a renderer to specify whether a TESR should be rendered
* improve ProgressTexture rendering
* fix ctm overlay z-fighting
* improve tank/slot widget rendering
展开 # ChangeLog
* qoe
* fix fluid internal transfer
* allow a renderer to specify whether a TESR should be rendered
* improve ProgressTexture rendering
* fix ctm overlay z-fighting
* improve tank/slot widget rendering
展开 # ChangeLog
* qoe
* fix fluid internal transfer
* allow a renderer to specify whether a TESR should be rendered
* improve ProgressTexture rendering
* fix ctm overlay z-fighting
* improve tank/slot widget rendering
展开 LDLib 1.19.4-1.0.12-forge # ChangeLog
* qoe
* fix fluid internal transfer
* allow a renderer to specify whether a TESR should be rendered
* improve ProgressTexture rendering
* fix ctm overlay z-fighting
* improve tank/slot widget rendering
展开 LDLib 1.19.4-1.0.12-fabric # ChangeLog
* qoe
* fix fluid internal transfer
* allow a renderer to specify whether a TESR should be rendered
* improve ProgressTexture rendering
* fix ctm overlay z-fighting
* improve tank/slot widget rendering
展开 LDLib 1.19.2-1.0.11-forge # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.19.2-1.0.11-fabric # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.19.2-1.0.10.e-forge # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.19.2-1.0.10.e-fabric # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.20-1.0.10.c-forge # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.19.4-1.0.10.c-forge # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.20-1.0.10.c-fabric # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.19.4-1.0.10.c-fabric # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.20.1-1.0.10.c-forge # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.20.1-1.0.10.c-fabric # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.19.2-1.0.10.c-forge # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.19.2-1.0.10.c-fabric # ChangeLog
* update simplified chinese translation
* fix emi mixins
* improve animation
* support seperated ui rendering order
* add tooltip component for rendering widget
* improve progress widget
* fix clickdata button
展开 LDLib 1.19.4-1.0.10.b-forge # ChangeLog
* fixed an error on server that was caused by annotating the rei plugin
展开 LDLib 1.19.4-1.0.10.b-fabric # ChangeLog
* fixed an error on server that was caused by annotating the rei plugin
展开 LDLib 1.20-1.0.10.b-forge # ChangeLog
* fixed an error on server that was caused by annotating the rei plugin
展开 LDLib 1.20-1.0.10.b-fabric # ChangeLog
* fixed an error on server that was caused by annotating the rei plugin
展开 LDLib 1.20.1-1.0.10.b-forge # ChangeLog
* fixed an error on server that was caused by annotating the rei plugin
展开 LDLib 1.20.1-1.0.10.b-fabric # ChangeLog
* fixed an error on server that was caused by annotating the rei plugin
展开 LDLib 1.19.2-1.0.10.b-forge # ChangeLog
* fixed an error on server that was caused by annotating the rei plugin
展开 LDLib 1.19.2-1.0.10.b-fabric # ChangeLog
* fixed an error on server that was caused by annotating the rei plugin
展开 LDLib 1.20.1-1.0.10-forge # ChangeLog
* bump up all recipe viewers
展开 LDLib 1.20.1-1.0.10-fabric # ChangeLog
* bump up all recipe viewers
展开 LDLib 1.19.2-1.0.10-forge # ChangeLog
* bump up all recipe viewers
展开 LDLib 1.19.2-1.0.10-fabric # ChangeLog
* bump up all recipe viewers
展开 LDLib 1.19.4-1.0.9.c-forge # ChangeLog
* add file icon
* rework built-in file selector ui
* rework plugin loading processing
* improve TagUtils
展开 LDLib 1.19.4-1.0.9.c-fabric # ChangeLog
* add file icon
* rework built-in file selector ui
* rework plugin loading processing
* improve TagUtils
展开 # ChangeLog
* add file icon
* rework built-in file selector ui
* rework plugin loading processing
* improve TagUtils
展开 LDLib 1.20-1.0.9.c-fabric # ChangeLog
* add file icon
* rework built-in file selector ui
* rework plugin loading processing
* improve TagUtils
展开 LDLib 1.19.2-1.0.9.c-forge # ChangeLog
* add file icon
* rework built-in file selector ui
* rework plugin loading processing
* improve TagUtils
展开 LDLib 1.19.2-1.0.9.c-fabric # ChangeLog
* add file icon
* rework built-in file selector ui
* rework plugin loading processing
* improve TagUtils
展开 LDLib 1.19.2-1.0.9.b-forge # ChangeLog
All notable changes to this project will be documented in this file,ChangeLog information is generated by the [CommitMessage plugin](https://plugins.jetbrains.com/plugin/12256-commit-message-create)
## [v1.0.9](https://github.com/Low-Drag-MC/LDLib-Architectury/compare/v1.0.9...master)
### fix
* 99155ed (HEAD -> 1.19.2, origin/HEAD, origin/1.19.2) fix managed field ([99155ed](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/99155ed))
* a1d868e fix max count of selectorconfigurator ([a1d868e](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/a1d868e))
* 13f5a94 minor fixes ([13f5a94](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/13f5a94))
* cca7a11 fix gui depth mask in forge event ([cca7a11](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/cca7a11))
* cf28ef3 fix Transaction ([cf28ef3](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/cf28ef3))
* 150eec3 Merge pull request #2 from Low-Drag-MC/sc-model-render-fix ([150eec3](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/150eec3))
* f3e68d1 fix configurable ([f3e68d1](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/f3e68d1))
* 8215290 fix refmap ([8215290](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/8215290))
* 2e6e947 fix dedicated server crash ([2e6e947](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/2e6e947))
* fb8b056 fix quilt resource pack + fix REI click ([fb8b056](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/fb8b056))
* b18cd15 fix ui editor bugs + fix fabric transfer ([b18cd15](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/b18cd15))
* 9ed2f68 fix mcp issue ([9ed2f68](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/9ed2f68))
* 08680fe fix references ([08680fe](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/08680fe))
* 331d54b fix jei fluid focuss ([331d54b](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/331d54b))
* 76892e5 fix jei mixins requirement ([76892e5](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/76892e5))
* 4b695bb fixes ([4b695bb](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/4b695bb))
* c5c8d24 many fixes ([c5c8d24](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/c5c8d24))
* 886eb7b fix item group ([886eb7b](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/886eb7b))
### test
* fadf2df remove test code ([fadf2df](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/fadf2df))
### build
* 0a5ae1a Update auto-build-publish-release.yml ([0a5ae1a](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/0a5ae1a))
* 21a14e0 Update build.gradle ([21a14e0](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/21a14e0))
* 526cb06 Update build.gradle ([526cb06](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/526cb06))
* d56be17 Update build.yml ([d56be17](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/d56be17))
展开 LDLib 1.19.2-1.0.9.b-fabric # ChangeLog
All notable changes to this project will be documented in this file,ChangeLog information is generated by the [CommitMessage plugin](https://plugins.jetbrains.com/plugin/12256-commit-message-create)
## [v1.0.9](https://github.com/Low-Drag-MC/LDLib-Architectury/compare/v1.0.9...master)
### fix
* 99155ed (HEAD -> 1.19.2, origin/HEAD, origin/1.19.2) fix managed field ([99155ed](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/99155ed))
* a1d868e fix max count of selectorconfigurator ([a1d868e](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/a1d868e))
* 13f5a94 minor fixes ([13f5a94](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/13f5a94))
* cca7a11 fix gui depth mask in forge event ([cca7a11](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/cca7a11))
* cf28ef3 fix Transaction ([cf28ef3](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/cf28ef3))
* 150eec3 Merge pull request #2 from Low-Drag-MC/sc-model-render-fix ([150eec3](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/150eec3))
* f3e68d1 fix configurable ([f3e68d1](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/f3e68d1))
* 8215290 fix refmap ([8215290](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/8215290))
* 2e6e947 fix dedicated server crash ([2e6e947](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/2e6e947))
* fb8b056 fix quilt resource pack + fix REI click ([fb8b056](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/fb8b056))
* b18cd15 fix ui editor bugs + fix fabric transfer ([b18cd15](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/b18cd15))
* 9ed2f68 fix mcp issue ([9ed2f68](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/9ed2f68))
* 08680fe fix references ([08680fe](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/08680fe))
* 331d54b fix jei fluid focuss ([331d54b](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/331d54b))
* 76892e5 fix jei mixins requirement ([76892e5](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/76892e5))
* 4b695bb fixes ([4b695bb](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/4b695bb))
* c5c8d24 many fixes ([c5c8d24](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/c5c8d24))
* 886eb7b fix item group ([886eb7b](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/886eb7b))
### test
* fadf2df remove test code ([fadf2df](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/fadf2df))
### build
* 0a5ae1a Update auto-build-publish-release.yml ([0a5ae1a](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/0a5ae1a))
* 21a14e0 Update build.gradle ([21a14e0](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/21a14e0))
* 526cb06 Update build.gradle ([526cb06](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/526cb06))
* d56be17 Update build.yml ([d56be17](https://github.com/Low-Drag-MC/LDLib-Architectury/commit/d56be17))
展开 # ChangeLog
* making ui open pack using rl
* add forge hooks side annotations
展开 LDLib 1.20-1.0.9.a-fabric # ChangeLog
* making ui open pack using rl
* add forge hooks side annotations
展开 LDLib 1.19.4-1.0.9.a-forge # ChangeLog
* making ui open pack using rl
* add forge hooks side annotations
展开 LDLib 1.19.4-1.0.9.a-fabric # ChangeLog
* making ui open pack using rl
* add forge hooks side annotations
展开 LDLib 1.19.2-1.0.9.a-forge
展开 LDLib 1.19.2-1.0.9.a-fabric
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开
展开