- fixed an issue with fabric condition api due to fabric api relying on brittle random thread locals static fields
- fixed dynamic server data not working when other mods would replace the resource manager
- dynamic resource gen will now update the progress bar and not hang the main thread while it generates
- improved block type detection and cleaned up a lot of code there, also improved the api for mods to add new block types finders
- dynamic resource gen will now update the progress bar and not hang the main thread while it generates
- fixed an issue with villager trades with newly added professions
- Removed undergarden:ancient_root from CompatWoodType (no longer existing in the newer version) - #357
- Updated outer_end:azure - _azurestem is now azure_stem - #357
- Corrected a typo in the method to detect StemType like Garden of the Dead's soulblight, it will be detected
v2.14.13
- Added the missing WOOD & STRIPPED_WOOD for Atmospheric & Upgrade-Aquatic - #985
v2.14.12
- Added Debug Config in moonlight-client.toml to help with debugging an issue for StoneZone, EveryCompat, & GemsRealm
- Improved the detection system for WoodType & LeavesType to ensure the same type is not added twice
- Updated a method in BlockType for StoneZone, EveryCompat, and GemsRealm
- CompatWoodTypes: Removed a duplicated LeavesType.Finder
v2.14.11
- Improved the RegEx in BlockTypeResTrnsformer to fix #968
v2.14.10
- CompatWoodType: Fixed the crash with "Index 1 out of bounds" from a rare case
v2.14.9
- Simplified the CompatWoodType's code
- WARNING: ENSURE your world is backup before updating Moonlight Lib
- Every Compat - REASON: some WoodType may be not detected, check your log to ensure no blocks are missing from the world.
- Simplified the RegEx in BlockTypeResTransformer
- configs will no longer be synced when on an integrated server. This should make them editable again from the client
- improvements to utilities helper functions that alter models for resource gen
added a workaround for an issue in a mod i have because i dont want to update that mod