[Change] Re-Enabled Trinkets Support

This commit is contained in:
Frank 2023-05-16 12:56:31 +02:00
parent 708f66deed
commit 96bd941459
2 changed files with 2 additions and 4 deletions

View file

@ -76,8 +76,7 @@ public class BetterEnd implements ModInitializer {
} }
}); });
if (RUNS_TRINKETS) { if (RUNS_TRINKETS) {
//TODO: 1.19.3 Reenable when Trinkets is available org.betterx.betterend.integration.trinkets.Elytra.register();
//org.betterx.betterend.integration.trinkets.Elytra.register();
} }
} }

View file

@ -51,8 +51,7 @@ public class BetterEndClient implements ClientModInitializer {
} }
if (BetterEnd.RUNS_TRINKETS) { if (BetterEnd.RUNS_TRINKETS) {
//TODO: 1.19.3 Reenable when Trinkets is available org.betterx.betterend.integration.trinkets.ElytraClient.register();
//org.betterx.betterend.integration.trinkets.ElytraClient.register();
} }
} }