Jump to content

Logger not working


JayNeedsHelp

Recommended Posts

So I'm currently creating a forge mod and I'm having an issue where the console stops logging after some errors. It seems to be connected to the access transformers that I'm using as before I added at's my console was working fine.

 

Here is my at file: 

public-f net.minecraft.client.Minecraft session
public net.minecraft.client.Minecraft timer

public net.minecraft.client.gui.GuiScreen buttonList

public net.minecraft.util.Timer tickLength

public net.minecraft.network.play.client.CPacketPlayer onGround

public net.minecraft.network.play.server.SPacketEntityVelocity motionX
public net.minecraft.network.play.server.SPacketEntityVelocity motionY
public net.minecraft.network.play.server.SPacketEntityVelocity motionZ

public net.minecraft.network.play.server.SPacketExplosion motionX
public net.minecraft.network.play.server.SPacketExplosion motionY
public net.minecraft.network.play.server.SPacketExplosion motionZ

public net.minecraft.client.renderer.entity.RenderManager renderPosX
public net.minecraft.client.renderer.entity.RenderManager renderPosY
public net.minecraft.client.renderer.entity.RenderManager renderPosZ

 

Any help is greatly appreciated thank you!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.