## What's Changed
* Add BakedModelBuilder + Normal helper methods by @sisyphussy in https://github.com/GTNewHorizons/GTNHLib/pull/175
* Add ability to dynamically control block sounds by @RecursivePineapple in https://github.com/GTNewHorizons/GTNHLib/pull/195
* Add post-processing + VAO methods by @sisyphussy in https://github.com/GTNewHorizons/GTNHLib/pull/186
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.8.4...0.8.6
展开 ## What's Changed
* Misc item moving improvements by @RecursivePineapple in https://github.com/GTNewHorizons/GTNHLib/pull/188
* Add generational timed cache by @RecursivePineapple in https://github.com/GTNewHorizons/GTNHLib/pull/171
* Remove mixin-based IResourcePack detection by @ah-OOG-ah in https://github.com/GTNewHorizons/GTNHLib/pull/192
* ASM Housekeeping by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/166
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.8.2...0.8.4
展开 ## What's Changed
* Add Brigadier by @Taskeren in https://github.com/GTNewHorizons/GTNHLib/pull/149
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.8.0...0.8.2
展开 ## What's Changed
* Updates to JSON model API by @ah-OOG-ah in https://github.com/GTNewHorizons/GTNHLib/pull/100
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.7.7...0.8.0
展开 ## What's Changed
* Add Generic Item I/O Capabilities by @RecursivePineapple in https://github.com/GTNewHorizons/GTNHLib/pull/167
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.7.5...0.7.7
展开 ## What's Changed
* Add getter for KeyBinding in SyncedKeybind by @FourIsTheNumber in https://github.com/GTNewHorizons/GTNHLib/pull/185
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.7.3...0.7.5
展开 ## What's Changed
* Add custom Vertex Formats to WavefrontObject by @sisyphussy in https://github.com/GTNewHorizons/GTNHLib/pull/181
* Better VertexBuffer API by @sisyphussy in https://github.com/GTNewHorizons/GTNHLib/pull/170
* [Dev Feature] Auto Shader Reload by @sisyphussy in https://github.com/GTNewHorizons/GTNHLib/pull/177
## New Contributors
* @sisyphussy made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/181
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.7.1...0.7.3
展开 ## What's Changed
* Fix memory leaks when creating shaders by @cazmusw in https://github.com/GTNewHorizons/GTNHLib/pull/168
## New Contributors
* @cazmusw made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/168
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.7.0...0.7.1
展开 ## What's Changed
* Avoid a method visibility crash by @DeathFuel in https://github.com/GTNewHorizons/GTNHLib/pull/173
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.40...0.6.41
展开 ## What's Changed
* Avoid a method visibility crash by @DeathFuel in https://github.com/GTNewHorizons/GTNHLib/pull/173
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.40...0.7.0
展开 ## What's Changed
* String method replacements by @DeathFuel in https://github.com/GTNewHorizons/GTNHLib/pull/169
## New Contributors
* @DeathFuel made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/169
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.39...0.6.40
展开 ## What's Changed
* Fix ASMUtil with multiple class loaders by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/165
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.38...0.6.39
展开 ## What's Changed
* fix off by one error in ArrayProximityMap4D.remove by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/161
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.37...0.6.38
展开 ## What's Changed
* Add Cyrillic support for MathExpressionParser by @Eldrinn-Elantey in https://github.com/GTNewHorizons/GTNHLib/pull/160
* Initial gamerule API by @Cleptomania in https://github.com/GTNewHorizons/GTNHLib/pull/159
* Convert to new IMixins and MixinsBuilder system by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/153
## New Contributors
* @Eldrinn-Elantey made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/160
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.36...0.6.37
展开 ## What's Changed
* Make BlockPos#toString() more reasonable by @Taskeren in https://github.com/GTNewHorizons/GTNHLib/pull/158
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.35...0.6.36
展开 ## What's Changed
* add ArrayProximityCheck4D and ArrayProximityMap4D<T> by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/157
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.34...0.6.35
展开 ## What's Changed
* Expose SyncedKeybind keyCode by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/155
* Remove key pressed packet by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/156
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.33...0.6.34
展开 ## What's Changed
* Add support for mouse buttons in SyncedKeybinds by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/154
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.32...0.6.33
展开 ## What's Changed
* Added `hasValue` function for Lazy by @Taskeren in https://github.com/GTNewHorizons/GTNHLib/pull/148
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.31...0.6.32
展开 ## What's Changed
* add VolumeMembershipCheck by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/146
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.30...0.6.31
展开 ## What's Changed
* Add contains method to SpatialHashGrid by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/145
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.29...0.6.30
展开 ## What's Changed
* Add Z axis rotation to Variant & fix swapped XY axes by @Anonymagpie in https://github.com/GTNewHorizons/GTNHLib/pull/141
## New Contributors
* @Anonymagpie made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/141
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.28...0.6.29
展开 ## What's Changed
* Rework spatial hash grid by @kurrycat2004 in https://github.com/GTNewHorizons/GTNHLib/pull/143
## New Contributors
* @kurrycat2004 made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/143
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.27...0.6.28
展开 ## What's Changed
* Iterator impl + findFirst + findClosest by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/139
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.26...0.6.27
展开 ## What's Changed
* add close() to ShaderProgram to free resources by @MeiTianyou in https://github.com/GTNewHorizons/GTNHLib/pull/140
## New Contributors
* @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/140
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.25...0.6.26
展开 ## What's Changed
* Update SpatialHashGrid findNearby by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/138
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.24...0.6.25
展开 ## What's Changed
* Extract out the distance methods to a static util class by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/137
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.23...0.6.24
展开 ## What's Changed
* Add Spatial Hash Grid Data Structure by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/135
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.22...0.6.23
展开 ## What's Changed
* Add convenience method to ObjectPooler by @ah-OOG-ah in https://github.com/GTNewHorizons/GTNHLib/pull/130
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.21...0.6.22
展开 ## What's Changed
* Add 32-bit and 64-bit FNV-1a hash function utilities by @eigenraven in https://github.com/GTNewHorizons/GTNHLib/pull/128
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.20...0.6.21
展开 ## What's Changed
* Add functionality to fake blockId for shaders by @DarkShadow44 in https://github.com/GTNewHorizons/GTNHLib/pull/114
## New Contributors
* @DarkShadow44 made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/114
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.19...0.6.20
展开 ## What's Changed
* Backport callFromMainThread() and addScheduledTask() by @Taskeren in https://github.com/GTNewHorizons/GTNHLib/pull/126
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.18...0.6.19
展开 ## What's Changed
* New mixin infrastructure by @Cleptomania in https://github.com/GTNewHorizons/GTNHLib/pull/127
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.17...0.6.18
展开 ## What's Changed
* Added offset(int, int, int) and copy() for BlockPos by @Taskeren in https://github.com/GTNewHorizons/GTNHLib/pull/125
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.16...0.6.17
展开 ## What's Changed
* Make BlockPos modifications return BlockPos instead of IBlockPos by @Taskeren in https://github.com/GTNewHorizons/GTNHLib/pull/124
## New Contributors
* @Taskeren made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/124
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.15...0.6.16
展开 ## What's Changed
* Add VAO utilities for easier core profile compatibility by @eigenraven in https://github.com/GTNewHorizons/GTNHLib/pull/123
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.14...0.6.15
展开 ## What's Changed
* Updates for IStateStack by @mitchej123 in https://github.com/GTNewHorizons/GTNHLib/pull/120
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.13...0.6.14
展开 ## What's Changed
* Notify client of servers view distance by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/116
* Move LoreHolder registration to a later init stage by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/118
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.12...0.6.13
展开 ## What's Changed
* Add mixin to register LivingEquipmentChangeEvent by @FourIsTheNumber in https://github.com/GTNewHorizons/GTNHLib/pull/117
## New Contributors
* @FourIsTheNumber made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/117
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.11...0.6.12
展开 ## What's Changed
* Introduce Capability system by @miozune in https://github.com/GTNewHorizons/GTNHLib/pull/112
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.10...0.6.11
展开 ## What's Changed
* Fix versionPattern by @miozune in https://github.com/GTNewHorizons/GTNHLib/pull/111
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.9...0.6.10
展开 ## What's Changed
* Add NEI Version Check by @glowredman in https://github.com/GTNewHorizons/GTNHLib/pull/109
* Update the constant pool parser for Java 25 by @ah-OOG-ah in https://github.com/GTNewHorizons/GTNHLib/pull/110
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.8...0.6.9
展开 ## What's Changed
* Amend previous commit, don't set keyCode to -1 by @serenibyss in https://github.com/GTNewHorizons/GTNHLib/pull/108
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.7...0.6.8
展开 ## What's Changed
* Fix MC keybinding-backed synced keybind listeners by @serenibyss in https://github.com/GTNewHorizons/GTNHLib/pull/107
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.6...0.6.7
展开 ## What's Changed
* Backport LWJGL3 memory utilities to enable more efficient ByteBuffer usage by @eigenraven in https://github.com/GTNewHorizons/GTNHLib/pull/105
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.5...0.6.6
展开 ## What's Changed
* Synced Keybinds API by @serenibyss in https://github.com/GTNewHorizons/GTNHLib/pull/104
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.3...0.6.5
展开 **Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.3...0.6.4-pre
展开 ## What's Changed
* Easily sync config values between server & client by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/102
* Register config sync event bus in init by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/103
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.2...0.6.3
展开 ## What's Changed
* Automatic LoreHolder Discovery by @glowredman in https://github.com/GTNewHorizons/GTNHLib/pull/101
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.1...0.6.2
展开 ## What's Changed
* Add block/meta and item/meta pair classes by @RecursivePineapple in https://github.com/GTNewHorizons/GTNHLib/pull/98
## New Contributors
* @RecursivePineapple made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/98
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.6.0...0.6.1
展开 ## What's Changed
* Add `RenderTooltipEvent` by @glowredman in https://github.com/GTNewHorizons/GTNHLib/pull/81
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.23...0.6.0
展开 ## What's Changed
* Allow non-public subscribed methods in @EventBusSubscriber classes by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/97
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.22...0.5.23
展开 ## What's Changed
* Add an interface for meta- and nbt-aware music disks to fix modded disk support in electric jukeboxes by @eigenraven in https://github.com/GTNewHorizons/GTNHLib/pull/96
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.21...0.5.22
展开 ## What's Changed
* Move lore handler from intergalactic to gtnhlib by @serenibyss in https://github.com/GTNewHorizons/GTNHLib/pull/92
## New Contributors
* @serenibyss made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/92
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.20...0.5.21
展开 ## What's Changed
* Disable thread safety checks with FalseTweaks by @ah-OOG-ah in https://github.com/GTNewHorizons/GTNHLib/pull/88
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.19...0.5.20
展开 ## What's Changed
* Shadow source jars too by @ah-OOG-ah in https://github.com/GTNewHorizons/GTNHLib/pull/87
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.18...0.5.19
展开 ## What's Changed
* Add texture debug feature by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/86
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.17...0.5.18
展开 ## What's Changed
* merge iih + mt hand command in one by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/84
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.16...0.5.17
展开 ## What's Changed
* Auto remove dead config categories/values from the config file by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/78
* Auto create config gui if no gui factory is registered by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/79
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.15...0.5.16
展开 ## What's Changed
* add util to open files / urls on every OS by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/83
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.14...0.5.15
展开 ## What's Changed
* Backport @EventBusSubscriber annotation from 1.12.2 by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/80
* EventBusSubscriber improvements by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/82
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.13...0.5.14
展开 ## What's Changed
* Make config enums ignore case by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/76
* Add jvm flag to dump generated lang keys to file by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/77
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.12...0.5.13
展开 ## What's Changed
* account for vanilla fluid blocks by @Glease in https://github.com/GTNewHorizons/GTNHLib/pull/74
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.11...0.5.12
展开 ## What's Changed
* Fix a few config issues by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/73
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.10...0.5.11
展开 ## What's Changed
* Make langkey pattern able to use qualified category names by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/72
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.9...0.5.10
展开 ## What's Changed
* Always check for @Config.Ignore before processing field by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/71
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.8...0.5.9
展开 ## What's Changed
* Customizable langkey pattern config annotation by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/68
* Fix categories with uppercase letters empty in config gui by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/70
* use raw byte array for speed in ClassConstantPoolParser by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/62
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.5...0.5.8
展开 **Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.6-pre...0.5.7-pre
展开 **Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.5...0.5.6-pre
展开 ## What's Changed
* Add ASMUtil class with method to save class files to disk by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/63
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.3...0.5.5
展开 **Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.3...0.5.4-pre
展开 ## What's Changed
* ModDetectedDefault config annotation by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/65
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.0...0.5.3
展开 ## What's Changed
* Spotless apply for branch asm-util for #63 by @github-actions in https://github.com/GTNewHorizons/GTNHLib/pull/64
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.1-pre...0.5.2-pre
展开 **Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.5.0...0.5.1-pre
展开 ## What's Changed
* Backport 1.12.2 config subcategory behavior by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/58
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.4.9...0.5.0
展开 ## What's Changed
* delete duplicate and unused class by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/60
* Don't merge configs in different subfolders by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/59
## New Contributors
* @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/59
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.4.8...0.4.10-pre
展开 ## What's Changed
* delete duplicate and unused class by @Alexdoru in https://github.com/GTNewHorizons/GTNHLib/pull/60
* Don't merge configs in different subfolders by @Lyfts in https://github.com/GTNewHorizons/GTNHLib/pull/59
## New Contributors
* @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/59
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.4.8...0.4.9
展开 ## What's Changed
* Merge the same filename configs by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/57
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.4.7...0.4.8
展开 ## What's Changed
* Fix transformer exclusions when loading without RFB by @FalsePattern in https://github.com/GTNewHorizons/GTNHLib/pull/56
## New Contributors
* @FalsePattern made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/56
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.4.6...0.4.7
展开 ## What's Changed
* This should fix compat with OF & FT; by @mitchej123 in https://github.com/GTNewHorizons/GTNHLib/pull/55
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.4.5...0.4.6
展开 ## What's Changed
* Dont CapturingTessalator if OF/FC is loaded by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/50
* Move model loading to GTNHLib by @ah-OOG-ah in https://github.com/GTNewHorizons/GTNHLib/pull/51
* Add int and double lists to configs by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/52
## New Contributors
* @ah-OOG-ah made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/51
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.4.3...0.4.5
展开 ## What's Changed
* Dont CapturingTessalator if OF/FC is loaded by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/50
* Move model loading to GTNHLib by @ah-OOG-ah in https://github.com/GTNewHorizons/GTNHLib/pull/51
## New Contributors
* @ah-OOG-ah made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/51
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.4.3...0.4.4-pre
展开 ## What's Changed
* Add the MixinCompatHackTweaker to fix running on java 8 w/o lwjgl3ify/rfbplugin by @mitchej123 in https://github.com/GTNewHorizons/GTNHLib/pull/46
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.4.1...0.4.2
展开 ## What's Changed
* Fix Non RFB usage by @mitchej123 in https://github.com/GTNewHorizons/GTNHLib/pull/45
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.4.0...0.4.1
展开 ## What's Changed
* Move over some useful items from Angelica by @mitchej123 in https://github.com/GTNewHorizons/GTNHLib/pull/44
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.3.3...0.4.0
展开 ## What's Changed
* Basic ShaderProgram util class by @mitchej123 in https://github.com/GTNewHorizons/GTNHLib/pull/43
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.3.2...0.3.3
展开 ## What's Changed
* Add CoordinatePacker by @mitchej123 in https://github.com/GTNewHorizons/GTNHLib/pull/42
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.3.1...0.3.2
展开 ## What's Changed
* Add ClassConstantPoolParser by @mitchej123 in https://github.com/GTNewHorizons/GTNHLib/pull/41
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.3.0...0.3.1
展开 ## What's Changed
* Disable `useDependencyInformation` by @glowredman in https://github.com/GTNewHorizons/GTNHLib/pull/40
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.2.11...0.3.0
展开 ## What's Changed
* Add suffixes 's' for stacks and 'i' for ingots of fluid to MathExpressionParser. by @AbdielKavash in https://github.com/GTNewHorizons/GTNHLib/pull/38
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.2.10...0.2.11
展开 ## What's Changed
* Add a compare-and-swap reference wrapper and collections by @eigenraven in https://github.com/GTNewHorizons/GTNHLib/pull/36
* Add a dummy RFB plugin to allow classes to be used earlier in the loading process by @eigenraven in https://github.com/GTNewHorizons/GTNHLib/pull/37
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.2.9...0.2.10
展开 ## What's Changed
* Remove required parameter to Config annotation by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/34
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.2.8...0.2.9
展开 ## What's Changed
* Add filename and subdirectory overrides to Config class annotation by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/33
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.2.7...0.2.8
展开 ## What's Changed
* Localization fix by @AbdielKavash in https://github.com/GTNewHorizons/GTNHLib/pull/32
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.2.6...0.2.7
展开 ## What's Changed
* Added MathExpressionParser. by @AbdielKavash in https://github.com/GTNewHorizons/GTNHLib/pull/31
## New Contributors
* @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/31
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.2.5...0.2.6
展开 ## What's Changed
* Fix lower bound of `@Config.RangeFloat` by @glowredman in https://github.com/GTNewHorizons/GTNHLib/pull/30
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.2.4...0.2.5
展开 ## What's Changed
* Shadow JOML by @Cleptomania in https://github.com/GTNewHorizons/GTNHLib/pull/29
## New Contributors
* @Cleptomania made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/29
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.2.3...0.2.4
展开
展开 ## What's Changed
* Handle multiple config classes by @mitchej123 in https://github.com/GTNewHorizons/GTNHLib/pull/25
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.2.1...0.2.2
展开 ## What's Changed
* Add fastutil to dependencies.gradle by @tth05 in https://github.com/GTNewHorizons/GTNHLib/pull/24
## New Contributors
* @tth05 made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/24
**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.2.0...0.2.1
展开 **Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.0.12...0.0.13
展开
展开