Skip to content

Commit

Permalink
Enable missing mixin
Browse files Browse the repository at this point in the history
Fixes #1320
  • Loading branch information
Su5eD committed Aug 12, 2024
1 parent 7550d07 commit 0c63fe4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ dependencies {
"modCompileOnly"(sourceSets.main.get().output)

additionalRuntimeClasspath(files(tasks.jar))

implementation("curse.maven:connector-extras-913445:5618470")
}

val modJar: Jar by tasks.creating(Jar::class) {
Expand Down
9 changes: 5 additions & 4 deletions src/mod/resources/connector.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"plugin": "org.sinytra.connector.mod.ConnectorBootstrap",
"mixins": [
"AttributeSupplierBuilderMixin",
"ChunkGeneratorMixin",
"CommonHooksMixin",
"PlayerListMixin",
"ChunkGeneratorMixin",
"boot.DatagenModLoaderMixin",
"item.IItemExtensionMixin",
"item.ItemStackMixin",
Expand All @@ -18,21 +18,22 @@
"recipebook.RecipeBookManagerMixin",
"registries.DataPackRegistriesHooksAccessor",
"registries.MappedRegistryAccessor",
"registries.NeoForgeRegistriesSetupAccessor",
"registries.BuiltInRegistriesMixin",
"registries.EntityDataSerializersMixin",
"registries.NeoForgeRegistriesSetupAccessor",
"registries.ItemBlockRenderTypesMixin",
"registries.NeoForgeRegistriesSetupMixin",
"registries.NetworkRegistryMixin",
"registries.PoiTypesMixin",
"registries.RegistryDataLoaderMixin"
],
"client": [
"boot.MinecraftMixin",
"client.BlockColorsMixin",
"client.ForgeHooksClientMixin",
"client.ItemColorsMixin",
"client.ItemOverridesMixin",
"client.KeyMappingMixin",
"client.BlockColorsMixin",
"client.ItemColorsMixin",
"client.ParticleEngineMixin"
],
"server": [
Expand Down

0 comments on commit 0c63fe4

Please sign in to comment.