All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v5.3.14 - 2024-12-26
- Fix Create integration for Patch I and J
- Update gradle to v8.11.1
- Update archloom to v1.9
- Update me.modmuss50.mod-publish-plugin to v0.8.1
- Update com.gradleup.shadow to v8.3.5
v5.3.13 - 2024-11-05
- Re added support for MC 1.19.3-1.19.4
v5.3.12 - 2024-10-30
- Fixed REI integration due to API breaking changes in MC 1.21.2 or newer
- Adjust JEI integration due to deprecations in JEI 19 or newer
- Fixed issues with sending packet on NeoForge caused by Network Refactor
v5.3.11 - 2024-10-24
- MC 1.21.2 and 1.21.3 support
v5.3.10 - 2024-09-10
- Prevent some potential NullPointerException crashes
- Force config to generate when the game is loaded instead of waiting for player to load a world
- Added experimental feature: Biome filter (
biomes
andexcludedBiomes
)
Similar todimensions
andexcludedDimensions
, it lets to you to control on which biome a block can or cannot generate. ChangeenableExperimentalFeatures
incobblegen-meta.json5
to test this feature.
v5.3.9 - 2024-06-21
- Fixed basalt generator is not being loaded
v5.3.8 - 2024-06-18
- Fixed tags only generate air
v5.3.7 - 2024-06-14
- Add support for MC 1.21
v5.3.6 - 2024-04-24
- Fixed NeoForge version of the mod can't be loaded
v5.3.5 - 2024-04-24
- Add support for MC1.20.5 full release
v5.3.4 - 2024-04-04
- Fixed players can't join a server when advanced generator is configured
v5.3.3 - 2024-03-17
- [FABRIC] Fix incompatibility with Create Fabric patch F caused by Porting Lib breaking changes
- [1.18.2] Fix crash related to Log4J
v5.3.2 - 2024-03-03
- [1.20.5] Fix recipe sync (networking)
v5.3.1 - 2024-02-28
- Fixed networking issue
v5.3.0 - 2024-02-25
- [1.20.2] Now uses Configuration Phase to sync config
- Added initial support for 1.20.5 (might be a bit buggy)
- Fixed crash due to PortingLib's Fake Player removal
v5.2.4 - 2024-01-09
- Add (partial) support for 1.16.5
- Adjust reload meta command permission
- Add option to disable debug log to reduce log spam
v5.2.3 - 2023-12-02
- [Fabric 1.20.2+] Fixed incompatibility with Fabric API 0.91+
v5.2.2 - 2023-11-17
- [1.20.2] NeoForge support!
v5.2.1 - 2023-11-15
- [EMI] Add option to invert input
v5.2.0 - 2023-11-12
- Added meta config
- Added a toggle to merge CobbleGen to EMI's "World Interaction" category
- Added an option to disable CobbleGen tooltip when merged with EMI
- Added a toggle to remove overlapping recipes when merged with EMI
- Added an option to disable Recipe Viewer support entirely
- Added an option to enable experimental features
- [Experimental] Ability to customize obsidian generation
v5.1.1 - 2023-10-07
- Forge support
v5.1.0 - 2023-09-29
- 1.20.2 support
v5.0.3 - 2023-09-17
- Fixed Create 0.5.1 support
v5.0.2 - 2023-09-03
- Fixed filter not working properly
v5.0.1 - 2023-06-21
- [EMI Integration] Merged CobbleGen recipe categories into World Interaction category
v5.0.0 - 2023-06-20
- Added Forge support
- [1.20.x] Fixed JEI integration
- [1.20.x] Fixed REI integration
- Fixed config not actually reloading when admin use the
/reload
command - Fixed
customGen
always returns default value unless explicitly emptied in the config ("customGen" = {}
) - Added Create 0.5.1 support
v4.0.4 - 2023-05-28
- Fix Create Pipe generating Obsidian
v4.0.3 - 2023-05-20
- Fixed Obsidian can't be generated
v4.0.2 - 2023-05-18
- Fixed config not being loaded properly
v4.0.1 - 2023-05-16
- Added 1.20+ support
- API breaking change to prevent future breaking changes
v4.0.0 - 2023-05-15
- Overhauled how fluid interaction is being handled
- Improved Create mod compatibility
- Added Advanced Custom Generators (Custom Fluid Interaction)
- Added API for mod developers
- Recipe Viewers (REI/EMI/JEI) now shows server-side config when available
v3.2.1 - 2023-04-29
- Fix server crash
v3.2.0 - 2023-04-24
- Fix compatibility with Porting Lib
- Fix Create Pipe support
v3.1.0 - 2023-04-23
- REI and EMI integration
- Create Pipe support