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

backport current buildscripts to 1.12.2 #3856

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
add comment
  • Loading branch information
wagyourtail committed Feb 28, 2023
commit a71f07ba8ecdb9b92e6c4d5a790c25aec7615ce9
1 change: 1 addition & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ minecraft {

mappings {
// fabric uses newer mixin...
// in reality, fields from this class should become constants at compile time
getStub("COMBINED").withMappings(["intermediary", "official"]) {
c("org.objectweb.asm.Opcodes", "org.spongepowered.asm.lib.Opcodes")
}
Expand Down