Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the mod-base to 1.20.4 #340

Merged
merged 1 commit into from
Dec 30, 2023
Merged

Conversation

maghedo243
Copy link
Contributor

In the push to update the mod to 1.20.4, the gradle.properties, build.gradle, and fabric.mod.json were changed to account for any versioning.

Then the command "gradlew migrateMappings --mappings "1.20.4+build.3" was run to fix mixin errors. After that, the Gradle was updated from 8.1.1 to 8.5 due to a need by 1.20.4 Fabric.

Finally, the migrateMappings command made a new src folder and copied everything over with the fixed mixins. As such I've named the old src file "oldSrc" until we decide to delete it.

….gradle, and fabric.mod.json were changed to account for any versioning.

Then the command "gradlew migrateMappings --mappings "1.20.4+build.3" was run to fix mixin errors. After that, the Gradle was updated from 8.1.1 to 8.5 due to a need by 1.20.4 Fabric.

Finally, the migrateMappings command made a new src folder and copied everything over with the fixed mixins. As such I've named the old src file "oldSrc" until we decide to delete it.
@RUGMJ RUGMJ merged commit 2830e71 into RedstoneTools:rewrite Dec 30, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants