Fixed Compiletime issue

This commit is contained in:
Frank 2022-12-09 16:01:06 +01:00
parent fd2559e038
commit a8856fff15
94 changed files with 562 additions and 574 deletions

View file

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