Skip to content

Commit

Permalink
Log Transformable Classes
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Oct 9, 2024
1 parent c0356ff commit 2f71774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/nomiceu/nomilabs/core/LabsTransformer.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import net.minecraftforge.fml.relauncher.FMLLaunchHandler;
import net.minecraftforge.fml.relauncher.Side;

import org.apache.logging.log4j.LogManager;
import org.objectweb.asm.*;

import com.nomiceu.nomilabs.config.LabsConfig;
Expand Down Expand Up @@ -52,6 +53,8 @@ public class LabsTransformer implements IClassTransformer, Opcodes {

transformableClasses.add(parts[0]);
}

LogManager.getLogger("LabsASM").debug("Computed Transformable Classes: {}", transformableClasses);
}

@Override
Expand Down

0 comments on commit 2f71774

Please sign in to comment.