Jump to content

Recommended Posts

Posted

(mod_Ores.java:305) still uses ModLoader.addOverride

Stop

Fairly clear statement here, dont use addOverride at all, ever.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

i have replaced all modloader addOverride() and now have this error

at line 305 is this :

ModLoader.registerBlock(TinBlock);

 

as i have many more blocks i have many more of these lines aswell... altough i changed all the ModLoader.addOverride()

 

i now get this error :

Spoiler 

 

 

 

  Reveal hidden contents

 

 

 

i do relize that one of the problems is this

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.EnumArmorMaterial.getDamageReductionAmount(EnumArmorMaterial.java:56)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmor.<init>(ItemArmor.java:31)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmorBronze.<init>(ItemArmorBronze.java:27)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.mod_Ores.<clinit>(mod_Ores.java:219)

 

 

 

 

So i would love to solve it... but i just dont know how.

 

 

 

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.