Hi, im making a mod and for some modules in really need to edit some vanilla classes and i have some questions,
first, suppose that class A implements IFMLLoadingPlugin and class B implements IClassTransformer, does class A loads class B?
And do i have to call class A from Main class in for example preinit event?
What i did create a normal mod and then add those classes to use asm and call class A in preinit event but the asm part isnt working, it doesnt show in log when i run the server so what im doing wrong?
Please help im new to modding
Thanks!