Jump to content

l12436

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by l12436

  1. so is there any asm tutorial? i have modify the class by the other jar lib. but it only could using by write the file.
  2. 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.
  3. but you suggest not to put any class inside the net.minecraft.*** so that i choose the java reflection first
  4. you mean the third way or the first way?
  5. yeah. but the java reflection is the most easy that i could learn for now.
  6. i need to use the Java reflection due to the runtime deofb and i think it will let the MOD more slow = =
  7. is there any good tutorials that transfer the modloader MOD to forge. i need the tutorial that how to access the protected method.
  8. i think it will decrease the compatible with modloader
  9. 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.
  10. 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.
×
×
  • Create New...

Important Information

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