MFF

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

    Créer un item simple

    Planifier Épinglé Verrouillé Déplacé Les items
    1.8.x
    145 Messages 20 Publieurs 38.1k Vues 2 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.
    • GelvenG Hors-ligne
      Gelven
      dernière édition par

      Il s’agit bien de ça ?

      Je suis un tout nouveau débutant dans l'univers du modding et je serais ravie de recevoir des conseils de personnes expérimentées.  :-3

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

        Non, c’est Item et non Items

        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
        • GelvenG Hors-ligne
          Gelven
          dernière édition par

          C’est bon problème résolu.

          Merci d’avoir répondu aussi vite AymericRed et SCAREX.

          Je suis un tout nouveau débutant dans l'univers du modding et je serais ravie de recevoir des conseils de personnes expérimentées.  :-3

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

            Désolé de réapparaître deux fois dans le même soirée, mais comme on dit, quand on coupe une tête, deux en repoussent.

            Mon premier problème est quand j’essaie d’exécuter mon mod depuis Eclipse, soit c’est juste mon Minecraft qui crash, soit c’est mon PC en entier qui freeze. Je met un screen du message d’erreur de la console.

            Mon deuxième problème est quand j’essaie de compiler mon mod, si je me fis à ce qui est écris dans la Terminale, c’est un problème de symbole à la ligne 14 de mon fichier RedstickItems. (Je surligne sur un screen ce que j’ai remarqué)

             

            Je suis un tout nouveau débutant dans l'univers du modding et je serais ravie de recevoir des conseils de personnes expérimentées.  :-3

            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,
              La variable tabMisc n’existe pas, d’où l’erreur de compilation.
              Pour le crash au lancement, c’est nouveau qui crash.
              Quel est le modèle de ta carte Nvidia et quelle distribution Linux utilises-tu ?

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

                Bonjour,

                Mon PC ne possède pas de carte Nvidia, il n’a aucune puissances graphique. Je me suis dis que c’est peut-être à cause de ça mais alors pourquoi ça marchait quand j’étais sur Windows 10 ? Enfaîte le message d’erreur dans la console n’est jamais le même à chaque fois que je ressaie, une fois il m’a sorti un truc du genre “insertion “kref” a échoué”.

                Je suis récemment passé sur Ubuntu MATE.

                Pour le problème du TabMisc je fais comment du coup ?

                Je suis un tout nouveau débutant dans l'univers du modding et je serais ravie de recevoir des conseils de personnes expérimentées.  :-3

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

                  Il y a des traces du pilote open source “nouveau” pour Nvidia dans le rapport de crash (pour AMD le pilote est nommé radeon et pour Intel c’est i965) donc contrairement à ce que tu affirmes, tu as une carte Nvidia. Faudrait que tu as installes le pilote propriétaire pour avoir moins d’emmerde, le pilote libre pour Nvidia est souvent foireux.
                  Ou alors désactives la barre de chargement de forge. Sur mon pc Nvidia c’est la barre de chargement de Forge qui fait crasher nouveau.

                  Pour TabMisc, as-tu changé de mapping entre le moment où tu as fait le setup et maintenant ?
                  C’est la seule chose qui pourrai expliquer que tu as une erreur lors de la compilation et pas sur eclipse.

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

                    D’accord merci beaucoup, j’irai voir si je peux trouver un pilote.

                    J’ai un doute mais c’est possible, es que je risque de perdre quelque chose si je refait le setup ?

                    J’ai remarqué autre chose dans le terminal, je sais pas si c’est important je vous laisse regarder.

                    Je suis un tout nouveau débutant dans l'univers du modding et je serais ravie de recevoir des conseils de personnes expérimentées.  :-3

                    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

                      Ah oui ça explique tout x)
                      Tu as mit des mappings beaucoup trop récente.

                      Dans le build.gradle, mets :
                      mappings = ‘stable_22’

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

                        C’est bon ça marche ! 🙂 Merci beaucoup Robin4002.

                        Je suis un tout nouveau débutant dans l'univers du modding et je serais ravie de recevoir des conseils de personnes expérimentées.  :-3

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

                          bonjour
                          le tutoriel est très bien expliqué mais j’ai u problème avec cette ligne :
                          @SideOnly(Side.CLIENT)

                          eclipse met met une erreur a CLIENT et il ne me propose que de rename in file (Ctrl+2,r)

                          j’ai beau chercher je ne trouve pas la solution au problème  😞

                          sauriez vous quoi faire ?

                          Adepte du copier/coller

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

                            import net.minecraftforge.fml.relauncher.Side;

                            C’est bien ça ton import ?

                            > *Si vous ne pouvez expliquer un concept à un enfant de six ans, c’est que vous ne le comprenez pas c…

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

                              Bonsoir,

                              Est-ce qu’il y a un tuto pour minecraft 1.12 ?

                              Je demande ça car je débute et j’ai une erreur qui vient probablement du changement de la classe GameRegistry.
                              La méthode à surement changée un petit peu :s

                              L’erreur vient de la méthode GameRegistry.registerItem :

                              Merci encore pour ces tutos 🙂

                              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 robin4002

                                https://www.minecraftforgefrance.fr/topic/4095/créer-un-item-simple

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

                                  Ce message a été supprimé !
                                  1 réponse Dernière réponse Répondre Citer 0
                                  • JustAnDevJ Hors-ligne
                                    JustAnDev
                                    dernière édition par

                                    2019-04-07 14:34:55,217 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                    2019-04-07 14:34:55,222 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                    [14:34:55] [main/INFO] [GradleStart]: Extra: []
                                    [14:34:55] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/hyde etienne aaron/.gradle/caches/minecraft/assets, --assetIndex, 1.8, --accessToken{REDACTED}, --version, 1.8.9, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                                    [14:34:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                    [14:34:56] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                    [14:34:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                                    [14:34:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
                                    [14:34:56] [main/INFO] [FML]: Forge Mod Loader version 11.15.1.1722 for Minecraft 1.8.9 loading
                                    [14:34:56] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_201
                                    [14:34:56] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                    [14:34:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                                    [14:34:56] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
                                    [14:34:56] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                                    [14:34:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                    [14:34:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                    [14:34:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                    [14:34:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                    [14:34:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                    [14:34:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                    [14:34:57] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                    [14:35:05] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                    [14:35:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                    [14:35:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                    [14:35:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                    [14:35:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
                                    [14:35:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
                                    [14:35:10] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                    2019-04-07 14:35:15,772 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                    2019-04-07 14:35:16,883 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                    2019-04-07 14:35:16,923 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
                                    [14:35:19] [Client thread/INFO]: Setting user: Player899
                                    [14:35:37] [Client thread/INFO]: LWJGL Version: 2.9.4
                                    [14:35:41] [Client thread/WARN] [FML]: =============================================================
                                    [14:35:41] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
                                    [14:35:41] [Client thread/WARN] [FML]: Offendor: com/sun/jna/Native.main([Ljava/lang/String;)V
                                    [14:35:41] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
                                    [14:35:41] [Client thread/WARN] [FML]: =============================================================
                                    [14:35:42] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:246]: ---- Minecraft Crash Report ----
                                    // I just don't know what went wrong :(
                                    
                                    Time: 07/04/19 14:35
                                    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.8.9
                                    	Operating System: Windows 10 (amd64) version 10.0
                                    	Java Version: 1.8.0_201, Oracle Corporation
                                    	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                    	Memory: 873416464 bytes (832 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
                                    	JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                                    	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                                    	FML: 
                                    	Loaded coremods (and transformers): 
                                    	GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13467 Compatibility Profile Context 21.19.414.1280' Renderer: 'AMD Radeon(TM) R4 Graphics'
                                    [14:35:44] [Client thread/INFO] [FML]: MinecraftForge v11.15.1.1722 Initialized
                                    [14:35:45] [Client thread/INFO] [FML]: Replaced 204 ore recipies
                                    [14:35:46] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                                    [14:35:46] [Client thread/INFO] [FML]: Searching C:\Users\hyde etienne aaron\Desktop\forge-1.8.9-11.15.1.1722-mdk\run\mods for mods
                                    [14:35:51] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                                    [14:35:52] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, modaichmod] at CLIENT
                                    [14:35:52] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, modaichmod] at SERVER
                                    [14:35:54] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Daich's Mod For 1.7.10
                                    [14:35:55] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                                    [14:35:55] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
                                    [14:35:55] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
                                    [14:35:55] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
                                    [14:35:55] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                                    [14:35:56] [Client thread/INFO] [STDOUT]: [com.google.modaichmod.DaichClient:preInit:12]: pre init côté client
                                    [14:35:56] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
                                    [14:35:56] [Client thread/INFO] [FML]: Applying holder lookups
                                    [14:35:56] [Client thread/INFO] [FML]: Holder lookups applied
                                    [14:35:56] [Client thread/INFO] [FML]: Injecting itemstacks
                                    [14:35:56] [Client thread/INFO] [FML]: Itemstack injection complete
                                    [14:35:57] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: UP_TO_DATE Target: null
                                    [14:35:57] [Sound Library Loader/INFO]: Starting up SoundSystem...
                                    [14:35:57] [Thread-9/INFO]: Initializing LWJGL OpenAL
                                    [14:35:57] [Thread-9/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                    [14:35:59] [Thread-9/INFO]: OpenAL initialized.
                                    [14:35:59] [Sound Library Loader/INFO]: Sound engine started
                                    [14:36:53] [Client thread/INFO] [FML]: Max texture size: 16384
                                    [14:36:53] [Client thread/INFO]: Created: 16x16 textures-atlas
                                    [14:36:55] [Client thread/ERROR] [FML]: Exception loading model for variant modaichmod:blueingot#inventory
                                    java.lang.Exception: Could not load model definition for variant modaichmod:blueingot#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_201]
                                    	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	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_201]
                                    	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	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 modaichmod:blockstates/blueingot.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: modaichmod:blockstates/blueingot.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
                                    [14:36:55] [Client thread/ERROR] [FML]: Model definition for location modaichmod:blueingot#inventory not found
                                    [14:36:58] [Client thread/INFO] [FML]: Injecting itemstacks
                                    [14:36:58] [Client thread/INFO] [FML]: Itemstack injection complete
                                    [14:36:59] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                                    [14:36:59] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Daich's Mod For 1.7.10
                                    [14:36:59] [Client thread/INFO]: SoundSystem shutting down...
                                    [14:36:59] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
                                    [14:36:59] [Sound Library Loader/INFO]: Starting up SoundSystem...
                                    [14:37:00] [Thread-11/INFO]: Initializing LWJGL OpenAL
                                    [14:37:00] [Thread-11/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                    [14:37:04] [Thread-11/INFO]: OpenAL initialized.
                                    [14:37:04] [Sound Library Loader/INFO]: Sound engine started
                                    [14:37:30] [Client thread/INFO] [FML]: Max texture size: 16384
                                    [14:37:35] [Client thread/INFO]: Created: 512x512 textures-atlas
                                    [14:37:38] [Client thread/ERROR] [FML]: Exception loading model for variant modaichmod:blueingot#inventory
                                    java.lang.Exception: Could not load model definition for variant modaichmod:blueingot#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_201]
                                    	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	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_201]
                                    	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
                                    	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 modaichmod:blockstates/blueingot.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: modaichmod:blockstates/blueingot.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
                                    [14:37:38] [Client thread/ERROR] [FML]: Model definition for location modaichmod:blueingot#inventory not found
                                    

                                    voila ma texture n’est pas chargé

                                    1 réponse Dernière réponse Répondre Citer 0
                                    • robin4002R robin4002 a fait référence à ce sujet sur
                                    • EryahE Eryah a fait référence à ce sujet sur
                                    • robin4002R robin4002 a fait référence à ce sujet sur
                                    • robin4002R robin4002 a fait référence à ce sujet sur
                                    • 1
                                    • 2
                                    • 3
                                    • 4
                                    • 5
                                    • 6
                                    • 7
                                    • 8
                                    • 8 / 8
                                    • Premier message
                                      Dernier message
                                    Design by Woryk
                                    ContactMentions Légales

                                    MINECRAFT FORGE FRANCE © 2024

                                    Powered by NodeBB