Updated some API calls
This commit is contained in:
parent
f076a91da1
commit
6713e03088
14 changed files with 58 additions and 57 deletions
|
@ -78,9 +78,11 @@ public class BetterEnd implements ModInitializer {
|
|||
EndStructures.addBiomeStructures(biomeID, biome);
|
||||
}
|
||||
});
|
||||
if (RUNS_TRINKETS) {
|
||||
org.betterx.betterend.integration.trinkets.Elytra.register();
|
||||
}
|
||||
|
||||
//TODO: 1.20 Re-enable when Trinkets is back
|
||||
// if (RUNS_TRINKETS) {
|
||||
// org.betterx.betterend.integration.trinkets.Elytra.register();
|
||||
// }
|
||||
}
|
||||
|
||||
public static ResourceLocation makeID(String path) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue