Skip to content

Commit

Permalink
Remove reference to nonexisting refmap
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Nov 30, 2024
1 parent 4fb7946 commit 3c03b95
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public boolean platformHasEarlyLoadingScreen() {

@Override
public boolean platformUsesRefmap() {
return true;
return false;
}

@Override
Expand Down
1 change: 0 additions & 1 deletion fabric/src/main/resources/lithium-fabric.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"required": true,
"compatibilityLevel": "JAVA_21",
"plugin": "net.caffeinemc.mods.lithium.mixin.LithiumMixinPlugin",
"refmap": "lithium-fabric.refmap.json",
"injectors": {
"defaultRequire": 1
},
Expand Down
1 change: 0 additions & 1 deletion neoforge/src/main/resources/lithium-neoforge.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"required" : true,
"compatibilityLevel" : "JAVA_21",
"plugin" : "net.caffeinemc.mods.lithium.mixin.LithiumMixinPlugin",
"refmap" : "lithium-neoforge.refmap.json",
"injectors" : {
"defaultRequire" : 1
},
Expand Down

0 comments on commit 3c03b95

Please sign in to comment.