Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Remove messages for old ASM (#374)
Browse files Browse the repository at this point in the history
* remove messages for old ASM

* leave as info

Former-commit-id: 4c1c24addf7712ceba645cade6f4b55c5a8ea99c
  • Loading branch information
bombcar authored Nov 30, 2023
1 parent 992a89a commit 05c6825
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,10 @@ public BWCore() {
public void preInit(FMLPreInitializationEvent event) {
shouldTransform[0] = ConfigHandler.enabledPatches[0];
shouldTransform[1] = ConfigHandler.enabledPatches[1];
shouldTransform[2] = ConfigHandler.enabledPatches[2];
shouldTransform[3] = ConfigHandler.enabledPatches[3];
shouldTransform[4] = false;
shouldTransform[5] = ConfigHandler.enabledPatches[5];
shouldTransform[6] = ConfigHandler.enabledPatches[6];
// shouldTransform[6] = true;
BWCore.BWCORE_LOG.info("Extra Utilities found and ASM Patch enabled? " + shouldTransform[0]);
BWCore.BWCORE_LOG.info("Thaumcraft found and ASM Patch enabled? " + shouldTransform[3]);
BWCore.BWCORE_LOG.info("RWG found and ASM Patch enabled? " + shouldTransform[5]);
BWCore.BWCORE_LOG.info("Thaumcraft found and ASM Patch enabled? " + shouldTransform[2]);
}

@Override
Expand Down

0 comments on commit 05c6825

Please sign in to comment.