Port to Minecraft 1.21.1 (Fabric)#424
Open
vanlueckn wants to merge 21 commits into
Open
Conversation
Ich hab doch keine Ahnung davon
Fabric/1.20.4
Port/1.21 fabric
Switch yarn mappings to 1.21.1+build.3 and Fabric API to 0.116.11+1.21.1, raise the fabric.mod.json minecraft dep range to ~1.21.1, and rename the artifact to TC-Redstone-1.21.1-Fabric. The dependencies block now reads minecraft / yarn / loader / fabric-api versions from gradle.properties so future bumps stay in one place. The 1.21-fabric linkableapi branch keeps working unchanged.
EMITER_TILE was registered with RS_MULTI_EMITTER as its only valid
block, so placing an emitter in 1.21.1 fails BlockEntity#validateSupports
("Invalid block entity tcredstone:emitter"). The check is new in
1.21.1; the typo had been latent in the 1.21 branch.
The previous commit accidentally tracked the loom/NeoForge run output (logs, saves, crash reports). Add runs/ to .gitignore and drop them from the index.
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.
Portiert TC-Wireless-Redstone auf Minecraft 1.21.1 (Fabric).
Hinweis: Das linkableapi-Submodul zeigt bereits auf den Upstream (MrTroble/linkableapi, Branch 1.20-master) – kein abhängiger linkableapi-PR notwendig.