Update to 1.20.1 - #1
Open
KadTheHunter wants to merge 185 commits into
Open
KadTheHunter wants to merge 185 commits into
KadTheHunter wants to merge 185 commits into
Conversation
Not sure if I did versioning right, I'm not used to such things
uploaded wrong file lmao
| "minecraft": "~1.19.3", | ||
| "minecraft": ">=1.19", | ||
| "fabricloader": ">=0.14.11", | ||
| "fabric": "*", |
There was a problem hiding this comment.
Could you also change the mod ID of Fabric API to fabric-api?
Use fabric-api mod ID for Fabric API in fabric.mod.json
ABP is no longer compatible with <1.20.5
New Crowdin updates
Uses new Fabric build settings, bumps to JAVA 25, uses new FAPI methods, splits confirm messages into OverlayMessage and SystemMessage.
For once, my own stupidity (forgetting to add ClothConfig to test) actually alerted me to something I can fix!
[ci skip]
Added some missing translations from the latest update
This is from ancient times, when we didn't allow switching items whilst placing LOL
Not needed now that GameRenderer.pick() is refactored to Minecraft.pick()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not sure if I did versioning right, I'm not used to such things, so feel free to fix that.
Anyway, this just updates the mod to 1.20.1, and it actually works unlike Wyne10's version smh
I chose to set the fabric mod version to
>=1.19.3given no actual code changes were required.