Compatibility
Minecraft: Java Edition
1.21
1.20.6
1.20.4
1.20–1.20.2
1.19.x
1.18.2
Platforms
Quilt
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed Apache-2.0
Published 2 years ago
Updated 2 months ago
Changelog
Provides Fabric API 0.73.2
- Fix game test structure path, reorganize config creations (Ennui Langeweile)
- Fix checkstyle, do finishing touches to QSL update (Ennui Langeweile)
- Poke CI and hope for release (Ennui Langeweile)
- Fix dependencies, try again It's still broken! But this will hopefully make the next commit only an empty one to make CI work (Ennui Langeweile)
- Begin update to QSL v4.0.0-beta.11 It's pretty much done! This means that Fabric GameTest API will be disabled in favor of Quilt's equivalent, but really, it won't affect any mods in production, or at least it shouldn't; Migration is a pretty painless process involving changing the
fabric-gametest
entrypoints toquilt:game_test
, replacing FabricGameTest with QuiltGameTest, and adding a "Quilt" prefix to TestContext; Anyway, the last obstacle? The remaining Quilt Loom 1.1 issues, especially the JiJ one (Ennui Langeweile) - Revert order swap It works! Further work has been postponed to today, but if you do want to grab a GitHub Actions build of the upstream sync? Feel free to! I just want to make sure we get Quilt's new Game Test API in before release (Ennui Langeweile)
- Test if last commit works (Ennui Langeweile)
- Attempt to make licenser happy with CI for testing I doubt this will work though (Ennui Langeweile)
- Make Quilt Gradle Licenser happy (Ennui Langeweile)
- Invoke CI with published Quilt Loom 1.1 (Ennui Langeweile)
- Sync with Fabric API 0.73.2, update deps, bump version This commit's CI will fail because Quilt Loom 1.1 doesn't exist on Maven yet! But don't worry! I've tested it with development versions of Quilt Loom 1.1 and now? I can conclude that it works! Kudos to @TibiNonEst for the hard work on porting Quilt Loom to 1.1! (Ennui Langeweile)
- Bump versions (modmuss50)
- Fix vanilla behaviour change causing Dragon Breath's to leave an empty Glass Bottle in Brewing Stand (#2874) (modmuss50)
- Fix memory leak by using weak set for ArrayBackedEvent list (#2848) (BasiqueEvangelist)
- Update to Loom 1.1 (#2860) (modmuss50)