[Change] Re-Enabled Trinkets Support
This commit is contained in:
parent
708f66deed
commit
96bd941459
2 changed files with 2 additions and 4 deletions
|
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue