Skip to content

Commit

Permalink
boots again xd
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Nov 8, 2023
1 parent b4ddfd7 commit 2a9bf39
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private static Proxy proxy() {
Class<?> testClazz = Class.forName("terrablender.api.Region");

if(testClazz != null) try {
Class<?> clazz = Class.forName("vazkii.quark.integration.terrablender.TerraBlenderIntegration");
Class<?> clazz = Class.forName("org.violetmoon.quark.integration.terrablender.TerraBlenderIntegration");
Supplier<UndergroundBiomeHandler.Proxy> supplier = (Supplier<Proxy>) clazz.getConstructor().newInstance();
proxy = supplier.get();
} catch (ReflectiveOperationException e) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/quark_integrations.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"required": false,
"compatibilityLevel": "JAVA_17",
"refmap": "quark.mixins.refmap.json",
"package": "vazkii.quark.integration.mixin",
"package": "org.violetmoon.quark.integration.mixin",
"mixins": [
"lootr.ConfigManagerMixin"
]
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/zeta.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@
"AccessorLootTable",
"AccessorPistonStructureResolver",
"PistonBaseBlockMixin",

"forge.WeatheringCopperMixin",
"forge.IngredientMixin",
"forge.self.IQuarkBlockMixin"
],
"client": [
"zeta_forge.client.AccessorBlockColors",
"zeta_forge.client.AccessorItemColors"
],
"injectors": {
"defaultRequire": 1
Expand Down

0 comments on commit 2a9bf39

Please sign in to comment.