i decide to change my class to coremod
i have see your wiki access transformer.
but i still did not know how to add my code to the class.
and i have seen the codechicken mod, i did not found the code that about add my custom code.
so i need to change the protected to the public or create a class inside the package.
the second will make a large work in develop
and by the way.
the CJB MOD now is develop by me and i use the forge.
although some of code is still use the modloader.
2013-03-16 19:47:44 [資訊] [sTDERR] java.lang.IllegalAccessError: tried to access method net.minecraft.entity.Entity.func_70022_Q()Ljava/lang/String; from class mod_cjb_moreinfo
2013-03-16 19:47:44 [資訊] [sTDERR] at mod_cjb_moreinfo.renderMod(mod_cjb_moreinfo.java:177)
2013-03-16 19:47:44 [資訊] [sTDERR] at mod_cjb_moreinfo.onTickInGame(mod_cjb_moreinfo.java:76)
2013-03-16 19:47:44 [資訊] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
2013-03-16 19:47:44 [資訊] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
2013-03-16 19:47:44 [資訊] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)
2013-03-16 19:47:44 [資訊] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
2013-03-16 19:47:44 [資訊] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
2013-03-16 19:47:44 [資訊] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:140)
2013-03-16 19:47:44 [資訊] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:379)
2013-03-16 19:47:44 [資訊] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:868)
2013-03-16 19:47:44 [資訊] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:755)
2013-03-16 19:47:44 [資訊] [sTDERR] at java.lang.Thread.run(Thread.java:722)
i do not known that why this will happened.