Skip to content

Commit

Permalink
Add zeta mixin jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Nov 8, 2023
1 parent c6671d2 commit b4ddfd7
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/main/resources/zeta.mixins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"minVersion": "0.8",
"required": true,
"compatibilityLevel": "JAVA_17",
"refmap": "quark.mixins.refmap.json",
"package": "org.violetmoon.zeta.mixin.mixins",
"plugin": "org.violetmoon.zeta.mixin.plugin.ZetaMixinPlugin",
"mixins": [
"AccessorLootTable",
"AccessorPistonStructureResolver",
"PistonBaseBlockMixin",

"forge.WeatheringCopperMixin",
"forge.IngredientMixin",
"forge.self.IQuarkBlockMixin"
],
"client": [
"zeta_forge.client.AccessorBlockColors",
"zeta_forge.client.AccessorItemColors"
],
"injectors": {
"defaultRequire": 1
}
}
19 changes: 19 additions & 0 deletions src/main/resources/zeta_forge.mixins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"minVersion": "0.8",
"required": true,
"compatibilityLevel": "JAVA_17",
"refmap": "quark.mixins.refmap.json",
"package": "org.violetmoon.zetaimplforge.mixin",
"mixins": [
"WeatheringCopperMixin",
"IngredientMixin",
"self.IQuarkBlockMixin"
],
"client": [
"client.AccessorBlockColors",
"client.AccessorItemColors"
],
"injectors": {
"defaultRequire": 1
}
}

0 comments on commit b4ddfd7

Please sign in to comment.