Releases: Pxl-8/GeologicalExpansion
Releases · Pxl-8/GeologicalExpansion
1.12.2-1.3.2-beta
Bump version to 1.3.2
1.12.2-1.3.1-beta
Bump version to 1.3.1-beta
1.12.2-1.3.0-beta
Bump version to 1.3.0-beta
1.12.2-1.2.4-beta
Revert removal of gradle wrapper jar
1.12.2-1.2.3-beta
Fix hammer & cluster recipe not working on damaged hammers
1.12.2-1.2.2a-beta: 1.2.2-beta - Bedrock fix
- Added flat bedrock option - Fixed ores generating in bedrock
1.12.2-1.2.1-beta: Minor update 1.2.1-beta
- Added bedrock to blend with other stones better - Added dimension type check, will now ignore nether and end
1.12.2-1.2.0-beta: 1.2.0-beta
- Added cobblestone and brick variants - Added infested blocks - Fixed dirt and clay material and sounds - Fixed blocks replacing air if the replacement block doesn't exist - Added compat for nuclear craft (overrides default textures) - Added compat for draconic evolution - Added quarks cobblestone types to compat - Added tech reborn's end ores as stone variants
1.12.2-1.1.1-beta
Fix for color handlers registering server side
1.12.2-1.1.0-beta: Major optimizations and fixes
- Moved color handlers from client proxy to their proper events subscribers - Fixed model loading by moving it to forges event subscriber - Using ForgeRegistries to get blocks and items from their namespaced ids now over #getBlockFromName and #getByNameOrId - Optimized drop methods by caching the blocks and items over getting them from the id every time - Recipes now use json files over the old game registry methods - Added recipes to resource generator now that they're using json files