MFF

    Minecraft Forge France
    • Récent
    • Mots-clés
    • Populaire
    • Utilisateurs
    • Groupes
    • Forge Events
      • Automatique
      • Foncé
      • Clair
    • S'inscrire
    • Se connecter

    Texture bébé et random

    Planifier Épinglé Verrouillé Déplacé Résolu 1.7.x
    1.7.10
    47 Messages 6 Publieurs 5.7k Vues 1 Watching
    Charger plus de messages
    • Du plus ancien au plus récent
    • Du plus récent au plus ancien
    • Les plus votés
    Répondre
    • Répondre à l'aide d'un nouveau sujet
    Se connecter pour répondre
    Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.
    • Valina02V Hors-ligne
      Valina02
      dernière édition par

      Je viens d’essayer ça mais il n’y a plus de texture random (les animaux adultes sont tous les mêmes) quand je remplace entity.texture par entity.getSkin()

      1 réponse Dernière réponse Répondre Citer 0
      • robin4002R Hors-ligne
        robin4002 Moddeurs confirmés Rédacteurs Administrateurs
        dernière édition par

        Tu as aussi changé la ligne avec le data watcher ?

        1 réponse Dernière réponse Répondre Citer 0
        • Valina02V Hors-ligne
          Valina02
          dernière édition par

          Si c’est de celle-ci (this.dataWatcher.addObject(18, Byte.valueOf((byte)texture));) dont tu parle, alors oui je l’ai aussi changé

          1 réponse Dernière réponse Répondre Citer 0
          • robin4002R Hors-ligne
            robin4002 Moddeurs confirmés Rédacteurs Administrateurs
            dernière édition par

            Ajoutes des System.out.println(texture) / System.out.println(entity.getSkin()) dans le constructeur de la classe de ton entité et dans le code du rendu et envoies les logs.

            1 réponse Dernière réponse Répondre Citer 0
            • Valina02V Hors-ligne
              Valina02
              dernière édition par

              Je dois les coller où exactement dans la class Render? Et dans le constructeur il y a une erreur avec le ‘entity’, je laisse comme ça et je lance minecraft?
              J’envoie les logs client et serveur?

              1 réponse Dernière réponse Répondre Citer 0
              • robin4002R Hors-ligne
                robin4002 Moddeurs confirmés Rédacteurs Administrateurs
                dernière édition par

                Dans la fonction getEntityDeerTextures

                Envoies simplement ce qu’il y a dans la console d’eclipse.

                1 réponse Dernière réponse Répondre Citer 0
                • Valina02V Hors-ligne
                  Valina02
                  dernière édition par

                  Voici donc le log quand je lance minecraft

                  [16:33:31] [main/INFO] [GradleStart]: username: Valina02
                  [16:33:31] [main/INFO] [GradleStart]: Extra: []
                  [16:33:31] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/Valentine 02/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --username, Valina02, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                  [16:33:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                  [16:33:31] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                  [16:33:31] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                  [16:33:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                  [16:33:31] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
                  [16:33:31] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_91, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_91
                  [16:33:31] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                  [16:33:31] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                  [16:33:31] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
                  [16:33:31] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                  [16:33:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                  [16:33:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                  [16:33:31] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                  [16:33:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                  [16:33:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                  [16:33:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                  [16:33:32] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                  [16:33:34] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                  [16:33:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                  [16:33:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                  [16:33:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                  [16:33:34] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
                  [16:33:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
                  [16:33:34] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                  [16:33:35] [main/INFO]: Setting user: Valina02
                  [16:33:37] [Client thread/INFO]: LWJGL Version: 2.9.1
                  [16:33:38] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: –-- Minecraft Crash Report ----
                  // You're mean.
                  
                  Time: 7/07/16 16:33
                  Description: Loading screen debug info
                  
                  This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
                  
                  A detailed walkthrough of the error, its code path and all known details is as follows:
                  ---------------------------------------------------------------------------------------
                  
                  -- System Details --
                  Details:
                  Minecraft Version: 1.7.10
                  Operating System: Windows 8.1 (amd64) version 6.3
                  Java Version: 1.8.0_91, Oracle Corporation
                  Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                  Memory: 748054104 bytes (713 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
                  JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                  AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                  IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                  FML:
                  GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 620/PCIe/SSE2'
                  [16:33:38] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                  [16:33:38] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
                  [16:33:38] [Client thread/INFO] [FML]: Replaced 183 ore recipies
                  [16:33:39] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                  [16:33:39] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                  [16:33:39] [Client thread/INFO] [FML]: Searching C:\Users\Valentine 02\Documents\Minecraft\Modding\FORGE\forge-1.7.10\eclipse\mods for mods
                  [16:33:44] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                  [16:33:45] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, animalia] at CLIENT
                  [16:33:45] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, animalia] at SERVER
                  [16:33:45] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Animalia
                  [16:33:45] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                  [16:33:45] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                  [16:33:45] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
                  [16:33:45] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
                  [16:33:45] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                  [16:33:45] [Client thread/INFO] [FML]: Applying holder lookups
                  [16:33:45] [Client thread/INFO] [FML]: Holder lookups applied
                  [16:33:45] [Client thread/INFO] [FML]: Injecting itemstacks
                  [16:33:45] [Client thread/INFO] [FML]: Itemstack injection complete
                  [16:33:45] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                  [16:33:45] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                  [16:33:45] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                  [16:33:45] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                  [16:33:46] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                  [16:33:46] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                  [16:33:46] [Sound Library Loader/INFO]: Sound engine started
                  [16:33:48] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
                  [16:33:48] [Client thread/INFO]: Created: 16x16 textures/items-atlas
                  [16:33:48] [Client thread/INFO] [FML]: Injecting itemstacks
                  [16:33:48] [Client thread/INFO] [FML]: Itemstack injection complete
                  [16:33:48] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                  [16:33:48] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Animalia
                  [16:33:48] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                  [16:33:48] [Client thread/INFO]: Created: 256x256 textures/items-atlas
                  [16:33:48] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                  [16:33:48] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down…
                  [16:33:48] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
                  [16:33:48] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                  [16:33:48] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                  [16:33:48] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                  [16:33:49] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                  [16:33:49] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                  [16:33:49] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                  [16:33:49] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                  [16:33:49] [Sound Library Loader/INFO]: Sound engine started
                  
                  1 réponse Dernière réponse Répondre Citer 0
                  • robin4002R Hors-ligne
                    robin4002 Moddeurs confirmés Rédacteurs Administrateurs
                    dernière édition par

                    Charges un monde où se trouve l’entité, sinon ça ne sert à rien x)

                    1 réponse Dernière réponse Répondre Citer 0
                    • AymericRedA Hors-ligne
                      AymericRed
                      dernière édition par

                      @‘robin4002’:

                      Charges un mod où se trouve l’entité, sinon ça ne sert à rien x)

                      Un monde tu voulais dire ?

                      Si je vous ai aidé, n'oubliez pas d’être heureux, j'aiderai encore +

                      AymericRed, moddeur expérimenté qui aide sur ce forum et qui peut accepter de faire un mod Forge rémunéré de temps en temps.

                      Mes tutos : Table de craft, plugin NEI, plugin JEI, modifier l'overlay
                      Je suis un membre apprécié et joueur, j'ai déjà obtenu 6 points de réputation.

                      1 réponse Dernière réponse Répondre Citer 0
                      • Valina02V Hors-ligne
                        Valina02
                        dernière édition par

                        Donc le log quand je fais spawn l’entité avec un oeuf

                        [17:16:56] [main/INFO] [GradleStart]: username: Valina02
                        [17:16:56] [main/INFO] [GradleStart]: Extra: []
                        [17:16:56] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/Valentine 02/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --username, Valina02, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                        [17:16:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                        [17:16:56] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                        [17:16:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                        [17:16:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                        [17:16:56] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
                        [17:16:56] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_91, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_91
                        [17:16:56] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                        [17:16:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                        [17:16:56] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
                        [17:16:56] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                        [17:16:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                        [17:16:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                        [17:16:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                        [17:16:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                        [17:16:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                        [17:16:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                        [17:16:56] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                        [17:16:59] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                        [17:16:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                        [17:16:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                        [17:16:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                        [17:16:59] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
                        [17:16:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
                        [17:16:59] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                        [17:17:00] [main/INFO]: Setting user: Valina02
                        [17:17:03] [Client thread/INFO]: LWJGL Version: 2.9.1
                        [17:17:04] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: –-- Minecraft Crash Report ----
                        // Who set us up the TNT?
                        
                        Time: 7/07/16 17:17
                        Description: Loading screen debug info
                        
                        This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
                        
                        A detailed walkthrough of the error, its code path and all known details is as follows:
                        ---------------------------------------------------------------------------------------
                        
                        -- System Details --
                        Details:
                        Minecraft Version: 1.7.10
                        Operating System: Windows 8.1 (amd64) version 6.3
                        Java Version: 1.8.0_91, Oracle Corporation
                        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                        Memory: 753096144 bytes (718 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
                        JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                        AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                        IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                        FML: 
                        GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 620/PCIe/SSE2'
                        [17:17:04] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                        [17:17:04] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
                        [17:17:04] [Client thread/INFO] [FML]: Replaced 183 ore recipies
                        [17:17:04] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                        [17:17:04] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                        [17:17:04] [Client thread/INFO] [FML]: Searching C:\Users\Valentine 02\Documents\Minecraft\Modding\FORGE\forge-1.7.10\eclipse\mods for mods
                        [17:17:12] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                        [17:17:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, animalia] at CLIENT
                        [17:17:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, animalia] at SERVER
                        [17:17:13] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Animalia
                        [17:17:13] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                        [17:17:13] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                        [17:17:13] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
                        [17:17:13] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
                        [17:17:13] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                        [17:17:13] [Client thread/INFO] [FML]: Applying holder lookups
                        [17:17:13] [Client thread/INFO] [FML]: Holder lookups applied
                        [17:17:13] [Client thread/INFO] [FML]: Injecting itemstacks
                        [17:17:13] [Client thread/INFO] [FML]: Itemstack injection complete
                        [17:17:13] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                        [17:17:13] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                        [17:17:13] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                        [17:17:13] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                        [17:17:13] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                        [17:17:14] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                        [17:17:14] [Sound Library Loader/INFO]: Sound engine started
                        [17:17:15] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
                        [17:17:15] [Client thread/INFO]: Created: 16x16 textures/items-atlas
                        [17:17:16] [Client thread/INFO] [FML]: Injecting itemstacks
                        [17:17:16] [Client thread/INFO] [FML]: Itemstack injection complete
                        [17:17:16] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                        [17:17:16] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Animalia
                        [17:17:16] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                        [17:17:16] [Client thread/INFO]: Created: 256x256 textures/items-atlas
                        [17:17:16] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                        [17:17:16] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down…
                        [17:17:16] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
                        [17:17:16] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                        [17:17:16] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                        [17:17:16] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                        [17:17:16] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                        [17:17:16] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                        [17:17:16] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                        [17:17:17] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                        [17:17:17] [Sound Library Loader/INFO]: Sound engine started
                        [17:17:28] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
                        [17:17:28] [Server thread/INFO]: Generating keypair
                        [17:17:28] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
                        [17:17:28] [Server thread/INFO] [FML]: Applying holder lookups
                        [17:17:28] [Server thread/INFO] [FML]: Holder lookups applied
                        [17:17:28] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@130e99b)
                        [17:17:28] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@130e99b)
                        [17:17:28] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@130e99b)
                        [17:17:28] [Server thread/INFO]: Preparing start region for level 0
                        [17:17:29] [Server thread/INFO]: Changing view distance to 12, from 10
                        [17:17:30] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
                        [17:17:30] [Netty IO #1/INFO] [FML]: Client protocol version 2
                        [17:17:30] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : FML@7.10.99.99,Forge@10.13.4.1614,mcp@9.05,animalia@1.0
                        [17:17:30] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
                        [17:17:30] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
                        [17:17:30] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
                        [17:17:30] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
                        [17:17:30] [Server thread/INFO]: Valina02[local:E:069455f6] logged in with entity id 316 at (222.85279939072382, 69.0, 266.53779585750794)
                        [17:17:30] [Server thread/INFO]: Valina02 joined the game
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.entity.EntityList.createEntityByID(EntityList.java:222)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.item.ItemMonsterPlacer.spawnCreature(ItemMonsterPlacer.java:173)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.item.ItemMonsterPlacer.onItemUse(ItemMonsterPlacer.java:79)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:507)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.item.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:142)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.management.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:422)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.network.NetHandlerPlayServer.processPlayerBlockPlacement(NetHandlerPlayServer.java:593)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:74)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:122)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.Error: Unresolved compilation problem: 
                        entity cannot be resolved
                        
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at valina02.mods.animalia.entity.EntityDeer.<init>(EntityDeer.java:40)
                        [17:17:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: … 20 more
                        [17:17:34] [Server thread/WARN]: Skipping Entity with id 23
                        [17:19:26] [Server thread/INFO]: Saving and pausing game…
                        [17:19:26] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                        [17:19:26] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                        [17:19:26] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                        [17:19:26] [Server thread/INFO]: Stopping server
                        [17:19:26] [Server thread/INFO]: Saving players
                        [17:19:27] [Server thread/INFO]: Saving worlds
                        [17:19:27] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                        [17:19:27] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                        [17:19:27] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                        [17:19:27] [Server thread/INFO] [FML]: Unloading dimension 0
                        [17:19:27] [Server thread/INFO] [FML]: Unloading dimension -1
                        [17:19:27] [Server thread/INFO] [FML]: Unloading dimension 1
                        [17:19:27] [Server thread/INFO] [FML]: Applying holder lookups
                        [17:19:27] [Server thread/INFO] [FML]: Holder lookups applied
                        [17:19:27] [Client thread/INFO]: Stopping!
                        [17:19:27] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                        [17:19:27] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down…
                        [17:19:28] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
                        [17:19:28] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                        Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
                        
                        ```</init>
                        1 réponse Dernière réponse Répondre Citer 0
                        • robin4002R Hors-ligne
                          robin4002 Moddeurs confirmés Rédacteurs Administrateurs
                          dernière édition par

                          Il y a une erreur à la ligne 40 de EntityDeer

                          @AymericRed oui, c’est corrigé

                          1 réponse Dernière réponse Répondre Citer 0
                          • Valina02V Hors-ligne
                            Valina02
                            dernière édition par

                            la ligne 40 c’est ça System.out.println(entity.getSkin());, l’erreur vient du entity

                            1 réponse Dernière réponse Répondre Citer 0
                            • SCAREXS Hors-ligne
                              SCAREX
                              dernière édition par

                              Tu n’as pas de variable appelée entity, envoi ta classe ou méthode

                              Site web contenant mes scripts : http://SCAREXgaming.github.io

                              Pas de demandes de support par MP ni par skype SVP.
                              Je n'accepte sur skype que l…

                              1 réponse Dernière réponse Répondre Citer 0
                              • Valina02V Hors-ligne
                                Valina02
                                dernière édition par

                                la classe

                                public class EntityDeer extends EntityAnimal 
                                {
                                    public int texture;
                                    public EntityDeer(World world)
                                    {
                                        super(world);
                                        texture = this.worldObj.rand.nextInt(2);
                                        this.setSize(0.8F, 1.0F);
                                        this.getNavigator().setAvoidsWater(true);
                                        this.tasks.addTask(0, new EntityAISwimming(this));
                                        this.tasks.addTask(1, new EntityAIPanic(this, 1.25D));
                                        this.tasks.addTask(2, new EntityAIMate(this, 1.0D));
                                        this.tasks.addTask(3, new EntityAITempt(this, 1.2D, Items.wheat, false));
                                        this.tasks.addTask(4, new EntityAIFollowParent(this, 1.1D));
                                        this.tasks.addTask(5, new EntityAIWander(this, 1.0D));
                                        this.tasks.addTask(6, new EntityAIWatchClosest(this, EntityPlayer.class, 6.0F));
                                        this.tasks.addTask(7, new EntityAILookIdle(this)); 
                                
                                        System.out.println(texture);
                                        System.out.println(entity.getSkin());
                                    }
                                
                                    protected void entityInit()
                                    {
                                        super.entityInit();
                                        this.dataWatcher.addObject(18, Byte.valueOf((byte)texture));
                                    }
                                
                                    public boolean isAIEnabled()
                                    {
                                        return true;
                                    }
                                
                                    public void applyEntityAttributes()
                                    {
                                        super.applyEntityAttributes();
                                        this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(10D);
                                        this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.25D);
                                    }
                                
                                    public EntityDeer createChild(EntityAgeable entity)
                                    {
                                        return new EntityDeer(this.worldObj);
                                    }
                                
                                    public boolean isBreedingItem(ItemStack breed)
                                    {
                                        return breed != null && breed.getItem() == Items.wheat;
                                    }
                                
                                    public void writeEntityToNBT (NBTTagCompound tag)
                                    {
                                        super.writeEntityToNBT(tag);
                                        tag.setInteger("DeerType", this.getSkin());
                                    }
                                
                                    public void readEntityFromNBT(NBTTagCompound tag)
                                    {
                                      super.readEntityFromNBT(tag);
                                      this.setSkin(tag.getInteger("DeerType"));
                                    }
                                
                                    public int getSkin()
                                    {
                                      return this.dataWatcher.getWatchableObjectByte(18);
                                    }
                                
                                    public void setSkin(int skin)
                                    {
                                      this.dataWatcher.updateObject(18, Byte.valueOf((byte)texture));
                                    }
                                }
                                
                                1 réponse Dernière réponse Répondre Citer 0
                                • AymericRedA Hors-ligne
                                  AymericRed
                                  dernière édition par

                                  “System.out.println(entity.getSkin());” eclipse ne te mets pas d’erreur ? La variable entity n’existe pas, il faut que tu remplaces par “this”.

                                  Si je vous ai aidé, n'oubliez pas d’être heureux, j'aiderai encore +

                                  AymericRed, moddeur expérimenté qui aide sur ce forum et qui peut accepter de faire un mod Forge rémunéré de temps en temps.

                                  Mes tutos : Table de craft, plugin NEI, plugin JEI, modifier l'overlay
                                  Je suis un membre apprécié et joueur, j'ai déjà obtenu 6 points de réputation.

                                  1 réponse Dernière réponse Répondre Citer 0
                                  • SCAREXS Hors-ligne
                                    SCAREX
                                    dernière édition par

                                    +1 pour Aymeric

                                    PS : quand tu envoies un crash report, envoies la classe au total, sinon on peut pas retrouver la ligne exacte

                                    Site web contenant mes scripts : http://SCAREXgaming.github.io

                                    Pas de demandes de support par MP ni par skype SVP.
                                    Je n'accepte sur skype que l…

                                    1 réponse Dernière réponse Répondre Citer 0
                                    • Valina02V Hors-ligne
                                      Valina02
                                      dernière édition par

                                      J’ai remplacé entity par this.
                                      Voila la class au complet:

                                      package valina02.mods.animalia.entity;
                                      
                                      import net.minecraft.client.model.ModelBase;
                                      import net.minecraft.entity.EntityAgeable;
                                      import net.minecraft.entity.SharedMonsterAttributes;
                                      import net.minecraft.entity.ai.EntityAIFollowParent;
                                      import net.minecraft.entity.ai.EntityAILookIdle;
                                      import net.minecraft.entity.ai.EntityAIMate;
                                      import net.minecraft.entity.ai.EntityAIPanic;
                                      import net.minecraft.entity.ai.EntityAISwimming;
                                      import net.minecraft.entity.ai.EntityAITempt;
                                      import net.minecraft.entity.ai.EntityAIWander;
                                      import net.minecraft.entity.ai.EntityAIWatchClosest;
                                      import net.minecraft.entity.passive.EntityAnimal;
                                      import net.minecraft.entity.player.EntityPlayer;
                                      import net.minecraft.init.Items;
                                      import net.minecraft.item.ItemStack;
                                      import net.minecraft.nbt.NBTTagCompound;
                                      import net.minecraft.world.World;
                                      
                                      public class EntityDeer extends EntityAnimal 
                                      {
                                          public int texture;
                                          public EntityDeer(World world)
                                          {
                                              super(world);
                                              texture = this.worldObj.rand.nextInt(2);
                                              this.setSize(0.8F, 1.0F);
                                              this.getNavigator().setAvoidsWater(true);
                                              this.tasks.addTask(0, new EntityAISwimming(this));
                                              this.tasks.addTask(1, new EntityAIPanic(this, 1.25D));
                                              this.tasks.addTask(2, new EntityAIMate(this, 1.0D));
                                              this.tasks.addTask(3, new EntityAITempt(this, 1.2D, Items.wheat, false));
                                              this.tasks.addTask(4, new EntityAIFollowParent(this, 1.1D));
                                              this.tasks.addTask(5, new EntityAIWander(this, 1.0D));
                                              this.tasks.addTask(6, new EntityAIWatchClosest(this, EntityPlayer.class, 6.0F));
                                              this.tasks.addTask(7, new EntityAILookIdle(this)); 
                                      
                                              System.out.println(texture);
                                              System.out.println(this.getSkin());
                                          }
                                      
                                          protected void entityInit()
                                          {
                                              super.entityInit();
                                              this.dataWatcher.addObject(18, Byte.valueOf((byte)texture));
                                          }
                                      
                                          public boolean isAIEnabled()
                                          {
                                              return true;
                                          }
                                      
                                          public void applyEntityAttributes()
                                          {
                                              super.applyEntityAttributes();
                                              this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(10D);
                                              this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.25D);
                                          }
                                      
                                          public EntityDeer createChild(EntityAgeable entity)
                                          {
                                              return new EntityDeer(this.worldObj);
                                          }
                                      
                                          public boolean isBreedingItem(ItemStack breed)
                                          {
                                              return breed != null && breed.getItem() == Items.wheat;
                                          }
                                      
                                          public void writeEntityToNBT (NBTTagCompound tag)
                                          {
                                              super.writeEntityToNBT(tag);
                                              tag.setInteger("DeerType", this.getSkin());
                                          }
                                      
                                          public void readEntityFromNBT(NBTTagCompound tag)
                                          {
                                            super.readEntityFromNBT(tag);
                                            this.setSkin(tag.getInteger("DeerType"));
                                          }
                                      
                                          public int getSkin()
                                          {
                                            return this.dataWatcher.getWatchableObjectByte(18);
                                          }
                                      
                                          public void setSkin(int skin)
                                          {
                                            this.dataWatcher.updateObject(18, Byte.valueOf((byte)texture));
                                          }
                                      }
                                      

                                      Et j’ai relancé le jeu puis fait spawn l’entité avec un oeuf. Cette fois-ci j’ai eu un crash (avant l’entité n’apparaissait tout simplement pas). Je veux aussi ajouter que sans les print dans la class de l’entité et la class render. Je n’ai pas de crash, l’entité spawn, sauf qu’elle n’a pas les textures random.

                                      [18:31:43] [main/INFO] [GradleStart]: username: Valina02
                                      [18:31:43] [main/INFO] [GradleStart]: Extra: []
                                      [18:31:43] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/Valentine 02/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --username, Valina02, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                                      [18:31:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                      [18:31:43] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                      [18:31:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                                      [18:31:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                                      [18:31:43] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
                                      [18:31:43] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_91, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_91
                                      [18:31:43] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                      [18:31:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                                      [18:31:43] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
                                      [18:31:43] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                                      [18:31:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [18:31:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                      [18:31:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                      [18:31:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [18:31:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [18:31:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                      [18:31:43] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                      [18:31:45] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                      [18:31:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                      [18:31:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                      [18:31:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                      [18:31:46] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
                                      [18:31:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
                                      [18:31:46] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                      [18:31:47] [main/INFO]: Setting user: Valina02
                                      [18:31:50] [Client thread/INFO]: LWJGL Version: 2.9.1
                                      [18:31:51] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: –-- Minecraft Crash Report ----
                                      // I bet Cylons wouldn't have this problem.
                                      
                                      Time: 7/07/16 18:31
                                      Description: Loading screen debug info
                                      
                                      This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
                                      
                                      A detailed walkthrough of the error, its code path and all known details is as follows:
                                      ---------------------------------------------------------------------------------------
                                      
                                      -- System Details --
                                      Details:
                                      Minecraft Version: 1.7.10
                                      Operating System: Windows 8.1 (amd64) version 6.3
                                      Java Version: 1.8.0_91, Oracle Corporation
                                      Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                      Memory: 756258104 bytes (721 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
                                      JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                                      AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                                      IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                                      FML:
                                      GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 620/PCIe/SSE2'
                                      [18:31:51] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                                      [18:31:51] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
                                      [18:31:51] [Client thread/INFO] [FML]: Replaced 183 ore recipies
                                      [18:31:52] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                                      [18:31:52] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                                      [18:31:52] [Client thread/INFO] [FML]: Searching C:\Users\Valentine 02\Documents\Minecraft\Modding\FORGE\forge-1.7.10\eclipse\mods for mods
                                      [18:32:00] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                                      [18:32:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, animalia] at CLIENT
                                      [18:32:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, animalia] at SERVER
                                      [18:32:01] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Animalia
                                      [18:32:01] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                                      [18:32:01] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                                      [18:32:01] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
                                      [18:32:01] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
                                      [18:32:01] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                                      [18:32:01] [Client thread/INFO] [FML]: Applying holder lookups
                                      [18:32:01] [Client thread/INFO] [FML]: Holder lookups applied
                                      [18:32:01] [Client thread/INFO] [FML]: Injecting itemstacks
                                      [18:32:01] [Client thread/INFO] [FML]: Itemstack injection complete
                                      [18:32:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                                      [18:32:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                                      [18:32:01] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                                      [18:32:01] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                      [18:32:01] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                                      [18:32:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                                      [18:32:01] [Sound Library Loader/INFO]: Sound engine started
                                      [18:32:03] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
                                      [18:32:03] [Client thread/INFO]: Created: 16x16 textures/items-atlas
                                      [18:32:04] [Client thread/INFO] [FML]: Injecting itemstacks
                                      [18:32:04] [Client thread/INFO] [FML]: Itemstack injection complete
                                      [18:32:04] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                                      [18:32:04] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Animalia
                                      [18:32:04] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                                      [18:32:04] [Client thread/INFO]: Created: 256x256 textures/items-atlas
                                      [18:32:04] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                                      [18:32:04] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down…
                                      [18:32:04] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
                                      [18:32:04] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                                      [18:32:04] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                                      [18:32:04] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                                      [18:32:04] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                                      [18:32:04] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                      [18:32:04] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                                      [18:32:05] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
                                      [18:32:05] [Sound Library Loader/INFO]: Sound engine started
                                      [18:32:26] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
                                      [18:32:26] [Server thread/INFO]: Generating keypair
                                      [18:32:26] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
                                      [18:32:26] [Server thread/INFO] [FML]: Applying holder lookups
                                      [18:32:26] [Server thread/INFO] [FML]: Holder lookups applied
                                      [18:32:26] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@6ff6c0d6)
                                      [18:32:26] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@6ff6c0d6)
                                      [18:32:26] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@6ff6c0d6)
                                      [18:32:26] [Server thread/INFO]: Preparing start region for level 0
                                      [18:32:27] [Server thread/INFO]: Preparing spawn area: 69%
                                      [18:32:28] [Server thread/INFO]: Changing view distance to 12, from 10
                                      [18:32:28] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
                                      [18:32:28] [Netty IO #1/INFO] [FML]: Client protocol version 2
                                      [18:32:28] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : FML@7.10.99.99,Forge@10.13.4.1614,mcp@9.05,animalia@1.0
                                      [18:32:28] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
                                      [18:32:28] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
                                      [18:32:28] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
                                      [18:32:28] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
                                      [18:32:28] [Server thread/INFO]: Valina02[local:E:430dae21] logged in with entity id 289 at (222.85279939072382, 69.0, 266.53779585750794)
                                      [18:32:28] [Server thread/INFO]: Valina02 joined the game
                                      1
                                      0
                                      1
                                      0
                                      [18:32:36] [Server thread/INFO]: Stopping server
                                      [18:32:36] [Server thread/INFO]: Saving players
                                      [18:32:36] [Server thread/INFO]: Saving worlds
                                      [18:32:36] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                                      [18:32:36] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                                      [18:32:36] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                                      [18:32:37] [Server thread/INFO] [FML]: Unloading dimension 0
                                      [18:32:37] [Server thread/INFO] [FML]: Unloading dimension -1
                                      [18:32:37] [Server thread/INFO] [FML]: Unloading dimension 1
                                      [18:32:37] [Server thread/INFO] [FML]: Applying holder lookups
                                      [18:32:37] [Server thread/INFO] [FML]: Holder lookups applied
                                      [18:32:37] [Client thread/FATAL]: Reported exception thrown!
                                      net.minecraft.util.ReportedException: Rendering entity in world
                                      at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:346) ~[RenderManager.class:?]
                                      at net.minecraft.client.renderer.entity.RenderManager.renderEntityStatic(RenderManager.java:278) ~[RenderManager.class:?]
                                      at net.minecraft.client.renderer.entity.RenderManager.renderEntitySimple(RenderManager.java:251) ~[RenderManager.class:?]
                                      at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:527) ~[RenderGlobal.class:?]
                                      at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1300) ~[EntityRenderer.class:?]
                                      at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1087) ~[EntityRenderer.class:?]
                                      at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1067) ~[Minecraft.class:?]
                                      at net.minecraft.client.Minecraft.run(Minecraft.java:962) [Minecraft.class:?]
                                      at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
                                      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
                                      at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
                                      at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
                                      at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
                                      at GradleStart.main(Unknown Source) [start/:?]
                                      Caused by: java.lang.Error: Unresolved compilation problem:
                                      texture cannot be resolved to a variable
                                      
                                      at valina02.mods.animalia.client.RenderDeer.getEntityDeerTextures(RenderDeer.java:20) ~[RenderDeer.class:?]
                                      at valina02.mods.animalia.client.RenderDeer.getEntityTexture(RenderDeer.java:26) ~[RenderDeer.class:?]
                                      at net.minecraft.client.renderer.entity.Render.bindEntityTexture(Render.java:55) ~[Render.class:?]
                                      at net.minecraft.client.renderer.entity.RendererLivingEntity.renderModel(RendererLivingEntity.java:305) ~[RendererLivingEntity.class:?]
                                      at net.minecraft.client.renderer.entity.RendererLivingEntity.doRender(RendererLivingEntity.java:165) ~[RendererLivingEntity.class:?]
                                      at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:36) ~[RenderLiving.class:?]
                                      at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:156) ~[RenderLiving.class:?]
                                      at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:300) ~[RenderManager.class:?]
                                      … 16 more
                                      [18:32:37] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                                      // You should try our sister game, Minceraft!
                                      
                                      Time: 7/07/16 18:32
                                      Description: Rendering entity in world
                                      
                                      java.lang.Error: Unresolved compilation problem:
                                      texture cannot be resolved to a variable
                                      
                                      at valina02.mods.animalia.client.RenderDeer.getEntityDeerTextures(RenderDeer.java:20)
                                      at valina02.mods.animalia.client.RenderDeer.getEntityTexture(RenderDeer.java:26)
                                      at net.minecraft.client.renderer.entity.Render.bindEntityTexture(Render.java:55)
                                      at net.minecraft.client.renderer.entity.RendererLivingEntity.renderModel(RendererLivingEntity.java:305)
                                      at net.minecraft.client.renderer.entity.RendererLivingEntity.doRender(RendererLivingEntity.java:165)
                                      at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:36)
                                      at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:156)
                                      at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:300)
                                      at net.minecraft.client.renderer.entity.RenderManager.renderEntityStatic(RenderManager.java:278)
                                      at net.minecraft.client.renderer.entity.RenderManager.renderEntitySimple(RenderManager.java:251)
                                      at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:527)
                                      at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1300)
                                      at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1087)
                                      at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1067)
                                      at net.minecraft.client.Minecraft.run(Minecraft.java:962)
                                      at net.minecraft.client.main.Main.main(Main.java:164)
                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                                      at java.lang.reflect.Method.invoke(Unknown Source)
                                      at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                                      at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                                      at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
                                      at GradleStart.main(Unknown Source)
                                      
                                      A detailed walkthrough of the error, its code path and all known details is as follows:
                                      ---------------------------------------------------------------------------------------
                                      
                                      -- Head --
                                      Stacktrace:
                                      at valina02.mods.animalia.client.RenderDeer.getEntityDeerTextures(RenderDeer.java:20)
                                      at valina02.mods.animalia.client.RenderDeer.getEntityTexture(RenderDeer.java:26)
                                      at net.minecraft.client.renderer.entity.Render.bindEntityTexture(Render.java:55)
                                      at net.minecraft.client.renderer.entity.RendererLivingEntity.renderModel(RendererLivingEntity.java:305)
                                      at net.minecraft.client.renderer.entity.RendererLivingEntity.doRender(RendererLivingEntity.java:165)
                                      at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:36)
                                      at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:156)
                                      
                                      -- Entity being rendered --
                                      Details:
                                      Entity Type: deer (valina02.mods.animalia.entity.EntityDeer)
                                      Entity ID: 468
                                      Entity Name: Deer
                                      Entity's Exact location: 223,50, 69,00, 266,50
                                      Entity's Block location: World: (223,69,266), Chunk: (at 15,4,10 in 13,16; contains blocks 208,0,256 to 223,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
                                      Entity's Momentum: 0,00, -0,08, 0,00
                                      
                                      -- Renderer details --
                                      Details:
                                      Assigned renderer: valina02.mods.animalia.client.RenderDeer@5a9ae0ad
                                      Location: 1,69,-1,62,-1,40 - World: (1,-2,-2), Chunk: (at 1,-1,14 in 0,-1; contains blocks 0,0,-16 to 15,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
                                      Rotation: -160.3125
                                      Delta: 0.29204118
                                      Stacktrace:
                                      at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:300)
                                      at net.minecraft.client.renderer.entity.RenderManager.renderEntityStatic(RenderManager.java:278)
                                      at net.minecraft.client.renderer.entity.RenderManager.renderEntitySimple(RenderManager.java:251)
                                      at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:527)
                                      at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1300)
                                      
                                      -- Affected level --
                                      Details:
                                      Level name: MpServer
                                      All players: 1 total; [EntityClientPlayerMP['Valina02'/289, l='MpServer', x=221,81, y=70,62, z=267,90]]
                                      Chunk stats: MultiplayerChunkCache: 618, 618
                                      Level seed: 0
                                      Level generator: ID 00 - default, ver 1\. Features enabled: false
                                      Level generator options:
                                      Level spawn location: World: (232,64,248), Chunk: (at 8,4,8 in 14,15; contains blocks 224,0,240 to 239,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
                                      Level time: 57612 game time, 1196 day time
                                      Level dimension: 0
                                      Level storage version: 0x00000 - Unknown?
                                      Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
                                      Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
                                      Forced entities: 69 total; [EntityBat['Bat'/128, l='MpServer', x=226,75, y=40,10, z=266,56], EntityBat['Bat'/129, l='MpServer', x=227,75, y=39,10, z=264,53], EntityCreeper['Creeper'/130, l='MpServer', x=226,50, y=19,00, z=325,50], EntityCreeper['Creeper'/138, l='MpServer', x=250,34, y=56,00, z=217,34], EntityZombie['Zombie'/139, l='MpServer', x=257,06, y=56,00, z=215,61], EntitySkeleton['Skeleton'/140, l='MpServer', x=238,97, y=40,00, z=264,50], EntityCreeper['Creeper'/143, l='MpServer', x=243,97, y=19,00, z=322,50], EntityBat['Bat'/400, l='MpServer', x=198,95, y=7,92, z=342,35], EntityBat['Bat'/153, l='MpServer', x=261,13, y=24,10, z=203,50], EntitySlime['Slime'/154, l='MpServer', x=271,69, y=17,18, z=217,98], EntityCreeper['Creeper'/155, l='MpServer', x=254,97, y=34,00, z=214,31], EntitySkeleton['Skeleton'/156, l='MpServer', x=259,50, y=35,00, z=215,50], EntityZombie['Zombie'/157, l='MpServer', x=257,50, y=56,00, z=220,50], EntitySkeleton['Skeleton'/158, l='MpServer', x=257,91, y=56,00, z=216,09], EntityCreeper['Creeper'/159, l='MpServer', x=267,00, y=50,00, z=226,56], EntitySheep['Sheep'/160, l='MpServer', x=267,22, y=67,00, z=227,50], EntitySpider['Spider'/161, l='MpServer', x=263,97, y=48,00, z=250,56], EntityZombie['Zombie'/162, l='MpServer', x=270,16, y=24,79, z=261,30], EntityBat['Bat'/164, l='MpServer', x=263,94, y=33,00, z=285,17], EntityBat['Bat'/420, l='MpServer', x=236,52, y=20,01, z=241,76], EntityBat['Bat'/165, l='MpServer', x=260,28, y=33,91, z=288,64], EntityClientPlayerMP['Valina02'/289, l='MpServer', x=221,81, y=70,62, z=267,90], EntitySkeleton['Skeleton'/179, l='MpServer', x=274,53, y=22,00, z=193,09], EntityBat['Bat'/180, l='MpServer', x=274,47, y=37,11, z=219,55], EntitySkeleton['Skeleton'/181, l='MpServer', x=276,50, y=37,00, z=234,50], EntityPig['Pig'/183, l='MpServer', x=281,53, y=63,00, z=235,34], EntityZombie['Zombie'/55, l='MpServer', x=144,50, y=23,00, z=231,50], EntityChicken['Chicken'/56, l='MpServer', x=151,38, y=62,48, z=236,47], EntityZombie['Zombie'/185, l='MpServer', x=281,63, y=56,00, z=247,94], EntityChicken['Chicken'/57, l='MpServer', x=154,53, y=62,52, z=261,59], EntitySkeleton['Skeleton'/186, l='MpServer', x=277,50, y=48,00, z=264,50], EntitySkeleton['Skeleton'/58, l='MpServer', x=154,06, y=14,00, z=296,50], EntitySkeleton['Skeleton'/187, l='MpServer', x=279,44, y=43,00, z=283,16], EntityPig['Pig'/60, l='MpServer', x=157,03, y=65,00, z=339,13], EntitySheep['Sheep'/190, l='MpServer', x=286,41, y=63,00, z=269,09], EntityZombie['Zombie'/192, l='MpServer', x=279,50, y=47,00, z=293,50], EntityZombie['Zombie'/193, l='MpServer', x=278,50, y=47,00, z=297,50], EntityZombie['Zombie'/194, l='MpServer', x=276,44, y=48,00, z=292,50], EntityZombie['Zombie'/195, l='MpServer', x=270,34, y=48,02, z=290,42], EntityCreeper['Creeper'/196, l='MpServer', x=277,31, y=48,00, z=292,72], EntityCreeper['Creeper'/197, l='MpServer', x=274,94, y=48,00, z=291,84], EntityZombie['Zombie'/198, l='MpServer', x=277,28, y=48,00, z=294,47], EntityCreeper['Creeper'/457, l='MpServer', x=258,50, y=56,00, z=223,50], EntitySkeleton['Skeleton'/458, l='MpServer', x=259,50, y=56,00, z=220,50], EntityChicken['Chicken'/75, l='MpServer', x=168,56, y=62,40, z=232,44], EntityChicken['Chicken'/76, l='MpServer', x=171,41, y=62,22, z=263,41], EntityChicken['Chicken'/77, l='MpServer', x=168,56, y=64,00, z=273,63], EntitySkeleton['Skeleton'/205, l='MpServer', x=289,50, y=18,00, z=209,50], EntityPig['Pig'/78, l='MpServer', x=167,28, y=63,00, z=294,19], EntityPig['Pig'/206, l='MpServer', x=297,97, y=64,00, z=227,03], EntityPig['Pig'/81, l='MpServer', x=160,13, y=64,00, z=321,59], EntitySheep['Sheep'/212, l='MpServer', x=290,53, y=64,00, z=289,63], EntityDeer['Deer'/468, l='MpServer', x=223,50, y=69,00, z=266,50], EntityBat['Bat'/214, l='MpServer', x=298,60, y=23,68, z=333,94], EntityEnderman['Enderman'/87, l='MpServer', x=186,66, y=14,00, z=189,53], EntityCreeper['Creeper'/88, l='MpServer', x=189,59, y=13,00, z=195,94], EntitySkeleton['Skeleton'/89, l='MpServer', x=187,50, y=14,00, z=192,50], EntitySkeleton['Skeleton'/90, l='MpServer', x=186,50, y=14,00, z=193,50], EntityChicken['Chicken'/91, l='MpServer', x=184,56, y=62,33, z=239,56], EntityChicken['Chicken'/92, l='MpServer', x=182,44, y=62,49, z=237,22], EntitySkeleton['Skeleton'/93, l='MpServer', x=183,88, y=23,00, z=260,47], EntitySkeleton['Skeleton'/94, l='MpServer', x=191,50, y=28,00, z=264,56], EntityCreeper['Creeper'/101, l='MpServer', x=193,50, y=26,00, z=190,50], EntityChicken['Chicken'/102, l='MpServer', x=200,41, y=62,39, z=226,59], EntityZombie['Zombie'/103, l='MpServer', x=202,34, y=8,00, z=334,34], EntityBunny['Bunny'/115, l='MpServer', x=223,78, y=66,00, z=281,22], EntitySquirrel['Squirrel'/116, l='MpServer', x=219,00, y=64,00, z=300,31], EntitySkeleton['Skeleton'/118, l='MpServer', x=222,50, y=19,00, z=325,69], EntityPig['Pig'/127, l='MpServer', x=234,16, y=63,00, z=220,88]]
                                      Retry entities: 0 total; []
                                      Server brand: fml,forge
                                      Server type: Integrated singleplayer server
                                      Stacktrace:
                                      at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:415)
                                      at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2566)
                                      at net.minecraft.client.Minecraft.run(Minecraft.java:984)
                                      at net.minecraft.client.main.Main.main(Main.java:164)
                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                                      at java.lang.reflect.Method.invoke(Unknown Source)
                                      at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                                      at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                                      at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
                                      at GradleStart.main(Unknown Source)
                                      
                                      – System Details --
                                      Details:
                                      Minecraft Version: 1.7.10
                                      Operating System: Windows 8.1 (amd64) version 6.3
                                      Java Version: 1.8.0_91, Oracle Corporation
                                      Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                      Memory: 633808112 bytes (604 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
                                      JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                                      AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                                      IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
                                      FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 4 mods loaded, 4 mods active
                                      States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
                                      UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
                                      UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
                                      UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
                                      UCHIJAAAA animalia{1.0} [Animalia] (bin)
                                      GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 620/PCIe/SSE2'
                                      Launched Version: 1.7.10
                                      LWJGL: 2.9.1
                                      OpenGL: GeForce GT 620/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
                                      GL Caps: Using GL 1.3 multitexturing.
                                      Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
                                      Anisotropic filtering is supported and maximum anisotropy is 16.
                                      Shaders are available because OpenGL 2.1 is supported.
                                      
                                      Is Modded: Definitely; Client brand changed to 'fml,forge'
                                      Type: Client (map_client.txt)
                                      Resource Packs: []
                                      Current Language: English (UK)
                                      Profiler Position: N/A (disabled)
                                      Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                                      Anisotropic Filtering: Off (1)
                                      [18:32:37] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Valentine 02\Documents\Minecraft\Modding\FORGE\forge-1.7.10\eclipse\.\crash-reports\crash-2016-07-07_18.32.37-client.txt
                                      AL lib: (EE) alc_cleanup: 1 device not closed
                                      Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
                                      
                                      
                                      1 réponse Dernière réponse Répondre Citer 0
                                      • SCAREXS Hors-ligne
                                        SCAREX
                                        dernière édition par

                                        Le problème vient de la classe RenderDeer

                                        Site web contenant mes scripts : http://SCAREXgaming.github.io

                                        Pas de demandes de support par MP ni par skype SVP.
                                        Je n'accepte sur skype que l…

                                        1 réponse Dernière réponse Répondre Citer 0
                                        • Valina02V Hors-ligne
                                          Valina02
                                          dernière édition par

                                          La voici au complet

                                          
                                          package valina02.mods.animalia.client;
                                          
                                          import net.minecraft.client.model.ModelBase;
                                          import net.minecraft.client.renderer.entity.RenderLiving;
                                          import net.minecraft.entity.Entity;
                                          import net.minecraft.util.ResourceLocation;
                                          import net.minecraft.world.World;
                                          import valina02.mods.animalia.entity.EntityDeer;
                                          
                                          public class RenderDeer extends RenderLiving
                                          {
                                              public RenderDeer(ModelBase world)
                                              {
                                                  super(world, 0.5F);
                                              }
                                          
                                              public ResourceLocation getEntityDeerTextures(EntityDeer entity)
                                              {
                                                  return entity.isChild() ? new ResourceLocation("animalia:textures/entity/deerchild.png") :  (new ResourceLocation("animalia:textures/entity/deer"  + entity.getSkin() + ".png"));   
                                                  System.out.println(texture);
                                                  System.out.println(entity.getSkin());
                                              }
                                          
                                              protected ResourceLocation getEntityTexture(Entity entity)
                                              {
                                                  return getEntityDeerTextures((EntityDeer)entity);
                                              }   
                                          }
                                          

                                          Dans eclipse, il y a aussi une erreur à ‘texture’ ligne 20

                                          1 réponse Dernière réponse Répondre Citer 0
                                          • SCAREXS Hors-ligne
                                            SCAREX
                                            dernière édition par

                                            En même temps ta valeur de texture n’est jamais modifiée, donc ça risque pas de fonctionner

                                            Site web contenant mes scripts : http://SCAREXgaming.github.io

                                            Pas de demandes de support par MP ni par skype SVP.
                                            Je n'accepte sur skype que l…

                                            1 réponse Dernière réponse Répondre Citer 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • Premier message
                                              Dernier message
                                            Design by Woryk
                                            ContactMentions Légales

                                            MINECRAFT FORGE FRANCE © 2024

                                            Powered by NodeBB