Tags: notLily72/Continuity
Tags
Update to 1.18.2 - Update biome code - Update resource redirect code - Switch to slf4j logging - Update build dependencies
Improve sandstone and bookshelf connected textures - Redo the default cut sandstone, red cut sandstone, chiseled sandstone, red chiseled sandstone, and bookshelf connected textures
Make Github Actions use Java 17 - Java 17 is the minimum required version by Loom 0.11
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