Actually, I coded mine just like SCMowns does: make a new folder entitled 'SCMowns' or another name in the eclipse folder, then inside it, make another new folder called whatever your mod is called, then inside it you put the classes.
hmmm.... do you mind if u give me the finished mod in a .zip, and i'll try to figure it out?
Can't you just copy my source the same way I did it?
the src is are java files, and you can't put that in mc. that's y u have to recompile and reobsuficate it, which turns it into a .class... and i have another mod in eclipse, and also, ur finished mod (when u reob.ed it) has all the folders in line and stuff...also it'd take less time if you uploaded the .zip...
Never mind, I saw the tab for it and I know that for me, i just took the code and read the directions and set it up myself, I just now remembered there wasn't a video inside the tab. My mistake.
Hey SCMowns, I have been posting this problem all over, I even posted on your help forums; I still can't find an answer. If you could help me that would be awesome. I am trying to make a certain type of armor in my mod and have it have infinite durability. If I set the durability to 0 in my EnumArmorMaterial type it doesn't do any protection. I have tried to implement ISpecialArmor, and whenever I get hit by a mob my game crashes with this inside the client:
Minecraft has crashed! ----------------------
Minecraft has stopped running because it encountered a problem; Ticking entity
A full error report has been saved to C:\Users\Leo\Desktop\MCP\jars\.\crash-reports\crash-2013-06-14_22.03.14-server.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT d6bb7984 -------- Full report at: C:\Users\Leo\Desktop\MCP\jars\.\crash-reports\crash-2013-06-14_22.03.14-server.txt Please show that file to Mojang, NOT just this screen!
Generated 6/14/13 10:03 PM
-- Head -- Stacktrace: at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112) at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176) at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060) at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075) at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453) at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118) at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211) at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119) at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123) at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110) at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835) at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37) at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187) at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858) at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45) at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206) at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337) at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717) at net.minecraft.world.World.updateEntity(World.java:2299)
-- Entity being ticked -- Details: Entity Type: Zombie (net.minecraft.entity.monster.EntityZombie) Entity ID: 743 Entity Name: Zombie Entity's Exact location: 194.66, 65.00, 219.21 Entity's Block location: World: (194,65,219), Chunk: (at 2,4,11 in 12,13; contains blocks 192,0,208 to 207,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Entity's Momentum: 0.05, -0.08, 0.03 Stacktrace: at net.minecraft.world.World.updateEntities(World.java:2145) at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546)
-- Affected level -- Details: Level name: New Worlda All players: 1 total; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]] Chunk stats: ServerChunkCache: 604 Drop: 0 Level seed: 8725721272671267133 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (200,64,256), Chunk: (at 8,4,0 in 12,16; contains blocks 192,0,256 to 207,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 2118 game time, 14277 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 101607 (now: false), thunder time: 58403 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-- System Details -- Details: Minecraft Version: 1.5.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_21, Oracle Corporation Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 805302152 bytes (767 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 5499 (307944 bytes; 0 MB) allocated, 3055 (171080 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63 FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 4 mods loaded, 4 mods active mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{5.2.2.684} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{7.8.0.684} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BurritoMod{v1} [Void Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Profiler Position: N/A (disabled) Vec3 Pool Size: 1034 (57904 bytes; 0 MB) allocated, 927 (51912 bytes; 0 MB) used Player Count: 1 / 8; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge'
java.lang.NullPointerException at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112) at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176) at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060) at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075) at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453) at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118) at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211) at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119) at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123) at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110) at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835) at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37) at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187) at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858) at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45) at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206) at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337) at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717) at net.minecraft.world.World.updateEntity(World.java:2299) at net.minecraft.world.World.updateEntities(World.java:2145) at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) --- END ERROR REPORT d380bdc4 ----------
and this is what it makes in the crash reports file:
java.lang.NullPointerException at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112) at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176) at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060) at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075) at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453) at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118) at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211) at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119) at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123) at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110) at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835) at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37) at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187) at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858) at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45) at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206) at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337) at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717) at net.minecraft.world.World.updateEntity(World.java:2299) at net.minecraft.world.World.updateEntities(World.java:2145) at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------
-- Head -- Stacktrace: at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112) at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176) at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060) at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075) at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453) at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118) at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211) at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119) at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123) at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110) at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835) at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37) at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187) at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858) at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45) at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206) at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337) at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717) at net.minecraft.world.World.updateEntity(World.java:2299)
-- Entity being ticked -- Details: Entity Type: Zombie (net.minecraft.entity.monster.EntityZombie) Entity ID: 743 Entity Name: Zombie Entity's Exact location: 194.66, 65.00, 219.21 Entity's Block location: World: (194,65,219), Chunk: (at 2,4,11 in 12,13; contains blocks 192,0,208 to 207,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Entity's Momentum: 0.05, -0.08, 0.03 Stacktrace: at net.minecraft.world.World.updateEntities(World.java:2145) at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546)
-- Affected level -- Details: Level name: New Worlda All players: 1 total; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]] Chunk stats: ServerChunkCache: 604 Drop: 0 Level seed: 8725721272671267133 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (200,64,256), Chunk: (at 8,4,0 in 12,16; contains blocks 192,0,256 to 207,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 2118 game time, 14277 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 101607 (now: false), thunder time: 58403 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-- System Details -- Details: Minecraft Version: 1.5.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_21, Oracle Corporation Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 805302152 bytes (767 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 5499 (307944 bytes; 0 MB) allocated, 3055 (171080 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63 FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 4 mods loaded, 4 mods active mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{5.2.2.684} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{7.8.0.684} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BurritoMod{v1} [Void Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Profiler Position: N/A (disabled) Vec3 Pool Size: 1034 (57904 bytes; 0 MB) allocated, 927 (51912 bytes; 0 MB) used Player Count: 1 / 8; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge'
Hey SCMowns, I have been posting this problem all over, I even posted on your help forums; I still can't find an answer. If you could help me that would be awesome. I am trying to make a certain type of armor in my mod and have it have infinite durability. If I set the durability to 0 in my EnumArmorMaterial type it doesn't do any protection. I have tried to implement ISpecialArmor, and whenever I get hit by a mob my game crashes with this inside the client:
Minecraft has crashed! ----------------------
Minecraft has stopped running because it encountered a problem; Ticking entity
A full error report has been saved to C:\Users\Leo\Desktop\MCP\jars\.\crash-reports\crash-2013-06-14_22.03.14-server.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT d6bb7984 -------- Full report at: C:\Users\Leo\Desktop\MCP\jars\.\crash-reports\crash-2013-06-14_22.03.14-server.txt Please show that file to Mojang, NOT just this screen!
Generated 6/14/13 10:03 PM
-- Head -- Stacktrace: at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112) at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176) at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060) at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075) at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453) at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118) at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211) at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119) at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123) at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110) at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835) at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37) at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187) at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858) at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45) at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206) at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337) at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717) at net.minecraft.world.World.updateEntity(World.java:2299)
-- Entity being ticked -- Details: Entity Type: Zombie (net.minecraft.entity.monster.EntityZombie) Entity ID: 743 Entity Name: Zombie Entity's Exact location: 194.66, 65.00, 219.21 Entity's Block location: World: (194,65,219), Chunk: (at 2,4,11 in 12,13; contains blocks 192,0,208 to 207,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Entity's Momentum: 0.05, -0.08, 0.03 Stacktrace: at net.minecraft.world.World.updateEntities(World.java:2145) at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546)
-- Affected level -- Details: Level name: New Worlda All players: 1 total; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]] Chunk stats: ServerChunkCache: 604 Drop: 0 Level seed: 8725721272671267133 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (200,64,256), Chunk: (at 8,4,0 in 12,16; contains blocks 192,0,256 to 207,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 2118 game time, 14277 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 101607 (now: false), thunder time: 58403 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-- System Details -- Details: Minecraft Version: 1.5.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_21, Oracle Corporation Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 805302152 bytes (767 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 5499 (307944 bytes; 0 MB) allocated, 3055 (171080 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63 FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 4 mods loaded, 4 mods active mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{5.2.2.684} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{7.8.0.684} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BurritoMod{v1} [Void Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Profiler Position: N/A (disabled) Vec3 Pool Size: 1034 (57904 bytes; 0 MB) allocated, 927 (51912 bytes; 0 MB) used Player Count: 1 / 8; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge'
java.lang.NullPointerException at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112) at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176) at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060) at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075) at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453) at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118) at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211) at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119) at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123) at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110) at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835) at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37) at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187) at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858) at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45) at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206) at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337) at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717) at net.minecraft.world.World.updateEntity(World.java:2299) at net.minecraft.world.World.updateEntities(World.java:2145) at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) --- END ERROR REPORT d380bdc4 ----------
and this is what it makes in the crash reports file:
java.lang.NullPointerException at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112) at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176) at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060) at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075) at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453) at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118) at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211) at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119) at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123) at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110) at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835) at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37) at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187) at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858) at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45) at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206) at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337) at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717) at net.minecraft.world.World.updateEntity(World.java:2299) at net.minecraft.world.World.updateEntities(World.java:2145) at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------
-- Head -- Stacktrace: at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112) at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176) at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060) at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075) at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453) at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118) at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211) at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119) at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123) at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110) at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835) at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37) at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187) at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858) at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45) at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206) at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337) at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717) at net.minecraft.world.World.updateEntity(World.java:2299)
-- Entity being ticked -- Details: Entity Type: Zombie (net.minecraft.entity.monster.EntityZombie) Entity ID: 743 Entity Name: Zombie Entity's Exact location: 194.66, 65.00, 219.21 Entity's Block location: World: (194,65,219), Chunk: (at 2,4,11 in 12,13; contains blocks 192,0,208 to 207,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Entity's Momentum: 0.05, -0.08, 0.03 Stacktrace: at net.minecraft.world.World.updateEntities(World.java:2145) at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546)
-- Affected level -- Details: Level name: New Worlda All players: 1 total; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]] Chunk stats: ServerChunkCache: 604 Drop: 0 Level seed: 8725721272671267133 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (200,64,256), Chunk: (at 8,4,0 in 12,16; contains blocks 192,0,256 to 207,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 2118 game time, 14277 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 101607 (now: false), thunder time: 58403 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-- System Details -- Details: Minecraft Version: 1.5.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_21, Oracle Corporation Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 805302152 bytes (767 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 5499 (307944 bytes; 0 MB) allocated, 3055 (171080 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63 FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 4 mods loaded, 4 mods active mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{5.2.2.684} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{7.8.0.684} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BurritoMod{v1} [Void Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Profiler Position: N/A (disabled) Vec3 Pool Size: 1034 (57904 bytes; 0 MB) allocated, 927 (51912 bytes; 0 MB) used Player Count: 1 / 8; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge'
lol, see what happens when u set it to -1
why? well i do wanna see what happens, and sometimes to "disable" something on stuff, u set it to -1...cause 0 apparently doesn't do it..
why? well i do wanna see what happens, and sometimes to "disable" something on stuff, u set it to -1...cause 0 apparently doesn't do it..
I already tried setting it to -1, it just makes it so that when you get hit by a mob, you take even more damage than you would without armor; the reason being:
public static EnumArmorMaterial VoidArmor = EnumHelper.addArmorMaterial("Void", 100000, new int []{20, 20, 20, 20}, 40);
The number after the "Void" string, that is the durability; how armor works, is that the durability gets multiplied by the new int[]{} values. If I set it to 0 it will be the same as having no armor, if I set it to -1 it would be even less.
Hey guys, I need a question ansered asap, when I try to run eclipse it says that java cannot run like SE or something? I need help cuz I wanna mod so bad, I have a windows 8 computer
I already tried setting it to -1, it just makes it so that when you get hit by a mob, you take even more damage than you would without armor; the reason being:
public static EnumArmorMaterial VoidArmor = EnumHelper.addArmorMaterial("Void", 100000, new int []{20, 20, 20, 20}, 40);
The number after the "Void" string, that is the durability; how armor works, is that the durability gets multiplied by the new int[]{} values. If I set it to 0 it will be the same as having no armor, if I set it to -1 it would be even less.
on episode 2 of forge, my texture of topaz isn't coming up Here is the error 2013-06-17 13:14:25 [WARNING] [Minecraft-Client] TextureManager.createTexture called for file textures/items/topaz.png, but that file does not exist. Ignoring.
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhmmm.... do you mind if u give me the finished mod in a .zip, and i'll try to figure it out?
Help modders out by contributing to the Forge Ore Dictionary List! http://mce626.wix.com/odnlist
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumthe src is are java files, and you can't put that in mc. that's y u have to recompile and reobsuficate it, which turns it into a .class... and i have another mod in eclipse, and also, ur finished mod (when u reob.ed it) has all the folders in line and stuff...also it'd take less time if you uploaded the .zip...
Help modders out by contributing to the Forge Ore Dictionary List! http://mce626.wix.com/odnlist
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumlol, i just helped TXX59 with his...
Help modders out by contributing to the Forge Ore Dictionary List! http://mce626.wix.com/odnlist
Sorry to as you of this, but can you help me with my problem? I posted it on page 47 if you need to see it.
He already made a video for ore gen, it's the newest episode (ep. 6)
Um, no. No he didnt.
get an animated Pokemon at http://www.pkparaiso.com/xy/sprites_pokemon.php?cid=2#chunk2
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumu do know that the code is in the text right? He just hasn't made the vid yet...so u can still do it..
Help modders out by contributing to the Forge Ore Dictionary List! http://mce626.wix.com/odnlist
Never mind, I saw the tab for it and I know that for me, i just took the code and read the directions and set it up myself, I just now remembered there wasn't a video inside the tab. My mistake.
Done right now!
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumthat's easy!
Help modders out by contributing to the Forge Ore Dictionary List! http://mce626.wix.com/odnlist
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Ticking entity
A full error report has been saved to C:\Users\Leo\Desktop\MCP\jars\.\crash-reports\crash-2013-06-14_22.03.14-server.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT d6bb7984 --------
Full report at:
C:\Users\Leo\Desktop\MCP\jars\.\crash-reports\crash-2013-06-14_22.03.14-server.txt
Please show that file to Mojang, NOT just this screen!
Generated 6/14/13 10:03 PM
-- Head --
Stacktrace:
at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112)
at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176)
at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060)
at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075)
at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453)
at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118)
at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211)
at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119)
at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123)
at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110)
at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835)
at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37)
at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858)
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45)
at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717)
at net.minecraft.world.World.updateEntity(World.java:2299)
-- Entity being ticked --
Details:
Entity Type: Zombie (net.minecraft.entity.monster.EntityZombie)
Entity ID: 743
Entity Name: Zombie
Entity's Exact location: 194.66, 65.00, 219.21
Entity's Block location: World: (194,65,219), Chunk: (at 2,4,11 in 12,13; contains blocks 192,0,208 to 207,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.05, -0.08, 0.03
Stacktrace:
at net.minecraft.world.World.updateEntities(World.java:2145)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546)
-- Affected level --
Details:
Level name: New Worlda
All players: 1 total; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]]
Chunk stats: ServerChunkCache: 604 Drop: 0
Level seed: 8725721272671267133
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (200,64,256), Chunk: (at 8,4,0 in 12,16; contains blocks 192,0,256 to 207,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2118 game time, 14277 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 101607 (now: false), thunder time: 58403 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_21, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 805302152 bytes (767 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 5499 (307944 bytes; 0 MB) allocated, 3055 (171080 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 4 mods loaded, 4 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{5.2.2.684} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{7.8.0.684} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BurritoMod{v1} [Void Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1034 (57904 bytes; 0 MB) allocated, 927 (51912 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
java.lang.NullPointerException
at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112)
at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176)
at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060)
at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075)
at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453)
at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118)
at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211)
at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119)
at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123)
at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110)
at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835)
at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37)
at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858)
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45)
at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717)
at net.minecraft.world.World.updateEntity(World.java:2299)
at net.minecraft.world.World.updateEntities(World.java:2145)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
--- END ERROR REPORT d380bdc4 ----------
and this is what it makes in the crash reports file:
---- Minecraft Crash Report ----
// My bad.
Time: 6/14/13 10:03 PM
Description: Ticking entity
java.lang.NullPointerException
at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112)
at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176)
at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060)
at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075)
at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453)
at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118)
at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211)
at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119)
at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123)
at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110)
at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835)
at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37)
at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858)
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45)
at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717)
at net.minecraft.world.World.updateEntity(World.java:2299)
at net.minecraft.world.World.updateEntities(World.java:2145)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.common.ISpecialArmor$ArmorProperties.ApplyArmor(ISpecialArmor.java:112)
at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1176)
at net.minecraft.entity.EntityLiving.attackEntityFrom(EntityLiving.java:1060)
at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1075)
at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:453)
at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:118)
at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:211)
at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:119)
at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:123)
at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:2110)
at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:1835)
at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37)
at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:187)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:858)
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45)
at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:206)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2337)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:717)
at net.minecraft.world.World.updateEntity(World.java:2299)
-- Entity being ticked --
Details:
Entity Type: Zombie (net.minecraft.entity.monster.EntityZombie)
Entity ID: 743
Entity Name: Zombie
Entity's Exact location: 194.66, 65.00, 219.21
Entity's Block location: World: (194,65,219), Chunk: (at 2,4,11 in 12,13; contains blocks 192,0,208 to 207,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.05, -0.08, 0.03
Stacktrace:
at net.minecraft.world.World.updateEntities(World.java:2145)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:546)
-- Affected level --
Details:
Level name: New Worlda
All players: 1 total; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]]
Chunk stats: ServerChunkCache: 604 Drop: 0
Level seed: 8725721272671267133
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (200,64,256), Chunk: (at 8,4,0 in 12,16; contains blocks 192,0,256 to 207,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2118 game time, 14277 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 101607 (now: false), thunder time: 58403 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:652)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_21, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 805302152 bytes (767 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 5499 (307944 bytes; 0 MB) allocated, 3055 (171080 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 4 mods loaded, 4 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{5.2.2.684} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{7.8.0.684} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BurritoMod{v1} [Void Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1034 (57904 bytes; 0 MB) allocated, 927 (51912 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Player662'/313, l='New Worlda', x=195.70, y=65.00, z=219.70]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumlol, see what happens when u set it to -1
why? well i do wanna see what happens, and sometimes to "disable" something on stuff, u set it to -1...cause 0 apparently doesn't do it..
Help modders out by contributing to the Forge Ore Dictionary List! http://mce626.wix.com/odnlist
I already tried setting it to -1, it just makes it so that when you get hit by a mob, you take even more damage than you would without armor; the reason being:
public static EnumArmorMaterial VoidArmor = EnumHelper.addArmorMaterial("Void", 100000, new int []{20, 20, 20, 20}, 40);The number after the "Void" string, that is the durability; how armor works, is that the durability gets multiplied by the new int[]{} values. If I set it to 0 it will be the same as having no armor, if I set it to -1 it would be even less.
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumoh...
Help modders out by contributing to the Forge Ore Dictionary List! http://mce626.wix.com/odnlist
2013-06-17 13:14:25 [WARNING] [Minecraft-Client] TextureManager.createTexture called for file textures/items/topaz.png, but that file does not exist. Ignoring.
do you have any idea how to fix it?