Since 1.19, mojang have started doing "experimental hotfixes" - these are effectively preview versions of the next big update (aka "minor"), but published as hotfixes instead of snapshots so more users test it sooner.
Despite the next-update content being locked behind a world-creation flags, these updates break mods just like the next big update would - but there's more of them, so they break things more often.
For these reasons, we primarily maintain our mods on the last genuine hotfix for each minor version - 1.18.2, 1.19.2, 1.20.1, and so on.
We're happy to accept ports to experimental hotfixes, but instead of merging them we'll just compile them and publish them as a github release (not on modrinth!), with credit.
We may later use them as a reference when updating to the new minor, and we'll make sure to coauthor commits in that case!
Below is a list of contributed versions, if there are any:
Since 1.19, mojang have started doing "experimental hotfixes" - these are effectively preview versions of the next big update (aka "minor"), but published as hotfixes instead of snapshots so more users test it sooner.
Despite the next-update content being locked behind a world-creation flags, these updates break mods just like the next big update would - but there's more of them, so they break things more often.
For these reasons, we primarily maintain our mods on the last genuine hotfix for each minor version - 1.18.2, 1.19.2, 1.20.1, and so on.
We're happy to accept ports to experimental hotfixes, but instead of merging them we'll just compile them and publish them as a github release (not on modrinth!), with credit. We may later use them as a reference when updating to the new minor, and we'll make sure to coauthor commits in that case!
Below is a list of contributed versions, if there are any:
Thanks!