Tags: ModProg/Continuity
Tags
Update to 1.18 release - Update Minecraft version and Yarn mappings - Bump mod Java requirement to 17 - Set build run Java version to 17 - Set java compatibility to 17
Tile parsing fixes - Tweak how matchTiles is parsed - Clean up resolveTiles - Rename some methods - Update buildscript, Gradle, and build dependencies
Fix manual culling - Clear cull result flags on cull cache prepare - Bump version to 1.0.2
Improve manual culling efficiency - Use int bitmaps instead of a Boolean[] for cull caching - Refine config code - Make mixin annotation format consistent - Modify build workflow to not run on pull request - Update build dependencies