MFF

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

    Créer un bloc basique

    Planifier Épinglé Verrouillé Déplacé Les blocs
    1.8
    76 Messages 16 Publieurs 25.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.
    • geekukoG Hors-ligne
      geekuko
      dernière édition par

      C:\Users\user\Desktop\killtheboss\src\main\resources\assets\killtheboss

      et la j’ai 4 dossier -blockstate
                                 -lang
                                 -models
                                 -textures

      dans models il y a 2 dossier block et item
      et dans textures il y a un dossier blocks

      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

        Et les jsons sont placés où ?

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

          dans blockstates

          {
            "variants": {
                "normal": { "model": "killtheboss:pierrecompresse" }
            }
          }
          

          dans model/block

          {
            "parent": "block/cube_all",
            "textures": {
                "all": "killtheboss:blocks/pierrecompresse"
            }
          }
          

          et dans model/item

          {
            "parent": "killtheboss:block/pierrecompresse",
             "display": {
                 "thirdperson": {
                     "rotation": [ 10, -45, 170 ],
                     "translation": [ 0, 1.5, -2.75 ],
                     "scale": [ 0.375, 0.375, 0.375 ]
                 }
            }
          }
          
          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

            Tous semble bon, c’est étrange que ça ne fonctionne pas 😕

            1 réponse Dernière réponse Répondre Citer 1
            • geekukoG Hors-ligne
              geekuko
              dernière édition par

              net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model killheboss: pierrecompresse#normal with loader VariantLoader.instance, skipping

              ca dit “killheboss” au lieu de “killtheboss” donc mon modid etai pas correct ^^ dsl

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

                je ne sais a quel type de fichier tu fais réference pour la texture 
                car quand j’essaye de renommer un .png, en  [font=Ubuntu, sans-seriftextures": { “all”: "MODID:blocks/][font=Ubuntu, sans-seriftuto_block][font=Ubuntu, sans-serif**" } **]
                [font=Ubuntu, sans-serif**ça me dit que certains ponctuations ne peuvent êtres contenus dans le nom du fichier, **]
                [font=Ubuntu, sans-serifPourriez-vous m’aider à résoudre ce problème svp .( peut être que la réponse est toute bête et que je sais pas lire le tuto ^^]
                [font=Ubuntu, sans-serifmais je galère depuis un long moment )]

                Modélisateur sur son temps libre.

                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

                  Le nom du fichier png doit être tuto_block.png dans ce cas.

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

                    étrange cela m’affiche toujours le bloc sans texture, je pense que cela vient d’ailleurs je vais chercher en espérant trouver ;)___je crois avoir trouver la raison du problème, mais (oui car y’a toujours un “mais” sinon c’est pas marrant )
                    mon piètre niveau de code ne me permet pas de déchiffrer les logs, je fais appel donc à une bonne âme misericordieuse (trop de drama x) ) 
                    pour m’aider à trouver le problème  qui fait que ma texture ne charge pas :

                    voici les logs

                    [16:58:02] [Client thread/INFO] [FML]: MinecraftForge v11.15.1.1722 Initialized
                    [16:58:02] [Client thread/INFO] [FML]: Replaced 204 ore recipies
                    [16:58:02] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                    [16:58:02] [Client thread/INFO] [FML]: Searching C:\Users\stephanie\Documents\quentin\Modding\forge-1.8.9\run\mods for mods
                    [16:58:05] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                    [16:58:05] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wakfu] at CLIENT
                    [16:58:05] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wakfu] at SERVER
                    [16:58:06] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Mod Minecraft
                    [16:58:06] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                    [16:58:06] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
                    [16:58:06] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
                    [16:58:06] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
                    [16:58:06] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                    [16:58:06] [Client thread/INFO] [STDOUT]: [fr.premiermod.minecraft.PremierModCommon:preInit:12]: pre init côté commun
                    [16:58:06] [Client thread/INFO] [STDOUT]: [fr.premiermod.minecraft.PremierModClient:preInit:18]: pre init côté client
                    [16:58:06] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
                    [16:58:06] [Client thread/INFO] [FML]: Applying holder lookups
                    [16:58:06] [Client thread/INFO] [FML]: Holder lookups applied
                    [16:58:06] [Client thread/INFO] [FML]: Injecting itemstacks
                    [16:58:06] [Client thread/INFO] [FML]: Itemstack injection complete
                    [16:58:07] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: UP_TO_DATE Target: null
                    [16:58:07] [Sound Library Loader/INFO]: Starting up SoundSystem…
                    [16:58:07] [Thread-9/INFO]: Initializing LWJGL OpenAL
                    [16:58:07] [Thread-9/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                    [16:58:08] [Thread-9/INFO]: OpenAL initialized.
                    [16:58:08] [Sound Library Loader/INFO]: Sound engine started
                    [16:58:18] [Client thread/INFO] [FML]: Max texture size: 8192
                    [16:58:18] [Client thread/INFO]: Created: 16x16 textures-atlas
                    [16:58:18] [Client thread/ERROR] [FML]: Exception loading model for variant wakfu:bloc_de_wakfu#inventory
                    java.lang.Exception: Could not load model definition for variant wakfu:bloc_de_wakfu#inventory
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:219) ~[ModelLoader.class:?]
                    at net.minecraftforge.client.model.ModelLoader.loadItems(ModelLoader.java:256) ~[ModelLoader.class:?]
                    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:120) ~[ModelLoader.class:?]
                    at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                    at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:120) [SimpleReloadableResourceManager.class:?]
                    at net.minecraft.client.Minecraft.startGame(Minecraft.java:515) [Minecraft.class:?]
                    at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
                    at net.minecraft.client.main.Main.main(Main.java:116) [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 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.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                    at GradleStart.main(GradleStart.java:26) [start/:?]
                    Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model wakfu:blockstates/bloc_de_wakfu.json
                    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:165) ~[ModelBakery.class:?]
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
                    … 19 more
                    Caused by: java.io.FileNotFoundException: wakfu:blockstates/bloc_de_wakfu.json
                    at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:93) ~[FallbackResourceManager.class:?]
                    at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:78) ~[SimpleReloadableResourceManager.class:?]
                    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:143) ~[ModelBakery.class:?]
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
                    … 19 more
                    [16:58:18] [Client thread/ERROR] [FML]: Exception loading model for variant wakfu:bloc_de_wakfu#normal
                    java.lang.Exception: Could not load model definition for variant wakfu:bloc_de_wakfu#normal
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:219) ~[ModelLoader.class:?]
                    at net.minecraft.client.resources.model.ModelBakery.loadVariants(ModelBakery.java:109) ~[ModelBakery.class:?]
                    at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:174) ~[ModelLoader.class:?]
                    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:119) ~[ModelLoader.class:?]
                    at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                    at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:120) [SimpleReloadableResourceManager.class:?]
                    at net.minecraft.client.Minecraft.startGame(Minecraft.java:515) [Minecraft.class:?]
                    at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
                    at net.minecraft.client.main.Main.main(Main.java:116) [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 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.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                    at GradleStart.main(GradleStart.java:26) [start/:?]
                    Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model wakfu:blockstates/bloc_de_wakfu.json
                    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:165) ~[ModelBakery.class:?]
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
                    … 20 more
                    Caused by: java.io.FileNotFoundException: wakfu:blockstates/bloc_de_wakfu.json
                    at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:93) ~[FallbackResourceManager.class:?]
                    at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:78) ~[SimpleReloadableResourceManager.class:?]
                    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:143) ~[ModelBakery.class:?]
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
                    … 20 more
                    [16:58:18] [Client thread/ERROR] [FML]: Model definition for location wakfu:bloc_de_wakfu#inventory not found
                    [16:58:18] [Client thread/ERROR] [FML]: Model definition for location wakfu:bloc_de_wakfu#normal not found
                    [16:58:20] [Client thread/INFO] [FML]: Injecting itemstacks
                    [16:58:20] [Client thread/INFO] [FML]: Itemstack injection complete
                    [16:58:20] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                    [16:58:20] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Mod Minecraft
                    [16:58:20] [Client thread/INFO]: SoundSystem shutting down…
                    [16:58:20] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
                    [16:58:20] [Sound Library Loader/INFO]: Starting up SoundSystem…
                    [16:58:20] [Thread-11/INFO]: Initializing LWJGL OpenAL
                    [16:58:20] [Thread-11/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                    [16:58:20] [Thread-11/INFO]: OpenAL initialized.
                    [16:58:21] [Sound Library Loader/INFO]: Sound engine started
                    [16:58:29] [Client thread/INFO] [FML]: Max texture size: 8192
                    [16:58:29] [Client thread/INFO]: Created: 512x512 textures-atlas
                    [16:58:29] [Client thread/ERROR] [FML]: Exception loading model for variant wakfu:bloc_de_wakfu#inventory
                    java.lang.Exception: Could not load model definition for variant wakfu:bloc_de_wakfu#inventory
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:219) ~[ModelLoader.class:?]
                    at net.minecraftforge.client.model.ModelLoader.loadItems(ModelLoader.java:256) ~[ModelLoader.class:?]
                    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:120) ~[ModelLoader.class:?]
                    at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                    at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:130) [SimpleReloadableResourceManager.class:?]
                    at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:111) [SimpleReloadableResourceManager.class:?]
                    at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:772) [Minecraft.class:?]
                    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:326) [FMLClientHandler.class:?]
                    at net.minecraft.client.Minecraft.startGame(Minecraft.java:532) [Minecraft.class:?]
                    at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
                    at net.minecraft.client.main.Main.main(Main.java:116) [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 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.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                    at GradleStart.main(GradleStart.java:26) [start/:?]
                    Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model wakfu:blockstates/bloc_de_wakfu.json
                    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:165) ~[ModelBakery.class:?]
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
                    … 22 more
                    Caused by: java.io.FileNotFoundException: wakfu:blockstates/bloc_de_wakfu.json
                    at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:93) ~[FallbackResourceManager.class:?]
                    at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:78) ~[SimpleReloadableResourceManager.class:?]
                    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:143) ~[ModelBakery.class:?]
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
                    … 22 more
                    [16:58:29] [Client thread/ERROR] [FML]: Exception loading model for variant wakfu:bloc_de_wakfu#normal
                    java.lang.Exception: Could not load model definition for variant wakfu:bloc_de_wakfu#normal
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:219) ~[ModelLoader.class:?]
                    at net.minecraft.client.resources.model.ModelBakery.loadVariants(ModelBakery.java:109) ~[ModelBakery.class:?]
                    at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:174) ~[ModelLoader.class:?]
                    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:119) ~[ModelLoader.class:?]
                    at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                    at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:130) [SimpleReloadableResourceManager.class:?]
                    at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:111) [SimpleReloadableResourceManager.class:?]
                    at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:772) [Minecraft.class:?]
                    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:326) [FMLClientHandler.class:?]
                    at net.minecraft.client.Minecraft.startGame(Minecraft.java:532) [Minecraft.class:?]
                    at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
                    at net.minecraft.client.main.Main.main(Main.java:116) [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 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.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                    at GradleStart.main(GradleStart.java:26) [start/:?]
                    Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model wakfu:blockstates/bloc_de_wakfu.json
                    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:165) ~[ModelBakery.class:?]
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
                    … 23 more
                    Caused by: java.io.FileNotFoundException: wakfu:blockstates/bloc_de_wakfu.json
                    at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:93) ~[FallbackResourceManager.class:?]
                    at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:78) ~[SimpleReloadableResourceManager.class:?]
                    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:143) ~[ModelBakery.class:?]
                    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
                    … 23 more
                    [16:58:29] [Client thread/ERROR] [FML]: Model definition for location wakfu:bloc_de_wakfu#inventory not found
                    [16:58:29] [Client thread/ERROR] [FML]: Model definition for location wakfu:bloc_de_wakfu#normal not found
                    [16:58:31] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
                    [16:58:43] [Server thread/INFO]: Starting integrated minecraft server version 1.8.9
                    [16:58:43] [Server thread/INFO]: Generating keypair
                    [16:58:43] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
                    [16:58:43] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
                    [16:58:43] [Server thread/INFO] [FML]: Applying holder lookups
                    [16:58:43] [Server thread/INFO] [FML]: Holder lookups applied
                    [16:58:43] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@1a322372)
                    [16:58:43] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@1a322372)
                    [16:58:44] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@1a322372)
                    [16:58:44] [Server thread/INFO]: Preparing start region for level 0
                    [16:58:45] [Server thread/INFO]: Changing view distance to 12, from 10
                    [16:58:45] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
                    [16:58:46] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
                    [16:58:46] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
                    [16:58:46] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : FML@8.0.99.99,Forge@11.15.1.1722,wakfu@0.1,mcp@9.19
                    [16:58:47] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
                    [16:58:47] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
                    [16:58:47] [Server thread/INFO]: tristepin20[local:E:b1819f58] logged in with entity id 82 at (-624.5697518298074, 4.0, 215.01169110721548)
                    [16:58:47] [Server thread/INFO]: tristepin20 joined the game
                    [16:58:48] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@60427996[id=3d8e993c-5877-30c3-8b64-912692f127ee,name=tristepin20,properties={},legacy=false]
                    com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
                    at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
                    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
                    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
                    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
                    at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
                    at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
                    at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
                    at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
                    at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
                    at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
                    at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
                    at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
                    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
                    at net.minecraft.client.Minecraft.func_181037_M(Minecraft.java:2915) [Minecraft.class:?]
                    at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:130) [SkinManager$3.class:?]
                    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_91]
                    at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91]
                    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_91]
                    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_91]
                    at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
                    [17:03:00] [Server thread/INFO]: [tristepin20: Set the time to 1000]
                    [17:03:00] [Client thread/INFO]: [CHAT] Set the time to 1000
                    [17:04:09] [Server thread/INFO]: [tristepin20: Set own game mode to Survival Mode]
                    [17:04:09] [Client thread/INFO]: [CHAT] Your game mode has been updated
                    [17:04:28] [Server thread/INFO]: [tristepin20: Set own game mode to Creative Mode]
                    [17:04:28] [Client thread/INFO]: [CHAT] Your game mode has been updated
                    [17:04:54] [Server thread/INFO]: Saving and pausing game…
                    [17:04:54] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                    [17:04:54] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                    [17:04:54] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                    [17:08:35] [Server thread/INFO]: Saving and pausing game…
                    [17:08:35] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                    [17:08:35] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                    [17:08:35] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                    [17:11:52] [Server thread/INFO]: Saving and pausing game…
                    [17:11:52] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                    [17:11:52] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                    [17:11:52] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                    [17:13:34] [Client thread/INFO]: Stopping!
                    [17:13:34] [Client thread/INFO]: SoundSystem shutting down…
                    [17:13:34] [Server thread/INFO]: Stopping server
                    [17:13:34] [Server thread/INFO]: Saving players
                    [17:13:34] [Server thread/INFO]: Saving worlds
                    [17:13:34] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                    [17:13:34] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                    [17:13:34] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                    [17:13:34] [Server thread/INFO] [FML]: Unloading dimension 0
                    [17:13:34] [Server thread/INFO] [FML]: Unloading dimension -1
                    [17:13:34] [Server thread/INFO] [FML]: Unloading dimension 1
                    [17:13:34] [Server thread/INFO] [FML]: Applying holder lookups
                    [17:13:34] [Server thread/INFO] [FML]: Holder lookups applied
                    [17:13:34] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
                    Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
                    
                    

                    et les différentes classes

                    package fr.premiermod.minecraft;
                    import org.apache.logging.log4j.Logger;
                    
                    import net.minecraft.block.Block;
                    import net.minecraft.block.material.Material;
                    import net.minecraft.creativetab.CreativeTabs;
                    import net.minecraftforge.fml.common.Mod;
                    import net.minecraftforge.fml.common.Mod.EventHandler;
                    import net.minecraftforge.fml.common.Mod.Instance;
                    import net.minecraftforge.fml.common.SidedProxy;
                    import net.minecraftforge.fml.common.event.FMLInitializationEvent;
                    import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
                    import net.minecraftforge.fml.common.registry.GameRegistry;
                    
                    @Mod(modid = ModMinecraft.MODID, name = "Mod Minecraft", version = "0.1" , acceptedMinecraftVersions = "[1.8.9]")                 
                    public class ModMinecraft 
                    {
                      public static final String MODID = "wakfu";
                    
                      @Instance(ModMinecraft.MODID)
                      public static ModMinecraft instance;
                    
                      @SidedProxy(clientSide = "fr.premiermod.minecraft.PremierModClient", serverSide = "fr.premiermod.minecraft.PremierModServer")
                      public static PremierModCommon proxy;
                      public static Block wakfuBlock;
                    
                      public static Logger logger;
                    
                      @EventHandler
                      public void preInit(FMLPreInitializationEvent event)
                      {
                     ModMinecraft.logger = event.getModLog();
                     ModMinecraft.proxy.preInit(event.getSuggestedConfigurationFile());
                     wakfuBlock = new WakfuBlock(Material.rock).setUnlocalizedName("Bloc de wakfu").setHardness(8.0F).setCreativeTab(CreativeTabs.tabMaterials);
                     GameRegistry.registerBlock(wakfuBlock, "bloc_de_wakfu");
                      }
                      public void Init(FMLInitializationEvent event)
                      {
                     ModMinecraft.proxy.init();
                          proxy.registerBlockTexture(wakfuBlock,"wakfu_bloc");
                       }
                    
                    }
                    
                    package fr.premiermod.minecraft;
                    
                    import java.io.File;
                    
                    import net.minecraft.block.Block;
                    import net.minecraft.item.Item;
                    
                    public class PremierModCommon 
                    {
                    public void preInit(File configFile)
                    {
                    System.out.println("pre init côté commun");
                    }
                    public void init()
                    {
                    
                    }
                    protected void registerItemTexture(Item item, int metadata,String name)
                    {
                    
                    }
                    protected void registerItemTexture(Item item, String name)
                    {
                    
                    }
                    protected void registerBlockTexture(Block block, int metadata,String name)
                    {
                    
                    }
                    
                    protected void registerBlockTexture(Block block, String name)
                    {
                    
                    }
                    
                    }
                    
                    @Override
                      public void registerItemTexture(Item item, int metadata, String name)
                      {
                          ItemModelMesher mesher = Minecraft.getMinecraft().getRenderItem().getItemModelMesher();
                          mesher.register(item, metadata, new ModelResourceLocation("wakfu:" + name, "inventory"));
                      }
                    
                      @Override
                      public void registerItemTexture(Item item, String name)
                      {
                          registerItemTexture(item, 0, name);
                      }
                    
                      @Override
                      public void registerBlockTexture(Block block, int metadata, String name)
                      {
                          registerItemTexture(Item.getItemFromBlock(block), metadata, name);
                      }
                    
                      @Override
                      public void registerBlockTexture(Block block, String name)
                      {
                          registerBlockTexture(block, 0, name);
                      }
                    }
                    
                    
                    package fr.premiermod.minecraft;
                    
                    import java.io.File;
                    
                    public class PremierModServer extends PremierModCommon 
                    {
                    
                    @Override
                    public void preInit(File configFile)
                    {
                    super.preInit(configFile);
                    System.out.println("pre init côté serveur");
                    }
                    
                    @Override
                    public void init() 
                    {
                    super.init();
                    }
                    
                    }
                    
                    
                    package fr.premiermod.minecraft;
                    
                    import net.minecraft.block.Block;
                    import net.minecraft.block.material.Material;
                    
                    public class WakfuBlock extends Block {
                    
                    public WakfuBlock(Material materialIn) {
                    super(materialIn);
                    // TODO Auto-generated constructor stub
                    }
                    
                    }
                    
                    

                    En esperant que personne ne devienne aveugle en lisant ça^^, c’est mon premier jet donc je décline toute responsabilité
                    en ce qui concerne la perte de vue et les crises d’hysterie engendrées par du code aussi mal fait  😉

                    Modélisateur sur son temps libre.

                    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

                      Le problème ne vient pas du code java mais des fichiers json qui sont manquants ou mal nommé ou mal placé.

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

                        ok merci 
                        je vais reprendre toute la partie du tuto sur  les .json

                        Modélisateur sur son temps libre.

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

                          D’ailleurs, je me demandais : il n’y a pas de checkers qui pourraient s’occuper de vérifier la cohérence des fichiers json avant de lancer le jeu?

                          Pour éviter les erreurs les plus grossières (.json invalide, référence invalide,…)

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

                            j’ai tout refais ligne par ligne mais j’ai toujours pas résolus mon soucis, pour la texture, 
                            je continue quand même à chercher, je met mon dossier src à disposition si jamais tu veux jeter un coup 
                            d’oeil robin , merci d’avance si tu y pretre attention 😉
                            http://upload.lescigales.org/mr7b

                            Modélisateur sur son temps libre.

                            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

                              Ton fichier json se nomme wakfu_bloc.json.txt
                              au lieu de juste : wakfu_bloc.json
                              Renommes le fichier depuis eclipse pour retirer ce .txt inutile.

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

                                j’ai supprimé l"extension .txt inutiles à tous les fichiers .json mais ça persiste à m’afficher une texture bugé ;(___je déplace mon problème dans la partie support

                                Modélisateur sur son temps libre.

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

                                  J’ai une ligne rouge dans ma classe ModsSympa.java (a partir de GameRegistry) et (public static Block modsBlock; ) au point virgule :

                                  package com.google.noopyy109.mods.common;
                                  
                                  import com.google.noopyy109.mods.proxy.CommonProxy;
                                  
                                  import cpw.mods.fml.common.Mod;
                                  import cpw.mods.fml.common.Mod.EventHandler;
                                  import cpw.mods.fml.common.Mod.Instance;
                                  import cpw.mods.fml.common.SidedProxy;
                                  import cpw.mods.fml.common.event.FMLInitializationEvent;
                                  import cpw.mods.fml.common.event.FMLPostInitializationEvent;
                                  import cpw.mods.fml.common.event.FMLPreInitializationEvent;
                                  import net.minecraft.block.Block;
                                  
                                  @Mod(modid = "modssympa", name = "Mods Sympa", version = "1.0")
                                  
                                  public class ModsSympa 
                                  {
                                  
                                  @Instance("modssympa")
                                  public static ModsSympa instance;
                                  
                                  public static final String MODID = "modssympa";
                                  
                                  @SidedProxy(clientSide = "com.google.noopyy109.mods.proxy.ClientProxy", serverSide = "com.google.noopyy109.mods.proxy.CommonProxy")
                                  public static CommonProxy proxy;
                                  
                                  @EventHandler
                                  public void preInit(FMLPreInitializationEvent event)
                                  {
                                  
                                  }
                                  
                                  @EventHandler
                                  public void postInit(FMLPostInitializationEvent event)
                                  {
                                  
                                  }
                                  @EventHandler
                                  public void init(FMLInitializationEvent event)
                                  {
                                  
                                     proxy.registerRender();
                                     proxy.registerBlockTexture(modsBlock, "mods_block");
                                  
                                  }
                                  
                                  public static Block modsBlock;
                                  
                                  modsBlock = new ModsBlock(Material.rock).setUnlocalizedName("mods_block").setResistance(5.0F).setHardness(3.0F).setCreativeTab(CreativeTabs.tabFood);
                                  
                                  GameRegistry.registerBlock(modsBlock, "mods_block");
                                  
                                  }
                                  
                                  

                                  au tour du ClientProxy.java (erreur sur ItemModelMesher, ModelResourceLocation, getRenderItem)  :

                                  package com.google.noopyy109.mods.proxy;
                                  
                                  import net.minecraft.block.Block;
                                  import net.minecraft.client.Minecraft;
                                  import net.minecraft.item.Item;
                                  
                                  public class ClientProxy extends CommonProxy
                                  {
                                  @Override
                                  public void registerRender()
                                  {
                                  System.out.println("méthode côté client");
                                  }
                                  
                                    @Override
                                    public void registerItemTexture(Item item, int metadata, String name)
                                    {
                                        ItemModelMesher mesher = Minecraft.getMinecraft()).getRenderItem().getItemModelMesher();
                                        mesher.register(item, metadata, new ModelResourceLocation("mods:" + name, "inventory"));
                                    }
                                  
                                    @Override
                                    public void registerItemTexture(Item item, String name)
                                    {
                                        registerItemTexture(item, 0, name);
                                    }
                                  
                                    @Override
                                    public void registerBlockTexture(Block block, int metadata, String name)
                                    {
                                        registerItemTexture(Item.getItemFromBlock(block), metadata, name);
                                    }
                                  
                                    @Override
                                    public void registerBlockTexture(Block block, String name)
                                    {
                                        registerBlockTexture(block, 0, name);
                                    }
                                  
                                  }
                                  

                                  et là en lancant le jeu :

                                  [01:24:11] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
                                  [01:24:11] [Client thread/ERROR] [FML]: 
                                  States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
                                  UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
                                  UC FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) 
                                  UC Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) 
                                  UE modssympa{1.0} [Mods Sympa] (bin) 
                                  [01:24:11] [Client thread/ERROR] [FML]: The following problems were captured during this phase
                                  [01:24:11] [Client thread/ERROR] [FML]: Caught exception from modssympa
                                  java.lang.Error: Unresolved compilation problems: 
                                  The method registerBlockTexture(Block, String) from the type CommonProxy is not visible
                                  Syntax error on token ";", , expected
                                  Syntax error on tokens, ConstructorHeaderName expected instead
                                  Syntax error on token "(", delete this token
                                  
                                  at com.google.noopyy109.mods.common.ModsSympa.<init>(ModsSympa.java:43) ~[bin/:?]
                                  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_102]
                                  at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_102]
                                  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_102]
                                  at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_102]
                                  at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_102]
                                  at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:506) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_102]
                                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_102]
                                  at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_102]
                                  at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
                                  at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_102]
                                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_102]
                                  at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_102]
                                  at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
                                  at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
                                  at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) [Loader.class:?]
                                  at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
                                  at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?]
                                  at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?]
                                  at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_102]
                                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_102]
                                  at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_102]
                                  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/:?]
                                  [01:24:12] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                                  // Hi. I'm Minecraft, and I'm a crashaholic.
                                  
                                  Time: 29/08/16 1:24
                                  Description: There was a severe problem during mod loading that has caused the game to fail
                                  
                                  cpw.mods.fml.common.LoaderException: java.lang.Error: Unresolved compilation problems: 
                                  The method registerBlockTexture(Block, String) from the type CommonProxy is not visible
                                  Syntax error on token ";", , expected
                                  Syntax error on tokens, ConstructorHeaderName expected instead
                                  Syntax error on token "(", delete this token
                                  
                                  at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
                                  at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
                                  at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
                                  at net.minecraft.client.Minecraft.startGame(Minecraft.java:522)
                                  at net.minecraft.client.Minecraft.run(Minecraft.java:942)
                                  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)
                                  Caused by: java.lang.Error: Unresolved compilation problems: 
                                  The method registerBlockTexture(Block, String) from the type CommonProxy is not visible
                                  Syntax error on token ";", , expected
                                  Syntax error on tokens, ConstructorHeaderName expected instead
                                  Syntax error on token "(", delete this token
                                  
                                  at com.google.noopyy109.mods.common.ModsSympa.<init>(ModsSympa.java:43)
                                  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
                                  at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
                                  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
                                  at java.lang.reflect.Constructor.newInstance(Unknown Source)
                                  at java.lang.Class.newInstance(Unknown Source)
                                  at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
                                  at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:506)
                                  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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
                                  at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
                                  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
                                  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
                                  at com.google.common.eventbus.EventBus.post(EventBus.java:275)
                                  at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
                                  at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
                                  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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
                                  at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
                                  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
                                  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
                                  at com.google.common.eventbus.EventBus.post(EventBus.java:275)
                                  at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
                                  at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
                                  ... 12 more
                                  
                                  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 7 (amd64) version 6.1
                                  Java Version: 1.8.0_102, Oracle Corporation
                                  Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                  Memory: 779257952 bytes (743 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 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: 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
                                  UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
                                  UC FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) 
                                  UC Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) 
                                  UE modssympa{1.0} [Mods Sympa] (bin) 
                                  GL info: ' Vendor: 'NVIDIA Corporation' Version: '2.1.2' Renderer: 'GeForce 7025 / nForce 630a/integrated/SSE2'
                                  [01:24:12] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Michael\Desktop\Modding Forge\forge-1.7.10-10.13.4.1614-1.7.10-src\eclipse\.\crash-reports\crash-2016-08-29_01.24.11-client.txt
                                  

                                  besoin d’aide svp</init></init>

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

                                    Sans l’erreur on peut pas savoir, renvoi les classes complètes dans des balises java

                                    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
                                    • robin4002R Hors-ligne
                                      robin4002 Moddeurs confirmés Rédacteurs Administrateurs
                                      dernière édition par

                                      Le problème se trouve dans la classe CommonProxy

                                      1 réponse Dernière réponse Répondre Citer 0
                                      • T Hors-ligne
                                        Tim54000
                                        dernière édition par robin4002

                                        RESOLU

                                        Bonjour, ces derniers temps, j’essaie de créer un petit mod en 1.10.2. J’ai donc suivi votre tutoriel.

                                        Malheureusement les textures des blocs ne s’affichent pas …

                                        Voici mes codes : http://pastebin.com/igTbm10u

                                        Les Erreurs dans la console :

                                        2017-01-22 09:30:14,771 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                        2017-01-22 09:30:14,772 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                        [09:30:14] [main/INFO] [GradleStart]: username: XXXXXXX@XXXXX.FR
                                        [09:30:14] [main/INFO] [GradleStart]: Extra: []
                                        [09:30:14] [main/INFO] [GradleStart]: Password found, attempting login
                                        [09:30:14] [main/INFO]: Logging in with username & password
                                        [09:30:15] [main/INFO] [GradleStart]: Login Succesful!
                                        [09:30:15] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, [], –assetsDir, C:/Users/Tim54/.gradle/caches/minecraft/assets, --assetIndex, 1.10, --userType, mojang, --accessToken{REDACTED}, --version, 1.10.2, --uuid, 6698b4e28c354d60b6907b3602fa0691, --username, Tim54000, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                                        [09:30:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                        [09:30:15] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                        [09:30:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                                        [09:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
                                        [09:30:15] [main/INFO] [FML]: Forge Mod Loader version 12.18.3.2221 for Minecraft 1.10.2 loading
                                        [09:30:15] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_111, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_111\jre
                                        [09:30:15] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                        [09:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                                        [09:30:15] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
                                        [09:30:15] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                                        [09:30:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                        [09:30:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                        [09:30:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                        [09:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                        [09:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                        [09:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                        [09:30:16] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                        [09:30:17] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                        [09:30:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                        [09:30:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                        [09:30:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                        [09:30:18] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
                                        [09:30:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
                                        [09:30:18] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                        2017-01-22 09:30:19,266 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                        2017-01-22 09:30:19,303 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                        2017-01-22 09:30:19,304 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                        [09:30:19] [Client thread/INFO]: Setting user: Tim54000
                                        [09:30:24] [Client thread/WARN]: Skipping bad option: lastServer:
                                        [09:30:24] [Client thread/INFO]: LWJGL Version: 2.9.4
                                        [09:30:25] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:221]: –-- Minecraft Crash Report ----
                                        // Ooh. Shiny.
                                        
                                        Time: 22/01/17 09:30
                                        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.10.2
                                        Operating System: Windows 10 (amd64) version 10.0
                                        Java Version: 1.8.0_111, Oracle Corporation
                                        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                        Memory: 343586224 bytes (327 MB) / 614989824 bytes (586 MB) up to 1901592576 bytes (1813 MB)
                                        JVM Flags: 0 total;
                                        IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                                        FML:
                                        Loaded coremods (and transformers):
                                        GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.33' Renderer: 'GeForce GTX 460/PCIe/SSE2'
                                        [09:30:25] [Client thread/INFO] [FML]: MinecraftForge v12.18.3.2221 Initialized
                                        [09:30:25] [Client thread/INFO] [FML]: Replaced 231 ore recipes
                                        [09:30:26] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                                        [09:30:26] [Client thread/INFO] [FML]: Searching C:\Users\Tim54\Eclipse\Forge 1.10.2\run\mods for mods
                                        [09:30:26] [Client thread/INFO] [examplemod]: Mod examplemod is missing the required element 'name'. Substituting examplemod
                                        [09:30:26] [Client thread/WARN] [FML]: ****************************************
                                        [09:30:26] [Client thread/WARN] [FML]: * The modid PrepMod is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
                                        [09:30:26] [Client thread/WARN] [FML]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:145)
                                        [09:30:26] [Client thread/WARN] [FML]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:130)
                                        [09:30:26] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
                                        [09:30:26] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
                                        [09:30:26] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
                                        [09:30:26] [Client thread/WARN] [FML]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)…
                                        [09:30:26] [Client thread/WARN] [FML]: ****************************************
                                        [09:30:27] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
                                        [09:30:27] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod, PrepMod] at CLIENT
                                        [09:30:27] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod, PrepMod] at SERVER
                                        [09:30:28] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:examplemod, FMLFileResourcePack:PrepMod
                                        [09:30:28] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: PrepMod/ in C:\Users\Tim54\Eclipse\Forge 1.10.2\bin
                                        [09:30:28] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: PrepMod/ in C:\Users\Tim54\Eclipse\Forge 1.10.2\bin
                                        [09:30:28] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                                        [09:30:28] [Client thread/INFO] [FML]: Found 423 ObjectHolder annotations
                                        [09:30:28] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
                                        [09:30:28] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
                                        [09:30:28] [Client thread/INFO] [FML]: Applying holder lookups
                                        [09:30:28] [Client thread/INFO] [FML]: Holder lookups applied
                                        [09:30:28] [Client thread/INFO] [FML]: Applying holder lookups
                                        [09:30:28] [Client thread/INFO] [FML]: Holder lookups applied
                                        [09:30:28] [Client thread/INFO] [FML]: Applying holder lookups
                                        [09:30:28] [Client thread/INFO] [FML]: Holder lookups applied
                                        [09:30:28] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                                        [09:30:28] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
                                        [09:30:28] [Client thread/INFO] [PrepMod]: Initialisation de "Erisium Ore"
                                        [09:30:28] [Client thread/INFO] [PrepMod]: Switch to Server !
                                        [09:30:28] [Client thread/INFO] [PrepMod]: Switch to Client !
                                        [09:30:28] [Client thread/INFO] [FML]: Applying holder lookups
                                        [09:30:28] [Client thread/INFO] [FML]: Holder lookups applied
                                        [09:30:28] [Client thread/INFO] [FML]: Injecting itemstacks
                                        [09:30:28] [Client thread/INFO] [FML]: Itemstack injection complete
                                        [09:30:32] [Sound Library Loader/INFO]: Starting up SoundSystem…
                                        [09:30:32] [Thread-8/INFO]: Initializing LWJGL OpenAL
                                        [09:30:32] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                        AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005
                                        AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005
                                        [09:30:32] [Thread-8/ERROR]: Error in class 'LibraryLWJGLOpenAL'
                                        [09:30:32] [Thread-8/ERROR]: Unable to initialize OpenAL.  Probable cause: OpenAL not supported.
                                        [09:30:32] [Thread-8/WARN]: ERROR MESSAGE:
                                        [09:30:32] [Thread-8/INFO]: Could not locate OpenAL library.
                                        [09:30:32] [Thread-8/WARN]: STACK TRACE:
                                        [09:30:32] [Thread-8/INFO]: org.lwjgl.openal.AL.create(AL.java:156)
                                        [09:30:32] [Thread-8/INFO]: org.lwjgl.openal.AL.create(AL.java:102)
                                        [09:30:32] [Thread-8/INFO]: org.lwjgl.openal.AL.create(AL.java:206)
                                        [09:30:32] [Thread-8/INFO]: paulscode.sound.libraries.LibraryLWJGLOpenAL.init(LibraryLWJGLOpenAL.java:164)
                                        [09:30:32] [Thread-8/INFO]: paulscode.sound.SoundSystem.CommandNewLibrary(SoundSystem.java:1576)
                                        [09:30:32] [Thread-8/INFO]: paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2572)
                                        [09:30:32] [Thread-8/INFO]: paulscode.sound.CommandThread.run(CommandThread.java:121)
                                        [09:30:33] [Sound Library Loader/WARN]: ERROR MESSAGE:
                                        [09:30:33] [Sound Library Loader/INFO]: Could not locate OpenAL library.
                                        [09:30:33] [Sound Library Loader/INFO]: Starting up SoundSystem…
                                        [09:30:33] [Thread-10/INFO]: Switching to No Sound
                                        [09:30:33] [Thread-10/INFO]: (Silent Mode)
                                        [09:30:33] [Sound Library Loader/INFO]: Sound engine started
                                        [09:30:37] [Client thread/INFO] [FML]: Max texture size: 16384
                                        [09:30:37] [Client thread/INFO]: Created: 16x16 textures-atlas
                                        [09:30:37] [Client thread/ERROR] [FML]: Exception loading model for variant prepmod:eridium_ore#normal for blockstate "prepmod:eridium_ore"
                                        net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model prepmod:eridium_ore#normal with loader VariantLoader.INSTANCE, skipping
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:252) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:240) ~[ModelLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?]
                                        at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
                                        at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                                        at GradleStart.main(GradleStart.java:26) [start/:?]
                                        Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
                                        at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]
                                        at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1195) ~[ModelLoader$VariantLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
                                        … 21 more
                                        [09:30:37] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant prepmod:eridium_ore#normal:
                                        java.lang.Exception: Could not load model definition for variant prepmod:eridium_ore
                                        at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:285) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:240) ~[ModelLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?]
                                        at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
                                        at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                                        at GradleStart.main(GradleStart.java:26) [start/:?]
                                        Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model prepmod:blockstates/eridium_ore.json
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:205) ~[ModelBakery.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:281) ~[ModelLoader.class:?]
                                        … 20 more
                                        Caused by: java.io.FileNotFoundException: prepmod:blockstates/eridium_ore.json
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:83) ~[SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:198) ~[ModelBakery.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:281) ~[ModelLoader.class:?]
                                        … 20 more
                                        [09:30:37] [Client thread/ERROR] [FML]: Exception loading model for variant prepmod:eridium_ore#inventory for item "prepmod:eridium_ore", normal location exception:
                                        net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model prepmod:item/eridium_ore with loader VanillaLoader.INSTANCE, skipping
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:328) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:148) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?]
                                        at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
                                        at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                                        at GradleStart.main(GradleStart.java:26) [start/:?]
                                        Caused by: java.io.FileNotFoundException: prepmod:models/item/eridium_ore.json
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:879) ~[ModelLoader$VanillaLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
                                        … 20 more
                                        [09:30:37] [Client thread/ERROR] [FML]: Exception loading model for variant prepmod:eridium_ore#inventory for item "prepmod:eridium_ore", blockstate location exception:
                                        net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model prepmod:eridium_ore#inventory with loader VariantLoader.INSTANCE, skipping
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:336) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:148) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?]
                                        at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
                                        at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                                        at GradleStart.main(GradleStart.java:26) [start/:?]
                                        Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
                                        at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]
                                        at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1195) ~[ModelLoader$VariantLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
                                        … 20 more
                                        [09:30:38] [Client thread/INFO] [STDOUT]: [com.example.examplemod.ExampleMod:init:18]: DIRT BLOCK >> tile.dirt
                                        [09:30:38] [Client thread/INFO] [PrepMod]: Log has been OK !
                                        [09:30:38] [Client thread/INFO] [FML]: Injecting itemstacks
                                        [09:30:38] [Client thread/INFO] [FML]: Itemstack injection complete
                                        [09:30:38] [Client thread/INFO] [PrepMod]: Okey for use !
                                        [09:30:38] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
                                        [09:30:38] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:examplemod, FMLFileResourcePack:PrepMod
                                        [09:30:38] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: PrepMod/ in C:\Users\Tim54\Eclipse\Forge 1.10.2\bin
                                        [09:30:38] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: PrepMod/ in C:\Users\Tim54\Eclipse\Forge 1.10.2\bin
                                        [09:30:41] [Client thread/INFO]: SoundSystem shutting down…
                                        [09:30:42] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
                                        [09:30:42] [Sound Library Loader/INFO]: Starting up SoundSystem…
                                        [09:30:42] [Thread-12/INFO]: Initializing LWJGL OpenAL
                                        [09:30:42] [Thread-12/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                        [09:30:42] [Thread-12/INFO]: OpenAL initialized.
                                        [09:30:42] [Sound Library Loader/INFO]: Sound engine started
                                        [09:30:46] [Client thread/INFO] [FML]: Max texture size: 16384
                                        [09:30:46] [Client thread/INFO]: Created: 512x512 textures-atlas
                                        [09:30:47] [Client thread/ERROR] [FML]: Exception loading model for variant prepmod:eridium_ore#normal for blockstate "prepmod:eridium_ore"
                                        net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model prepmod:eridium_ore#normal with loader VariantLoader.INSTANCE, skipping
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:252) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:240) ~[ModelLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?]
                                        at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350) [FMLClientHandler.class:?]
                                        at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
                                        at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
                                        at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                                        at GradleStart.main(GradleStart.java:26) [start/:?]
                                        Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
                                        at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]
                                        at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1195) ~[ModelLoader$VariantLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
                                        … 24 more
                                        [09:30:47] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant prepmod:eridium_ore#normal:
                                        java.lang.Exception: Could not load model definition for variant prepmod:eridium_ore
                                        at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:285) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:240) ~[ModelLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?]
                                        at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350) [FMLClientHandler.class:?]
                                        at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
                                        at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
                                        at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                                        at GradleStart.main(GradleStart.java:26) [start/:?]
                                        Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model prepmod:blockstates/eridium_ore.json
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:205) ~[ModelBakery.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:281) ~[ModelLoader.class:?]
                                        … 23 more
                                        Caused by: java.io.FileNotFoundException: prepmod:blockstates/eridium_ore.json
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:83) ~[SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:198) ~[ModelBakery.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:281) ~[ModelLoader.class:?]
                                        … 23 more
                                        [09:30:47] [Client thread/ERROR] [FML]: Exception loading model for variant prepmod:eridium_ore#inventory for item "prepmod:eridium_ore", normal location exception:
                                        net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model prepmod:item/eridium_ore with loader VanillaLoader.INSTANCE, skipping
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:328) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:148) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?]
                                        at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350) [FMLClientHandler.class:?]
                                        at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
                                        at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
                                        at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                                        at GradleStart.main(GradleStart.java:26) [start/:?]
                                        Caused by: java.io.FileNotFoundException: prepmod:models/item/eridium_ore.json
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:879) ~[ModelLoader$VanillaLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
                                        … 23 more
                                        [09:30:47] [Client thread/ERROR] [FML]: Exception loading model for variant prepmod:eridium_ore#inventory for item "prepmod:eridium_ore", blockstate location exception:
                                        net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model prepmod:eridium_ore#inventory with loader VariantLoader.INSTANCE, skipping
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:336) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?]
                                        at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:148) ~[ModelLoader.class:?]
                                        at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
                                        at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?]
                                        at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350) [FMLClientHandler.class:?]
                                        at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
                                        at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
                                        at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                        at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                                        at GradleStart.main(GradleStart.java:26) [start/:?]
                                        Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
                                        at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]
                                        at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1195) ~[ModelLoader$VariantLoader.class:?]
                                        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
                                        … 23 more
                                        [09:30:47] [Client thread/WARN]: Skipping bad option: lastServer:
                                        [09:30:53] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
                                        [09:30:53] [Server thread/INFO]: Generating keypair
                                        [09:30:53] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
                                        [09:30:53] [Server thread/INFO] [FML]: Applying holder lookups
                                        [09:30:53] [Server thread/INFO] [FML]: Holder lookups applied
                                        [09:30:53] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@9e3016e)
                                        [09:30:53] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@9e3016e)
                                        [09:30:53] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@9e3016e)
                                        [09:30:53] [Server thread/INFO]: Preparing start region for level 0
                                        [09:30:54] [Server thread/INFO]: Changing view distance to 12, from 10
                                        [09:30:55] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
                                        [09:30:55] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
                                        [09:30:55] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : FML@8.0.99.99,Forge@12.18.3.2221,mcp@9.19,PrepMod@1.0,examplemod@1.0
                                        [09:30:55] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
                                        [09:30:55] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
                                        [09:30:55] [Server thread/INFO]: Tim54000[local:E:a3264d95] logged in with entity id 0 at (27.95788273300435, 56.0, -102.93944086727569)
                                        [09:30:55] [Server thread/INFO]: Tim54000 joined the game
                                        [09:30:56] [Server thread/INFO]: Saving and pausing game…
                                        [09:30:56] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                                        [09:30:56] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                                        [09:30:56] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                                        [09:31:15] [Server thread/INFO]: Saving and pausing game…
                                        [09:31:15] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                                        [09:31:15] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                                        [09:31:15] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                                        
                                        

                                        Une photo de mes packages : 0_1537628193217_Capture d’écran (3).png (En voyant le screen, je me suis vraiment dit qu’il fallait que j’enlève l’exemple, y avait deux mods en un et ça marche bien n’empêche)

                                        Une en jeu : 0_1537628203066_Capture d’écran (4).png

                                        et Ma texture sera dans la partie pièces-jointes …. Ou pas x) La voilà : 0_1537628209503_erisium_ore.png

                                        Je vous remerci d’avance pour l’aide 🙂

                                        @'[CHANGELOG:

                                        ']
                                        - Package com.example.examplemod supprimé
                                        - Correction de la ligne 50 : "eri
                                        s
                                        ium_ore" écrit en “eridium_ore” (sur Pastebin)

                                        • Execution de cette commande “gradlew -Dorg.gradle.jvmargs=-Xmx2048M setupDecompWorkspace”
                                          **- **Passage en Lowercase du MODID (dans les packages et autres…)</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

                                          Salut,
                                          Retires les majuscules du modid. (y compris dans le nom du dossier qui se trouve dans le dossier assets).

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

                                            @‘robin4002’:

                                            Salut,
                                            Retires les majuscules du modid. (y compris dans le nom du dossier qui se trouve dans le dossier assets).

                                            Je l’ai fait mais maintenant, impossible de lancer le jeu …
                                            :::
                                            2017-01-22 15:12:11,610 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                            2017-01-22 15:12:11,612 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                            [15:12:11] [main/INFO] [GradleStart]: username: XXXXXX@XXXXXX.XX
                                            [15:12:11] [main/INFO] [GradleStart]: Extra: []
                                            [15:12:11] [main/INFO] [GradleStart]: Password found, attempting login
                                            [15:12:11] [main/INFO]: Logging in with username & password
                                            [15:12:12] [main/INFO] [GradleStart]: Login Succesful!
                                            [15:12:12] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, [], –assetsDir, C:/Users/Tim54/.gradle/caches/minecraft/assets, --assetIndex, 1.10, --userType, mojang, --accessToken{REDACTED}, --version, 1.10.2, --uuid, 6698b4e28c354d60b6907b3602fa0691, --username, Tim54000, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                                            [15:12:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                            [15:12:12] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                            [15:12:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                                            [15:12:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
                                            [15:12:12] [main/INFO] [FML]: Forge Mod Loader version 12.18.3.2221 for Minecraft 1.10.2 loading
                                            [15:12:12] [main/INFO] [FML]: Java is Java HotSpot™ 64-Bit Server VM, version 1.8.0_111, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_111\jre
                                            [15:12:12] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                            [15:12:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                                            [15:12:12] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
                                            [15:12:12] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                                            [15:12:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                            [15:12:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                            [15:12:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                            [15:12:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                            [15:12:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                            [15:12:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                            [15:12:13] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                            [15:12:14] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                            [15:12:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                            [15:12:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                            [15:12:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                            [15:12:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
                                            [15:12:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
                                            [15:12:15] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                            2017-01-22 15:12:15,985 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                            2017-01-22 15:12:16,019 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                            2017-01-22 15:12:16,021 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                            [15:12:16] [Client thread/INFO]: Setting user: Tim54000
                                            [15:12:20] [Client thread/WARN]: Skipping bad option: lastServer:
                                            [15:12:20] [Client thread/INFO]: LWJGL Version: 2.9.4
                                            [15:12:22] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:221]: –-- Minecraft Crash Report ----
                                            // Don’t do that.

                                            Time: 22/01/17 15:12
                                            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.10.2
                                            Operating System: Windows 10 (amd64) version 10.0
                                            Java Version: 1.8.0_111, Oracle Corporation
                                            Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
                                            Memory: 378533456 bytes (360 MB) / 607649792 bytes (579 MB) up to 1901592576 bytes (1813 MB)
                                            JVM Flags: 0 total;
                                            IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                                            FML:
                                            Loaded coremods (and transformers):
                                            GL info: ’ Vendor: ‘NVIDIA Corporation’ Version: ‘4.5.0 NVIDIA 376.33’ Renderer: ‘GeForce GTX 460/PCIe/SSE2’
                                            [15:12:22] [Client thread/INFO] [FML]: MinecraftForge v12.18.3.2221 Initialized
                                            [15:12:22] [Client thread/INFO] [FML]: Replaced 231 ore recipes
                                            [15:12:22] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                                            [15:12:22] [Client thread/INFO] [FML]: Searching C:\Users\Tim54\Eclipse\Forge 1.10.2\run\mods for mods
                                            [15:12:23] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                                            [15:12:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, prepmod] at CLIENT
                                            [15:12:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, prepmod] at SERVER
                                            [15:12:25] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:PrepMod
                                            [15:12:25] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                                            [15:12:25] [Client thread/INFO] [FML]: Found 423 ObjectHolder annotations
                                            [15:12:25] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
                                            [15:12:25] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
                                            [15:12:25] [Client thread/INFO] [FML]: Applying holder lookups
                                            [15:12:25] [Client thread/INFO] [FML]: Holder lookups applied
                                            [15:12:25] [Client thread/INFO] [FML]: Applying holder lookups
                                            [15:12:25] [Client thread/INFO] [FML]: Holder lookups applied
                                            [15:12:25] [Client thread/INFO] [FML]: Applying holder lookups
                                            [15:12:25] [Client thread/INFO] [FML]: Holder lookups applied
                                            [15:12:25] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                                            [15:12:25] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
                                            [15:12:25] [Client thread/INFO] [prepmod]: Initialisation de “Erisium Ore”
                                            [15:12:25] [Client thread/INFO] [FML]: Applying holder lookups
                                            [15:12:25] [Client thread/INFO] [FML]: Holder lookups applied
                                            [15:12:25] [Client thread/INFO] [FML]: Injecting itemstacks
                                            [15:12:25] [Client thread/INFO] [FML]: Itemstack injection complete
                                            [15:12:25] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
                                            [15:12:25] [Client thread/ERROR] [FML]:
                                            States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored
                                            UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
                                            UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.3.2221.jar)
                                            UCH Forge{12.18.3.2221} [Minecraft Forge] (forgeSrc-1.10.2-12.18.3.2221.jar)
                                            UCE prepmod{1.0} [PrepMod] (bin)
                                            [15:12:25] [Client thread/ERROR] [FML]: The following problems were captured during this phase
                                            [15:12:25] [Client thread/ERROR] [FML]: Caught exception from PrepMod (prepmod)
                                            java.lang.NullPointerException
                                            at fr.tim54000.Prep.proxy.ClientProxy.preInit(ClientProxy.java:29) ~[bin/:?]
                                            at fr.tim54000.Prep.common.PrepMod.preInit(PrepMod.java:55) ~[bin/:?]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                            at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                            at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:618) ~[forgeSrc-1.10.2-12.18.3.2221.jar:?]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                            at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                            at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
                                            at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
                                            at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
                                            at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
                                            at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
                                            at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243) ~[forgeSrc-1.10.2-12.18.3.2221.jar:?]
                                            at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) ~[forgeSrc-1.10.2-12.18.3.2221.jar:?]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                            at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                            at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
                                            at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
                                            at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
                                            at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
                                            at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
                                            at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145) [LoadController.class:?]
                                            at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624) [Loader.class:?]
                                            at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:259) [FMLClientHandler.class:?]
                                            at net.minecraft.client.Minecraft.startGame(Minecraft.java:477) [Minecraft.class:?]
                                            at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
                                            at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                            at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                            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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
                                            at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
                                            at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
                                            at GradleStart.main(GradleStart.java:26) [start/:?]
                                            [15:12:25] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: –-- Minecraft Crash Report ----
                                            // Don’t be sad, have a hug! ❤

                                            Time: 22/01/17 15:12
                                            Description: There was a severe problem during mod loading that has caused the game to fail

                                            net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from PrepMod (prepmod)
                                            Caused by: java.lang.NullPointerException
                                            at fr.tim54000.Prep.proxy.ClientProxy.preInit(ClientProxy.java:29)
                                            at fr.tim54000.Prep.common.PrepMod.preInit(PrepMod.java:55)
                                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                                            at java.lang.reflect.Method.invoke(Method.java:498)
                                            at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:618)
                                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                                            at java.lang.reflect.Method.invoke(Method.java:498)
                                            at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
                                            at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
                                            at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
                                            at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
                                            at com.google.common.eventbus.EventBus.post(EventBus.java:275)
                                            at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
                                            at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
                                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                                            at java.lang.reflect.Method.invoke(Method.java:498)
                                            at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
                                            at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
                                            at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
                                            at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
                                            at com.google.common.eventbus.EventBus.post(EventBus.java:275)
                                            at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
                                            at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
                                            at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:259)
                                            at net.minecraft.client.Minecraft.startGame(Minecraft.java:477)
                                            at net.minecraft.client.Minecraft.run(Minecraft.java:386)
                                            at net.minecraft.client.main.Main.main(Main.java:118)
                                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                                            at java.lang.reflect.Method.invoke(Method.java:498)
                                            at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                                            at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                                            at java.lang.reflect.Method.invoke(Method.java:498)
                                            at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
                                            at GradleStart.main(GradleStart.java:26)

                                            A detailed walkthrough of the error, its code path and all known details is as follows:

                                            – System Details –
                                            Details:
                                            Minecraft Version: 1.10.2
                                            Operating System: Windows 10 (amd64) version 10.0
                                            Java Version: 1.8.0_111, Oracle Corporation
                                            Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
                                            Memory: 440051632 bytes (419 MB) / 735576064 bytes (701 MB) up to 1901592576 bytes (1813 MB)
                                            JVM Flags: 0 total;
                                            IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                                            FML: MCP 9.32 Powered by Forge 12.18.3.2221 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
                                            UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
                                            UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.3.2221.jar)
                                            UCH Forge{12.18.3.2221} [Minecraft Forge] (forgeSrc-1.10.2-12.18.3.2221.jar)
                                            UCE prepmod{1.0} [PrepMod] (bin)
                                            Loaded coremods (and transformers):
                                            GL info: ’ Vendor: ‘NVIDIA Corporation’ Version: ‘4.5.0 NVIDIA 376.33’ Renderer: ‘GeForce GTX 460/PCIe/SSE2’
                                            [15:12:25] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Tim54\Eclipse\Forge 1.10.2\run.\crash-reports\crash-2017-01-22_15.12.25-client.txt

                                            :::

                                            **EDIT : **En faite, j’ai oublier de modifier un MODID …
                                            EDIT 2 : La texture du Bloc marche mais pas celle quand on la en main

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

                                            MINECRAFT FORGE FRANCE © 2024

                                            Powered by NodeBB