Skip to content

Commit

Permalink
Prototype implementation of 0107-Multithreaded-Tracker.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiweegee committed Apr 1, 2024
1 parent dfcdc9b commit 05b0910
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 40 deletions.
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ kotlin {

configure<AccessWidenerExtension> {
paths = files("../src/main/resources/nitori.accesswidener")
}
}

This file was deleted.

6 changes: 5 additions & 1 deletion src/main/resources/mixins.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"MixinMob",
"MixinWorldGenRegion",
"MixinNoiseBasedChunkGenerator",
"MixinBlockPos"
"MixinBlockPos",
"MixinIteratorSafeOrderedReferenceSet",
"MixinChunkEntitySlicess",
"MixinServerBossEvent"
"MixinServerEntity"
]
}

0 comments on commit 05b0910

Please sign in to comment.