Créer une nouvelle plante comme le melon ou la citrouille.
-
Salut, tout est dans le titre :).
Je cherche a créer une nouvelle plante comme le melon ou la citrouille, mais le problème, et que la ou j’en suit, il y a un problème avec le render, et lore du crache, sa me dit que qu’elle que chose cloche sur la troisieme ligne::::
[CODE_Java] public int getState(IBlockAccess par1IBlockAccess, int par2, int par3, int par4)
{
int l = par1IBlockAccess.getBlockMetadata(par2, par3, par4);
return l < 7 ? -1 : (par1IBlockAccess.getBlockId(par2 - 1, par3, par4) == this.fruitType.blockID ? 0 : (par1IBlockAccess.getBlockId(par2 + 1, par3, par4) == this.fruitType.blockID ? 1 : (par1IBlockAccess.getBlockId(par2, par3, par4 - 1) == this.fruitType.blockID ? 2 : (par1IBlockAccess.getBlockId(par2, par3, par4 + 1) == this.fruitType.blockID ? 3 : -1))));
}[/CODE_Java]
:::Sinon les log de la console::::
2013-09-07 17:02:56 [Infos] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading 2013-09-07 17:02:56 [Infos] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0-ea, running on Windows Vista:amd64:6.0, installed at C:\Program Files\Java\jre8 2013-09-07 17:02:56 [Infos] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-09-07 17:03:01 [Infos] [STDOUT] 229 recipes 2013-09-07 17:03:01 [Infos] [STDOUT] 27 achievements 2013-09-07 17:03:01 [Infos] [Minecraft-Client] Setting user: Player73 2013-09-07 17:03:01 [Infos] [STDOUT] (Session ID is -) 2013-09-07 17:03:01 [Infos] [STDERR] Client asked for parameter: server 2013-09-07 17:03:01 [Infos] [Minecraft-Client] LWJGL Version: 2.4.2 2013-09-07 17:03:02 [Infos] [MinecraftForge] Attempting early MinecraftForge initialization 2013-09-07 17:03:02 [Infos] [STDOUT] MinecraftForge v7.8.1.737 Initialized 2013-09-07 17:03:02 [Infos] [ForgeModLoader] MinecraftForge v7.8.1.737 Initialized 2013-09-07 17:03:03 [Infos] [STDOUT] Replaced 85 ore recipies 2013-09-07 17:03:03 [Infos] [MinecraftForge] Completed early MinecraftForge initialization 2013-09-07 17:03:03 [Infos] [ForgeModLoader] Reading custom logging properties from C:\Users\sevenno07\Desktop\Moding Minecraft 1.5.2[moding]\forge\mcp\jars\config\logging.properties 2013-09-07 17:03:03 [Désactivé] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL 2013-09-07 17:03:03 [Infos] [ForgeModLoader] Searching C:\Users\sevenno07\Desktop\Moding Minecraft 1.5.2[moding]\forge\mcp\jars\mods for mods 2013-09-07 17:03:06 [Infos] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load 2013-09-07 17:03:06 [Infos] [mcp] Activating mod mcp 2013-09-07 17:03:06 [Infos] [FML] Activating mod FML 2013-09-07 17:03:06 [Infos] [Forge] Activating mod Forge 2013-09-07 17:03:06 [Infos] [(mon_mod)] Activating mod (mon_mod) 2013-09-07 17:03:06 [Infos] [ForgeModLoader] Registering Forge Packet Handler 2013-09-07 17:03:06 [Infos] [ForgeModLoader] Succeeded registering Forge Packet Handler 2013-09-07 17:03:06 [Infos] [ForgeModLoader] Configured a dormant chunk cache size of 0 2013-09-07 17:03:06 [Infos] [(mon_mod)] Initialisation des ID's terminé! 2013-09-07 17:03:06 [Infos] [(mon_mod)] Initialisation des CreativeTabs terminées! 2013-09-07 17:03:06 [Infos] [(mon_mod)] Initialisation des Blocks terminés! 2013-09-07 17:03:06 [Infos] [(mon_mod)] Initialisation des Items terminés! 2013-09-07 17:03:07 [Infos] [STDOUT] 2013-09-07 17:03:07 [Infos] [STDOUT] Starting up SoundSystem… 2013-09-07 17:03:07 [Infos] [STDOUT] Initializing LWJGL OpenAL 2013-09-07 17:03:07 [Infos] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2013-09-07 17:03:07 [Infos] [STDOUT] OpenAL initialized. 2013-09-07 17:03:07 [Infos] [STDOUT] 2013-09-07 17:03:07 [Infos] [(mon_mod)] Initialisation des sons terminés! 2013-09-07 17:03:08 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/ModWoodSlab.png, but that file does not exist. Ignoring. 2013-09-07 17:03:08 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/ModStoneSlab.png, but that file does not exist. Ignoring. 2013-09-07 17:03:08 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/NetherPoweredRail.png, but that file does not exist. Ignoring. 2013-09-07 17:03:08 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/NetherRail.png, but that file does not exist. Ignoring. 2013-09-07 17:03:08 [Infos] [ForgeModLoader] Forge Mod Loader has detected an older LWJGL version, new advanced texture animation features are disabled 2013-09-07 17:03:08 [Infos] [ForgeModLoader] Not using advanced OpenGL 4.3 advanced capability for animations : OpenGL 4.3 is not available 2013-09-07 17:03:08 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt 2013-09-07 17:03:08 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt 2013-09-07 17:03:08 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt 2013-09-07 17:03:08 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt 2013-09-07 17:03:08 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt 2013-09-07 17:03:08 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt 2013-09-07 17:03:08 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water.txt 2013-09-07 17:03:09 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/GoldBucket.png, but that file does not exist. Ignoring. 2013-09-07 17:03:09 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/WaterBucket.png, but that file does not exist. Ignoring. 2013-09-07 17:03:09 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file mods/(mon_mod)/textures/items/Pepper.png, but that file does not exist. Ignoring. 2013-09-07 17:03:09 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/LavaBucket.png, but that file does not exist. Ignoring. 2013-09-07 17:03:09 [Infos] [Minecraft-Client] Found animation info for: textures/items/clock.txt 2013-09-07 17:03:09 [Infos] [Minecraft-Client] Found animation info for: textures/items/compass.txt 2013-09-07 17:03:09 [Infos] [(mon_mod)] Initialisation des Entity's terminées! 2013-09-07 17:03:10 [Infos] [(mon_mod)] Initialisation des TileEntity's terminés! 2013-09-07 17:03:10 [Infos] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods 2013-09-07 17:03:10 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/ModWoodSlab.png, but that file does not exist. Ignoring. 2013-09-07 17:03:10 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/ModStoneSlab.png, but that file does not exist. Ignoring. 2013-09-07 17:03:10 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/NetherPoweredRail.png, but that file does not exist. Ignoring. 2013-09-07 17:03:10 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/NetherRail.png, but that file does not exist. Ignoring. 2013-09-07 17:03:11 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt 2013-09-07 17:03:11 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt 2013-09-07 17:03:11 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt 2013-09-07 17:03:11 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt 2013-09-07 17:03:11 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt 2013-09-07 17:03:11 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt 2013-09-07 17:03:11 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water.txt 2013-09-07 17:03:12 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/GoldBucket.png, but that file does not exist. Ignoring. 2013-09-07 17:03:12 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/WaterBucket.png, but that file does not exist. Ignoring. 2013-09-07 17:03:12 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file mods/(mon_mod)/textures/items/Pepper.png, but that file does not exist. Ignoring. 2013-09-07 17:03:12 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/LavaBucket.png, but that file does not exist. Ignoring. 2013-09-07 17:03:12 [Infos] [Minecraft-Client] Found animation info for: textures/items/clock.txt 2013-09-07 17:03:12 [Infos] [Minecraft-Client] Found animation info for: textures/items/compass.txt 2013-09-07 17:03:16 [Infos] [Minecraft-Server] Starting integrated minecraft server version 1.5.2 2013-09-07 17:03:16 [Infos] [Minecraft-Server] Generating keypair 2013-09-07 17:03:17 [Infos] [ForgeModLoader] Loading dimension 0 (Copy of New World) (net.minecraft.server.integrated.IntegratedServer@5d2b4bd1) 2013-09-07 17:03:17 [Infos] [ForgeModLoader] Loading dimension 1 (Copy of New World) (net.minecraft.server.integrated.IntegratedServer@5d2b4bd1) 2013-09-07 17:03:17 [Infos] [ForgeModLoader] Loading dimension -1 (Copy of New World) (net.minecraft.server.integrated.IntegratedServer@5d2b4bd1) 2013-09-07 17:03:17 [Infos] [Minecraft-Server] Preparing start region for level 0 2013-09-07 17:03:18 [Infos] [Minecraft-Server] Preparing spawn area: 56% 2013-09-07 17:03:19 [Infos] [STDOUT] loading single player 2013-09-07 17:03:19 [Infos] [Minecraft-Server] Player73[/127.0.0.1:0] logged in with entity id 73 at (4.456495187804375, 4.0, 0.560558248993968) 2013-09-07 17:03:19 [Infos] [STDERR] net.minecraft.util.ReportedException: Exception ticking world 2013-09-07 17:03:19 [Infos] [STDERR] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:649) 2013-09-07 17:03:19 [Infos] [STDERR] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:573) 2013-09-07 17:03:19 [Infos] [STDERR] at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127) 2013-09-07 17:03:19 [Infos] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470) 2013-09-07 17:03:19 [Infos] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2013-09-07 17:03:19 [Infos] [STDERR] Caused by: java.lang.NullPointerException 2013-09-07 17:03:19 [Infos] [STDERR] at net.minecraft.block.BlockStem.updateTick(BlockStem.java:67) 2013-09-07 17:03:19 [Infos] [STDERR] at (mon_mod).common.block.PepperC.updateTick(PepperC.java:53) 2013-09-07 17:03:19 [Infos] [STDERR] at net.minecraft.world.WorldServer.tickBlocksAndAmbiance(WorldServer.java:438) 2013-09-07 17:03:19 [Infos] [STDERR] at net.minecraft.world.WorldServer.tick(WorldServer.java:197) 2013-09-07 17:03:19 [Infos] [STDERR] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:643) 2013-09-07 17:03:19 [Infos] [STDERR] … 4 more 2013-09-07 17:03:19 [Grave] [Minecraft-Server] Encountered an unexpected exception ReportedException net.minecraft.util.ReportedException: Exception ticking world at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:649) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:573) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) Caused by: java.lang.NullPointerException at net.minecraft.block.BlockStem.updateTick(BlockStem.java:67) at (mon_mod).common.block.PepperC.updateTick(PepperC.java:53) at net.minecraft.world.WorldServer.tickBlocksAndAmbiance(WorldServer.java:438) at net.minecraft.world.WorldServer.tick(WorldServer.java:197) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:643) … 4 more 2013-09-07 17:03:19 [Grave] [Minecraft-Server] This crash report has been saved to: C:\Users\sevenno07\Desktop\Moding Minecraft 1.5.2[moding]\forge\mcp\jars\.\crash-reports\crash-2013-09-07_17.03.19-server.txt 2013-09-07 17:03:19 [Infos] [Minecraft-Server] Stopping server 2013-09-07 17:03:19 [Infos] [Minecraft-Server] Saving players 2013-09-07 17:03:19 [Infos] [Minecraft-Server] Saving worlds 2013-09-07 17:03:19 [Infos] [Minecraft-Server] Saving chunks for level 'Copy of New World'/Overworld 2013-09-07 17:03:19 [Infos] [Minecraft-Server] Saving chunks for level 'Copy of New World'/Nether 2013-09-07 17:03:19 [Infos] [Minecraft-Server] Saving chunks for level 'Copy of New World'/The End 2013-09-07 17:03:20 [Infos] [ForgeModLoader] Unloading dimension 0 2013-09-07 17:03:20 [Infos] [ForgeModLoader] Unloading dimension -1 2013-09-07 17:03:20 [Infos] [ForgeModLoader] Unloading dimension 1 2013-09-07 17:03:20 [Infos] [ForgeModLoader] The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded. 2013-09-07 17:03:20 [Infos] [STDERR] java.lang.NullPointerException 2013-09-07 17:03:20 [Infos] [STDERR] at net.minecraft.client.gui.RunnableTitleScreen.run(RunnableTitleScreen.java:33) 2013-09-07 17:03:20 [Infos] [STDERR] at java.lang.Thread.run(Thread.java:724) 2013-09-07 17:03:30 [Infos] [Minecraft-Client] Stopping! 2013-09-07 17:03:30 [Infos] [STDOUT] 2013-09-07 17:03:30 [Infos] [STDOUT] SoundSystem shutting down… 2013-09-07 17:03:30 [Infos] [STDOUT] Author: Paul Lamb, www.paulscode.com 2013-09-07 17:03:30 [Infos] [STDOUT] 2013-09-07 17:03:31 [Infos] [STDERR] Someone is closing me! Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
:::
Après ne faite pas attention au textures qui ne son pas trouvai, c’est en travaux.Merci d’avance.
Cordialement. -
2013-09-07 17:03:19 [Infos] [STDERR] Caused by: java.lang.NullPointerException
Tu as oublié d’initialiser un truc.
-
ok merci, mais quoi ? XD
La je ne vois pas vraiment x). -
at (mon_mod).common.block.PepperC.updateTick(PepperC.java:53)
Dans la méthode updateTick(), à la ligne 53 de la classe
-
Ok merci, je regarde sa :).
… Justement, c’est la ligne ou je vous dit ou il y a un problème … mais je ne vois vraiment pas qu’esse qu’il faut que j’initialise :(.
Et je n’est pas de “updateTick()”, le code est en haut en plus x).
J’ai rien dit, je viens de trouvais le updateTick() XD.___
dsl double post:
Je ne comprend rien, je n’est rien touchai, et pourtant j’ai un debug différent du premier …::::2013-09-08 12:54:46 [Infos] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading 2013-09-08 12:54:46 [Infos] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0-ea, running on Windows Vista:amd64:6.0, installed at C:\Program Files\Java\jre8 2013-09-08 12:54:46 [Infos] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-09-08 12:54:50 [Infos] [STDOUT] 229 recipes 2013-09-08 12:54:50 [Infos] [STDOUT] 27 achievements 2013-09-08 12:54:51 [Infos] [Minecraft-Client] Setting user: Player688 2013-09-08 12:54:51 [Infos] [STDOUT] (Session ID is -) 2013-09-08 12:54:51 [Infos] [STDERR] Client asked for parameter: server 2013-09-08 12:54:51 [Infos] [Minecraft-Client] LWJGL Version: 2.4.2 2013-09-08 12:54:52 [Infos] [MinecraftForge] Attempting early MinecraftForge initialization 2013-09-08 12:54:52 [Infos] [STDOUT] MinecraftForge v7.8.1.737 Initialized 2013-09-08 12:54:52 [Infos] [ForgeModLoader] MinecraftForge v7.8.1.737 Initialized 2013-09-08 12:54:52 [Infos] [STDOUT] Replaced 85 ore recipies 2013-09-08 12:54:52 [Infos] [MinecraftForge] Completed early MinecraftForge initialization 2013-09-08 12:54:52 [Infos] [ForgeModLoader] Reading custom logging properties from C:\Users\sevenno07\Desktop\Moding Minecraft 1.5.2[moding]\forge\mcp\jars\config\logging.properties 2013-09-08 12:54:52 [Désactivé] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL 2013-09-08 12:54:52 [Infos] [ForgeModLoader] Searching C:\Users\sevenno07\Desktop\Moding Minecraft 1.5.2[moding]\forge\mcp\jars\mods for mods 2013-09-08 12:54:54 [Infos] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load 2013-09-08 12:54:54 [Infos] [mcp] Activating mod mcp 2013-09-08 12:54:54 [Infos] [FML] Activating mod FML 2013-09-08 12:54:54 [Infos] [Forge] Activating mod Forge 2013-09-08 12:54:54 [Infos] [(mon_mod)] Activating mod (mon_mod) 2013-09-08 12:54:54 [Infos] [ForgeModLoader] Registering Forge Packet Handler 2013-09-08 12:54:54 [Infos] [ForgeModLoader] Succeeded registering Forge Packet Handler 2013-09-08 12:54:54 [Infos] [ForgeModLoader] Configured a dormant chunk cache size of 0 2013-09-08 12:54:54 [Infos] [(mon_mod)] Initialisation des ID's terminé! 2013-09-08 12:54:54 [Infos] [(mon_mod)] Initialisation des CreativeTabs terminées! 2013-09-08 12:54:55 [Infos] [(mon_mod)] Initialisation des Blocks terminés! 2013-09-08 12:54:55 [Infos] [(mon_mod)] Initialisation des Items terminés! 2013-09-08 12:54:55 [Infos] [STDOUT] 2013-09-08 12:54:55 [Infos] [STDOUT] Starting up SoundSystem… 2013-09-08 12:54:55 [Infos] [STDOUT] Initializing LWJGL OpenAL 2013-09-08 12:54:55 [Infos] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2013-09-08 12:54:55 [Infos] [STDOUT] OpenAL initialized. 2013-09-08 12:54:56 [Infos] [STDOUT] 2013-09-08 12:54:56 [Infos] [(mon_mod)] Initialisation des sons terminés! 2013-09-08 12:54:56 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/ModWoodSlab.png, but that file does not exist. Ignoring. 2013-09-08 12:54:56 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/ModStoneSlab.png, but that file does not exist. Ignoring. 2013-09-08 12:54:56 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/NetherPoweredRail.png, but that file does not exist. Ignoring. 2013-09-08 12:54:56 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/NetherRail.png, but that file does not exist. Ignoring. 2013-09-08 12:54:57 [Infos] [ForgeModLoader] Forge Mod Loader has detected an older LWJGL version, new advanced texture animation features are disabled 2013-09-08 12:54:57 [Infos] [ForgeModLoader] Not using advanced OpenGL 4.3 advanced capability for animations : OpenGL 4.3 is not available 2013-09-08 12:54:57 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt 2013-09-08 12:54:57 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt 2013-09-08 12:54:57 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt 2013-09-08 12:54:57 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt 2013-09-08 12:54:57 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt 2013-09-08 12:54:57 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt 2013-09-08 12:54:57 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water.txt 2013-09-08 12:54:57 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/GoldBucket.png, but that file does not exist. Ignoring. 2013-09-08 12:54:57 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/WaterBucket.png, but that file does not exist. Ignoring. 2013-09-08 12:54:57 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file mods/(mon_mod)/textures/items/Pepper.png, but that file does not exist. Ignoring. 2013-09-08 12:54:57 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/LavaBucket.png, but that file does not exist. Ignoring. 2013-09-08 12:54:57 [Infos] [Minecraft-Client] Found animation info for: textures/items/clock.txt 2013-09-08 12:54:57 [Infos] [Minecraft-Client] Found animation info for: textures/items/compass.txt 2013-09-08 12:54:58 [Infos] [(mon_mod)] Initialisation des Entity's terminées! 2013-09-08 12:54:58 [Infos] [(mon_mod)] Initialisation des TileEntity's terminés! 2013-09-08 12:54:58 [Infos] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods 2013-09-08 12:54:58 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/ModWoodSlab.png, but that file does not exist. Ignoring. 2013-09-08 12:54:58 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/ModStoneSlab.png, but that file does not exist. Ignoring. 2013-09-08 12:54:58 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/NetherPoweredRail.png, but that file does not exist. Ignoring. 2013-09-08 12:54:58 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/NetherRail.png, but that file does not exist. Ignoring. 2013-09-08 12:54:59 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt 2013-09-08 12:54:59 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt 2013-09-08 12:54:59 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt 2013-09-08 12:54:59 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt 2013-09-08 12:54:59 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt 2013-09-08 12:54:59 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt 2013-09-08 12:54:59 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water.txt 2013-09-08 12:54:59 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/GoldBucket.png, but that file does not exist. Ignoring. 2013-09-08 12:54:59 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/WaterBucket.png, but that file does not exist. Ignoring. 2013-09-08 12:54:59 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file mods/(mon_mod)/textures/items/Pepper.png, but that file does not exist. Ignoring. 2013-09-08 12:55:00 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/items/LavaBucket.png, but that file does not exist. Ignoring. 2013-09-08 12:55:00 [Infos] [Minecraft-Client] Found animation info for: textures/items/clock.txt 2013-09-08 12:55:00 [Infos] [Minecraft-Client] Found animation info for: textures/items/compass.txt 2013-09-08 12:55:19 [Infos] [Minecraft-Server] Starting integrated minecraft server version 1.5.2 2013-09-08 12:55:19 [Infos] [Minecraft-Server] Generating keypair 2013-09-08 12:55:19 [Infos] [ForgeModLoader] Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@6f95df9c) 2013-09-08 12:55:19 [Infos] [ForgeModLoader] Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@6f95df9c) 2013-09-08 12:55:20 [Infos] [ForgeModLoader] Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@6f95df9c) 2013-09-08 12:55:20 [Infos] [Minecraft-Server] Preparing start region for level 0 2013-09-08 12:55:21 [Infos] [Minecraft-Server] Preparing spawn area: 85% 2013-09-08 12:55:21 [Infos] [STDOUT] loading single player 2013-09-08 12:55:21 [Infos] [Minecraft-Server] Player688[/127.0.0.1:0] logged in with entity id 21 at (179.1639905401618, 4.0, -821.421960056736) 2013-09-08 12:55:24 [Infos] [STDERR] java.lang.NullPointerException 2013-09-08 12:55:24 [Infos] [STDERR] at (mon_mod).common.block.PepperC.getState(PepperC.java:199) 2013-09-08 12:55:24 [Infos] [STDERR] at net.minecraft.client.renderer.RenderBlocks.renderBlockStem(RenderBlocks.java:3503) 2013-09-08 12:55:24 [Infos] [STDERR] at net.minecraft.client.renderer.RenderBlocks.renderBlockByRenderType(RenderBlocks.java:456) 2013-09-08 12:55:24 [Infos] [STDERR] at net.minecraft.client.renderer.WorldRenderer.updateRenderer(WorldRenderer.java:226) 2013-09-08 12:55:24 [Infos] [STDERR] at net.minecraft.client.renderer.RenderGlobal.updateRenderers(RenderGlobal.java:1535) 2013-09-08 12:55:24 [Infos] [STDERR] at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1119) 2013-09-08 12:55:24 [Infos] [STDERR] at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:991) 2013-09-08 12:55:24 [Infos] [STDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871) 2013-09-08 12:55:24 [Infos] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-08 12:55:24 [Infos] [STDERR] at java.lang.Thread.run(Thread.java:724) 2013-09-08 12:55:24 [Infos] [Minecraft-Server] Stopping server 2013-09-08 12:55:24 [Infos] [Minecraft-Server] Saving players 2013-09-08 12:55:24 [Infos] [Minecraft-Server] Saving worlds 2013-09-08 12:55:24 [Infos] [Minecraft-Server] Saving chunks for level 'New World'/Overworld 2013-09-08 12:55:24 [Infos] [Minecraft-Server] Saving chunks for level 'New World'/Nether 2013-09-08 12:55:24 [Infos] [Minecraft-Server] Saving chunks for level 'New World'/The End 2013-09-08 12:55:24 [Infos] [ForgeModLoader] Unloading dimension 0 2013-09-08 12:55:24 [Infos] [ForgeModLoader] Unloading dimension -1 2013-09-08 12:55:24 [Infos] [ForgeModLoader] Unloading dimension 1 2013-09-08 12:55:34 [Infos] [Minecraft-Client] Stopping! 2013-09-08 12:55:34 [Infos] [STDOUT] 2013-09-08 12:55:34 [Infos] [STDOUT] SoundSystem shutting down… 2013-09-08 12:55:34 [Infos] [STDOUT] Author: Paul Lamb, www.paulscode.com 2013-09-08 12:55:34 [Infos] [STDOUT] 2013-09-08 12:55:36 [Infos] [STDERR] Someone is closing me! 2013-09-08 12:55:36 [Infos] [Minecraft-Server] Stopping server 2013-09-08 12:55:36 [Infos] [Minecraft-Server] Saving players 2013-09-08 12:55:36 [Infos] [Minecraft-Server] Saving worlds Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
:::
Et pourtent sa me raméne au méme lignes::::
[CODE_Java] @SideOnly(Side.CLIENT)
public int getState(IBlockAccess par1IBlockAccess, int par2, int par3, int par4)
{
int l = par1IBlockAccess.getBlockMetadata(par2, par3, par4);
return l < 7 ? -1 : (par1IBlockAccess.getBlockId(par2 - 1, par3, par4) == this.fruitType.blockID ? 0 : (par1IBlockAccess.getBlockId(par2 + 1, par3, par4) == this.fruitType.blockID ? 1 : (par1IBlockAccess.getBlockId(par2, par3, par4 - 1) == this.fruitType.blockID ? 2 : (par1IBlockAccess.getBlockId(par2, par3, par4 + 1) == this.fruitType.blockID ? 3 : -1))));
}[/CODE_Java]
:::Help !