Skip to content

Commit

Permalink
Fix mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Mar 26, 2024
1 parent 41dbac1 commit 78c5121
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions common/src/main/resources/mods.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ MultiplatformModsDotGroovy.make {
}

onFabric {
mixin = [
'mixin.defaultresources.fabriquilt.json',
'mixin.defaultresources.json'
]
mixins {
mixin 'mixin.defaultresources.fabriquilt.json'
mixin 'mixin.defaultresources.json'
}
}
onNeoForge {
mixins = [
['config':'mixin.defaultresources.json']
]
mixins {
mixin 'mixin.defaultresources.json'
}
}
}

0 comments on commit 78c5121

Please sign in to comment.