Releases: Cadiboo/RenderChunk-rebuildChunk-Hooks
Releases · Cadiboo/RenderChunk-rebuildChunk-Hooks
[INVALID SEMVER] RenderChunk rebuildChunk Hooks-1.12.2-1.0.1.1
- Better BetterFoliage code
- Code readability
RenderChunk rebuildChunk Hooks-1.12.2-0.1.0-semver
- Add semver to build.gradle
- Add debug JVM argument thing (very useful)
Add-DdebugEverything=true
to your JVM arguments in your launch profile to activate - Minify the name of one of the ClassTransformer loggers
- Rename LoadingPlugin
- Automation of version (only need to change it in the build.gradle file now)
- Repackage to reflect web presence (cadiboo -> io.github.cadiboo)
- Added
final
to some classes that needed it - Moved the BetterFoliage Compatibility EventSubscriber to its own package (
compatibility
) - Remove Stringly typed instantiation of the BetterFoliage Compatibility EventSubscriber (apparently it wasn't necessary)
- Spaces -> Tabulations in build.gradle
- Added
classes
to.gitignore
- Compatible with Optifine HD_U_E3 on Forge #2795
- Remove decompiled BetterFoliage & Optifine code
[INVALID SEMVER] RenderChunk rebuildChunk Hooks-1.12.2-1.0.1.0
- Refactoring & made Layer and Type events cancellable (causes minor mod version increment)
- Modified LICENSE
[INVALID SEMVER] RenderChunk rebuildChunk Hooks-1.12.2-1.0.0.0
All bugs fixed (I think), First release
[INVALID SEMVER] RenderChunk rebuildChunk Hooks-1.12.2-0.0.0.0-alpha16
- Fix #2 completely (lang also works now)
- Refactoring & code style
Going to do some testing, but I think this is ready for a proper release
[INVALID SEMVER] RenderChunk rebuildChunk Hooks-1.12.2-0.0.0.0-alpha15
- Config
- Refactoring
- added option to force reload chunks on config change
- added BlockPosM getter in Optifine events
[INVALID SEMVER] RenderChunk rebuildChunk Hooks-1.12.2-0.0.0.0-alpha14
Fix stupid copy pasta bug
[INVALID SEMVER] RenderChunk rebuildChunk Hooks-1.12.2-0.0.0.0-alpha13
Added a new hook (RebuildChunkBlockRenderInTypeEvent)
[INVALID SEMVER] RenderChunk rebuildChunk Hooks-1.12.2-0.0.0.0-alpha12
Everything works perfectly except the config :/
It works in the dev environment though!
[INVALID SEMVER] RenderChunk rebuildChunk Hooks-1.12.2-0.0.0.0-alpha11
BetterFoliage stuff