1.21.4-3.1.1.1-FABRIC
Compatibility
Required content
Changes
Git Changelog Better Days Mod
Version 1.21.4-3.1.1.1
- Release 1.21.4-3.1.1.1
- Update for 1.21.4
- Clock wobble is fixed, no need to intervene with newer versions.
- Fix typo
- Add note about The Hordes mod support. Fixes #21
Version 1.21.3-3.1.1.1
- Release 1.21.3-3.1.1.1
- Don't load client config stuff on server.
Version 1.21.3-3.1.1.0
- Release 1.21.3-3.1.1.0
- Add new config settting to [gui] in README.
- Add blacklist dimensions to disable sky rendering interpolation on client-side Fixes #19
- Update Readme.
Version 1.21.3-3.1.0.7
- Release 1.21.3-3.1.0.7
- Move to mod-publish-plugin
- Update for 1.21.3
- Update gradle. Update moddevgradle to latest.
- Add sponsorship information to project.
Version 1.21.3-3.1.0.6
- Release 1.21.1-3.1.0.7
- Update build. Allow loading on 1.21 and 1.21.1
Version 1.21.1-3.1.0.6
- Release 1.21.1-3.1.0.6
- Port to 1.21.1
Version 1.21-3.1.0.6
- Release 1.21-3.1.0.6
- Set minimum NeoForge version to stable release. Update SpectreLib version.
- Cleanup build.
- Update README
- Build cleanup.
Version 1.21-3.1.0.5
- Release 1.21-3.1.0.5
- Add configurable range for day start and night start. Fixes #9
Version 1.21-3.1.0.4
- Release 1.21-3.1.0.4
- Port to 1.21
Version 1.21-3.1.0.3
- Change project name for 1.20.6+
- Drop Forge Repo.
- Remove Forge build props.
- Drop Support for Forge.
- Update Java version for release.
Version 1.20.6-3.1.0.4
- Release 1.20.6-3.1.0.4
- Fix ClientLevel Mix for Fabric.
- Update for 1.20.6
- Update build dependencies.
Version 1.20.4-3.1.0.4
- Release 1.20.4-3.1.0.4
- Update to 1.20.4
- Update gitignore
- Add NeoForge build.
- Modernize build system.
- Remove Serene Seasons Fix.
- Fix Forge build.
Version 1.20.1-3.1.0.4
- Release 1.20.1-3.1.0.4
- Update SpectreLib. Fixes #4 Fixes #6
Version 1.20.1-3.1.0.3
- Release 1.20.1-3.1.0.3
- Disable Serene Seasons fix by default.
Version 1.20.1-3.1.0.2
- Release 1.20.1-3.1.0.2
- Ignore season set command. Fixes #2
- Don't apply mixin if feature is turned off.
Version 1.20.1-3.1.0.1
- Release 1.20.1-3.1.0.1
- Only include client-side mixin on the client-side. Oops. Fixes #2
Version 1.20.1-3.1.0.0
- Release 1.20.1-3.1.0.0
- Implement Serene Seasons Fix
Version 1.20.1-3.0.0.2
- Release 1.20.1-3.0.0.2
- Update SpectreLib version.
- Remove dependency.
Version 3.0.0.1
- Release 3.0.0.1
- Only tick client when player is sleeping
- Remove Serene Seasons 'Fix'
- Cleanup README
Version 3.0.0.0
- Release 3.0.0.0
- Update to 1.20.1
- Update to new GuiGraphics
- Update for new Player level getter
- Update for latest SpectreLib
Version 2.0.0.1
- Release 2.0.0.1
- Update for 1.19.4
Version 1.1.0.1
- Release 1.1.0.1
- Update optional dependencies.
- Update README
- Pin MC to 1.19.2. Add support for Fabric Seasons and Sleep Warp
- Add updates template for Forge. Regenerate update file.
- Add back missing import.
- Implement Serene Seasons Fix
- Update reflection to utilize loom and srg mappings for runtime.
- Update license references.
- Try to fix license detection.
- Initial port to 1.19-1.19.2 multiloader for Forge/Fabric
Version 0.1.0.4
- Release 0.1.0.4
- Add support for ReadyPlayerFun
- Better handle time set and starting server in middle of segments.
Version 0.1.0.3
- Smooth out sky movement a bit more by having more precice adjustment.
- Release 0.1.0.3
- Send server config changes on client to all players.
Version 0.1.0.2
- Release 0.1.0.2
- Sync server values to client on login
- Don't assume /set time unless diff is greater than 50 ticks
Version 0.1.0.1
- Release 0.1.0.1
Version 0.1.0.0
- Initial commit.
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:tPLE214j:41R14ee5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tPLE214j:41R14ee5"
}

