Skip to content

Commit

Permalink
Make waila optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 committed Sep 6, 2024
1 parent 89eaa78 commit ddb7d6d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,9 @@ public void load(FMLInitializationEvent event) {
proxy.registerEntities();
proxy.registerEntityTrackers();
proxy.registerEvents();
BloodMagicWailaPlugin.init();

if(Loader.isModLoaded("Waila")) {
BloodMagicWailaPlugin.init();
}
// ItemStacks used for crafting go here
ItemStack lapisStack = new ItemStack(Items.dye, 1, 4);
ItemStack lavaBucketStack = new ItemStack(Items.lava_bucket);
Expand Down

0 comments on commit ddb7d6d

Please sign in to comment.