Skip to content

Commit

Permalink
backport 4.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NatanLifshitz committed Jan 16, 2024
1 parent b8f51c0 commit 63db7fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@
*/
@Mixin(Iris.class)
public class SilentNEC {
@Shadow(remap = false)
private static boolean hasNEC;

@Inject(at = @At("TAIL"), method = "onEarlyInitialize", remap = false)
private void onEarlyInitialize(CallbackInfo info) {
var platform = (FabricPlatform)NecPlatform.instance();
platform.setIrisExists();
hasNEC = false; // NEC doesn't exist Iris, it doesn't exist...
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ task_tree = { id = "com.dorongold.task-tree", version.ref = "task_tree" }
[versions]

# This Mod Version
mod_version = "4.4.6"
mod_version = "4.4.7"

# Gradle Plugins
architectury_plugin = "3.4-SNAPSHOT"
Expand Down

0 comments on commit 63db7fd

Please sign in to comment.