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 basique

    Planifier Épinglé Verrouillé Déplacé Les items
    1.7.x
    243 Messages 37 Publieurs 82.8k Vues 7 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.
    • robin4002R Hors-ligne
      robin4002 Moddeurs confirmés Rédacteurs Administrateurs
      dernière édition par

      Avec notepad ++, dans encodage choisis UTF8 sans BOM.

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

        Bonjour, il est qu’on peut mettre plusieurs textures à un Item comment s’il vous plait ?

        Developpeur d'Hogsmod, un mod implémentant le Monde d'Harry Potter dans Minecraft!

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

          J’ai pas vu marqué quelque part (et impossible de mettre un nouveau topic pour ça) mais le code pour faire briller un item (comme s’il était enchanté ou comme une Nether Star plus précisément) c’est ça :

              @SideOnly(Side.CLIENT)
          
              public boolean hasEffect(ItemStack p_77636_1_)
              {
                  return true;
              }
          

          (et ça se place à la fin de la class de l’objet qu’on veut faire briller)

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

            petite question, comment faire pour qu’un item prenne différentes apparence a différents moments, je veux dire, quand on charge l’arc, on le voit s’étirer donc j’aimerais savoir comme faire pour faire la même chose.

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

              Si tu veux faire comme l’arc : fait une recherche sur le forum, çà a déjà été posé plein de fois.

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

                ok merci  je trouve rien de réellement clair 😕

                car je veux juste refaire l’arc mais avec les différents minerais

                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

                  http://www.minecraftforgefrance.fr/search.php?action=results&sid=88f5ae333bd630e0ed81db4181c3ec6c&sortby=lastpostℴ=desc

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

                    Bonjours, j’ai suivis le tutoriel sur les items basique et mon minecraft crash 😕

                    Voici le crash report:

                    –-- Minecraft Crash Report ----
                    // I blame Dinnerbone.
                    
                    Time: 15-07-14 22:34
                    Description: There was a severe problem during mod loading that has caused the game to fail
                    
                    cpw.mods.fml.common.LoaderException: java.lang.IllegalAccessException: Can not set static final java.lang.String field fr.teraforge.teracraft.common.ModTeraCraft.MODID to fr.teraforge.teracraft.common.ModTeraCraft
                    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(NativeMethodAccessorImpl.java:62)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                    at java.lang.reflect.Method.invoke(Method.java:497)
                    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.IllegalAccessException: Can not set static final java.lang.String field fr.teraforge.teracraft.common.ModTeraCraft.MODID to fr.teraforge.teracraft.common.ModTeraCraft
                    at sun.reflect.UnsafeFieldAccessorImpl.throwFinalFieldIllegalAccessException(UnsafeFieldAccessorImpl.java:76)
                    at sun.reflect.UnsafeFieldAccessorImpl.throwFinalFieldIllegalAccessException(UnsafeFieldAccessorImpl.java:80)
                    at sun.reflect.UnsafeQualifiedStaticObjectFieldAccessorImpl.set(UnsafeQualifiedStaticObjectFieldAccessorImpl.java:77)
                    at java.lang.reflect.Field.set(Field.java:764)
                    at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:427)
                    at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:358)
                    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:513)
                    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:497)
                    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(NativeMethodAccessorImpl.java:62)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                    at java.lang.reflect.Method.invoke(Method.java:497)
                    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 8.1 (amd64) version 6.3
                    Java Version: 1.8.0_45, Oracle Corporation
                    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                    Memory: 795028200 bytes (758 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 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.1490 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.1490-1.7.10.jar)
                    UC Forge{10.13.4.1490} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1490-1.7.10.jar)
                    UE tc{1.0.0} [TeraCraft] (bin)
                    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.3.12618 Compatibility Profile Context 13.251.9001.1001' Renderer: 'AMD Radeon R7 200 Series'
                    

                    Classe principale:

                    ​package fr.teraforge.teracraft.common;
                    
                    import net.minecraft.creativetab.CreativeTabs;
                    import net.minecraft.item.Item;
                    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 cpw.mods.fml.common.registry.GameRegistry;
                    import fr.teraforge.teracraft.proxy.CommonProxy;
                    
                    @Mod(modid = "tc", name = "TeraCraft", version = "1.0.0")
                    
                    public class ModTeraCraft
                    {
                    @Instance("tc")
                    public static final String MODID = "tc";
                    
                        @Instance("tc")
                        public static ModTeraCraft instance;
                    
                        @SidedProxy(clientSide = "fr.teraforge.teracraft.proxy.ClientProxy", serverSide = "fr.teraforge.teracraft.proxy.CommonProxy")
                        public static CommonProxy proxy;
                    
                        public static  Item itemTc;
                    
                        @EventHandler
                        public void preInit(FMLPreInitializationEvent event)
                        {
                        itemTc = new ItemTc().setUnlocalizedName("Rubis").setTextureName(ModTeraCraft.MODID + ":Rubis").setCreativeTab(CreativeTabs.tabMaterials);
                        GameRegistry.registerItem(itemTc, "Rubis");
                        }
                    
                        @EventHandler
                        public void init(FMLInitializationEvent event)
                        {
                        proxy.registerRender();
                        }
                    
                        @EventHandler
                        public void postInit(FMLPostInitializationEvent event)
                        {
                    
                        }
                    }
                    

                    Classe Item:

                    package fr.teraforge.teracraft.common;
                    
                    import net.minecraft.item.Item;
                    
                    public class ItemTc extends Item
                    {
                    
                    }
                    
                    Merci infiniment a celui ou celle qui m'edera :)
                    
                    1 réponse Dernière réponse Répondre Citer 0
                    • jglrxavpokJ Hors-ligne
                      jglrxavpok Modérateurs
                      dernière édition par

                      Tu as un @Instance en trop au dessus de ton MODID 😉

                      Modérateur sur MFF. 
                      Mon Github: http://github.com/jglrxavpok
                      Mon compte Steam si vous voulez jouer à CS:GO ou TF2 avec moi: https://steamcommunity.com/id/jglrxavpok/

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

                        Merci, je ne l’aurait pas trouvé sans toi 😛

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

                          Bonjour, déjà vous, les Admins on vous remerçie pour votre incroyable savoir,mais je vous remercie surtout pour nous faire partager ce Ô grand savoir 😃

                          Alors bref,j’entre dans le vif du sujet :

                          Je n’arrive vraiment pas à suivre le moment où on doit appliquer la texture à notre item,comment ça :

                          setTextureName(ModTutoriel.MODID + ":itemtutoriel")
                          

                          et où se trouve le dossier “/assets” ou bien doit-on le créer ?

                          Merci d’avance pour tous ceux qui me réponderont ou m’aideront ! 😄

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

                            Normalement dans le tuto des bases tu vois où mettre ton dossier assets. Sinon le dossier se trouve dans le dossier ressource de ton mod.

                            Envoyé de mon GT-S7390G

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

                              Oui merci je viens de voir ça dans les anciens messages,mais comment doit s’appeller notre fameux .png ?
                              Car en attendant je n’ai que le missing texture : Rose et Noir ! 🙂

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

                                çà dépend du nom que tu lui a donné

                                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 1
                                • W Hors-ligne
                                  warcatss
                                  dernière édition par

                                  Bonjour, j’aimerais savoir si mon code est bon car je recoit une erreur quand je lance le client.
                                  Voici les fichiers:

                                  package priver.common;
                                  
                                  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 cpw.mods.fml.relauncher.Side;
                                  import priver.CommonProxy;
                                  
                                  @Mod(modid = "modtutoriel", name = "Mod Tutoriel", version = "1.0.0")
                                  
                                  public class ModTutoriel {
                                  
                                  @Instance("modtutoriel")
                                  public static ModTutoriel instance;
                                  
                                  @SidedProxy(clientSide = "priver.ClientProxy", serverSide = "priver.CommonProxy")
                                  public static CommonProxy proxy;
                                  
                                  @EventHandler
                                  public void preInit(FMLPreInitializationEvent event)
                                  {
                                  itemTutoriel = new ItemTutoriel().setUnlocalizedName("itemTutoriel").setTextureName(ModTutoriel.modtutoriel + ":itemtutoriel").setCreativeTab(CreativeTabs.tabMaterials);
                                  GameRegistry.registerItem(itemTutoriel, "itemtutoriel", ModTutoriel.MODID);
                                  }
                                  
                                  @EventHandler
                                  public void init(FMLInitializationEvent event)
                                  {
                                  proxy.registerRender();
                                  }
                                  
                                  @EventHandler
                                  public void postInit(FMLPostInitializationEvent event)
                                  {
                                  
                                  }
                                  
                                  }
                                  

                                  voici le ModTutoriel.java

                                  
                                  package priver.common;
                                  
                                  import net.minecraft.client.renderer.texture.IIconRegister;
                                  import net.minecraft.creativetab.CreativeTabs;
                                  
                                  public class ItemTutoriel {
                                  @Override
                                  public void registerIcons(IIconRegister iconregister)
                                  {
                                          this.itemIcon = iconregister.registerIcon(ModTutoriel.modtutoriel + ":itemtutoriel");
                                  }
                                  public ItemTutoriel()
                                  {
                                     this.setCreativeTab(CreativeTabs.Materials);
                                  }
                                  
                                  }
                                  

                                  et voici le itemTutoriel.java.

                                  En vous remerciant d’avance.

                                  Merci à tous ceux qui m'aident  :)

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

                                    Envoi le rapport d’erreur, sans ça on peut pas faire grand chose.

                                    PS : utilise les balises java pour le code en java pour la coloration syntaxique, c’est plus lisible.

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

                                      
                                      [14:04:27] [main/INFO] [GradleStart]: Extra: []
                                      [14:04:27] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/jeremyAOTW/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                                      [14:04:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                      [14:04:27] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                      [14:04:27] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                                      [14:04:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                                      [14:04:27] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
                                      [14:04:27] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_77, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_77
                                      [14:04:27] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                      [14:04:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                                      [14:04:27] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
                                      [14:04:27] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                                      [14:04:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [14:04:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                      [14:04:27] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                      [14:04:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [14:04:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [14:04:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                      [14:04:27] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                      [14:04:28] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                      [14:04:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                      [14:04:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                      [14:04:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                      [14:04:28] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
                                      [14:04:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
                                      [14:04:28] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                      [14:04:29] [main/INFO]: Setting user: Player658
                                      [14:04:29] [Client thread/INFO]: LWJGL Version: 2.9.1
                                      [14:04:30] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: –-- Minecraft Crash Report ----
                                      // Would you like a cupcake?
                                      
                                      Time: 24/04/16 14:04
                                      Description: Loading screen debug info
                                      
                                      This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
                                      
                                      A detailed walkthrough of the error, its code path and all known details is as follows:
                                      ---------------------------------------------------------------------------------------
                                      
                                      -- System Details --
                                      Details:
                                      Minecraft Version: 1.7.10
                                      Operating System: Windows 7 (amd64) version 6.1
                                      Java Version: 1.8.0_77, Oracle Corporation
                                      Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                      Memory: 763864704 bytes (728 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
                                      JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                                      AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                                      IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                                      FML: 
                                      GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.30' Renderer: 'GeForce GTX 960/PCIe/SSE2'
                                      [14:04:30] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                                      [14:04:30] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
                                      [14:04:30] [Client thread/INFO] [FML]: Replaced 183 ore recipies
                                      [14:04:30] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                                      [14:04:30] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                                      [14:04:30] [Client thread/INFO] [FML]: Searching C:\Users\jeremyAOTW\Desktop\The Code Science\force source\eclipse\mods for mods
                                      [14:04:30] [Client thread/INFO] [examplemod]: Mod examplemod is missing the required element 'name'. Substituting examplemod
                                      [14:04:34] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
                                      [14:04:34] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod, modtutoriel] at CLIENT
                                      [14:04:34] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod, modtutoriel] at SERVER
                                      [14:04:34] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:examplemod, FMLFileResourcePack:Mod Tutoriel
                                      [14:04:34] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                                      [14:04:34] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                                      [14:04:34] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
                                      [14:04:34] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
                                      [14:04:35] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                                      [14:04:35] [Client thread/INFO] [FML]: Applying holder lookups
                                      [14:04:35] [Client thread/INFO] [FML]: Holder lookups applied
                                      [14:04:35] [Client thread/INFO] [FML]: Injecting itemstacks
                                      [14:04:35] [Client thread/INFO] [FML]: Itemstack injection complete
                                      [14:04:35] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
                                      [14:04:35] [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.05} [Minecraft Coder Pack] (minecraft.jar) 
                                      UCH FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) 
                                      UCH Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) 
                                      UCH examplemod{1.0} [examplemod] (bin) 
                                      UCE modtutoriel{1.0.0} [Mod Tutoriel] (bin) 
                                      [14:04:35] [Client thread/ERROR] [FML]: The following problems were captured during this phase
                                      [14:04:35] [Client thread/ERROR] [FML]: Caught exception from modtutoriel
                                      java.lang.Error: Unresolved compilation problems: 
                                      itemTutoriel cannot be resolved to a variable
                                      The method setUnlocalizedName(String) is undefined for the type ItemTutoriel
                                      modtutoriel cannot be resolved or is not a field
                                      CreativeTabs cannot be resolved to a variable
                                      GameRegistry cannot be resolved
                                      itemTutoriel cannot be resolved to a variable
                                      MODID cannot be resolved or is not a field
                                      
                                      at fr.hotmail.jeremymorlier.common.ModTutoriel.preInit(ModTutoriel.java:27) ~[bin/:?]
                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77]
                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
                                      at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77]
                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
                                      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_77]
                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
                                      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.preinitializeMods(Loader.java:556) [Loader.class:?]
                                      at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [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_77]
                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
                                      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/:?]
                                      [14:04:35] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                                      // I just don't know what went wrong :(
                                      
                                      Time: 24/04/16 14:04
                                      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: 
                                      itemTutoriel cannot be resolved to a variable
                                      The method setUnlocalizedName(String) is undefined for the type ItemTutoriel
                                      modtutoriel cannot be resolved or is not a field
                                      CreativeTabs cannot be resolved to a variable
                                      GameRegistry cannot be resolved
                                      itemTutoriel cannot be resolved to a variable
                                      MODID cannot be resolved or is not a field
                                      
                                      at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
                                      at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
                                      at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
                                      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: 
                                      itemTutoriel cannot be resolved to a variable
                                      The method setUnlocalizedName(String) is undefined for the type ItemTutoriel
                                      modtutoriel cannot be resolved or is not a field
                                      CreativeTabs cannot be resolved to a variable
                                      GameRegistry cannot be resolved
                                      itemTutoriel cannot be resolved to a variable
                                      MODID cannot be resolved or is not a field
                                      
                                      at fr.hotmail.jeremymorlier.common.ModTutoriel.preInit(ModTutoriel.java:27)
                                      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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
                                      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.preinitializeMods(Loader.java:556)
                                      ... 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_77, Oracle Corporation
                                      Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                      Memory: 805339248 bytes (768 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
                                      JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                                      AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                                      IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                                      FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 5 mods loaded, 5 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.05} [Minecraft Coder Pack] (minecraft.jar) 
                                      UCH FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) 
                                      UCH Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) 
                                      UCH examplemod{1.0} [examplemod] (bin) 
                                      UCE modtutoriel{1.0.0} [Mod Tutoriel] (bin) 
                                      GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.30' Renderer: 'GeForce GTX 960/PCIe/SSE2'
                                      [14:04:35] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\jeremyAOTW\Desktop\The Code Science\force source\eclipse\.\crash-reports\crash-2016-04-24_14.04.35-client.txt
                                      Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
                                      
                                      

                                      Le voici

                                      Merci à tous ceux qui m'aident  :)

                                      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,
                                        Il te manque la ligne suivante :
                                        public static Item itemTutoriel;

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

                                          Merci 🙂

                                          Merci à tous ceux qui m'aident  :)

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

                                            J’ai encore une erreur.

                                            package priver.common;
                                            
                                            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 cpw.mods.fml.relauncher.Side;
                                            import priver.CommonProxy;
                                            
                                            public static Item itemTutoriel;
                                            
                                            @Mod(modid = "modtutoriel", name = "Mod Tutoriel", version = "1.0.0")
                                            
                                            public class ModTutoriel {
                                            
                                            @Instance("modtutoriel")
                                            public static ModTutoriel instance;
                                            
                                            @SidedProxy(clientSide = "priver.ClientProxy", serverSide = "priver.CommonProxy")
                                            public static CommonProxy proxy;
                                            
                                            @EventHandler
                                            public void preInit(FMLPreInitializationEvent event)
                                            {
                                            itemTutoriel = new ItemTutoriel().setUnlocalizedName("itemTutoriel").setTextureName(ModTutoriel.modtutoriel + ":itemtutoriel").setCreativeTab(CreativeTabs.tabMaterials);
                                            GameRegistry.registerItem(itemTutoriel, "itemtutoriel", ModTutoriel.MODID);
                                            }
                                            
                                            @EventHandler
                                            public void init(FMLInitializationEvent event)
                                            {
                                            proxy.registerRender();
                                            }
                                            
                                            @EventHandler
                                            public void postInit(FMLPostInitializationEvent event)
                                            {
                                            
                                            }
                                            }
                                            

                                            voici le ModTutoriel.java

                                            package priver.common;
                                            
                                            import net.minecraft.client.renderer.texture.IIconRegister;
                                            import net.minecraft.creativetab.CreativeTabs;
                                            
                                            public class ItemTutoriel {
                                            @Override
                                            public void registerIcons(IIconRegister iconregister)
                                            {
                                                    this.itemIcon = iconregister.registerIcon(ModTutoriel.modtutoriel + ":itemtutoriel");
                                            }
                                            public ItemTutoriel()
                                            {
                                               this.setCreativeTab(CreativeTabs.Materials);
                                            }
                                            
                                            }
                                            

                                            et le fichier ItemTutoriel

                                            [16:56:23] [main/INFO] [GradleStart]: Extra: []
                                            [16:56:23] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/jeremyAOTW/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                                            [16:56:23] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                            [16:56:23] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                            [16:56:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                                            [16:56:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                                            [16:56:23] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
                                            [16:56:23] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_77, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_77
                                            [16:56:23] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                            [16:56:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                                            [16:56:23] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
                                            [16:56:23] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                                            [16:56:23] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                            [16:56:23] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                            [16:56:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                            [16:56:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                            [16:56:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                            [16:56:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                            [16:56:24] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                            [16:56:25] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                            [16:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                            [16:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                            [16:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                            [16:56:26] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
                                            [16:56:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
                                            [16:56:26] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                            [16:56:30] [main/INFO]: Setting user: Player52
                                            [16:56:33] [Client thread/INFO]: LWJGL Version: 2.9.1
                                            [16:56:36] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: –-- Minecraft Crash Report ----
                                            // Daisy, daisy...
                                            
                                            Time: 24/04/16 16:56
                                            Description: Loading screen debug info
                                            
                                            This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
                                            
                                            A detailed walkthrough of the error, its code path and all known details is as follows:
                                            ---------------------------------------------------------------------------------------
                                            
                                            -- System Details --
                                            Details:
                                            Minecraft Version: 1.7.10
                                            Operating System: Windows 7 (amd64) version 6.1
                                            Java Version: 1.8.0_77, Oracle Corporation
                                            Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                            Memory: 793664432 bytes (756 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
                                            JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                                            AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                                            IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                                            FML: 
                                            GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.30' Renderer: 'GeForce GTX 960/PCIe/SSE2'
                                            [16:56:36] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                                            [16:56:36] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
                                            [16:56:36] [Client thread/INFO] [FML]: Replaced 183 ore recipies
                                            [16:56:36] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                                            [16:56:37] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                                            [16:56:37] [Client thread/INFO] [FML]: Searching C:\Users\jeremyAOTW\Desktop\The Code Science\force source\eclipse\mods for mods
                                            [16:56:37] [Client thread/INFO] [examplemod]: Mod examplemod is missing the required element 'name'. Substituting examplemod
                                            [16:56:55] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
                                            [16:56:55] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod, modtutoriel] at CLIENT
                                            [16:56:55] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod, modtutoriel] at SERVER
                                            [16:56:55] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
                                            [16:56:55] [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) 
                                            UC examplemod{1.0} [examplemod] (bin) 
                                            UE modtutoriel{1.0.0} [Mod Tutoriel] (bin) 
                                            [16:56:55] [Client thread/ERROR] [FML]: The following problems were captured during this phase
                                            [16:56:55] [Client thread/ERROR] [FML]: Caught exception from modtutoriel
                                            java.lang.Error: Unresolved compilation problems: 
                                            Syntax error on tokens, delete these tokens
                                            Illegal modifier for the class ModTutoriel; only public, abstract & final are permitted
                                            itemTutoriel cannot be resolved to a variable
                                            The method setUnlocalizedName(String) is undefined for the type ItemTutoriel
                                            modtutoriel cannot be resolved or is not a field
                                            CreativeTabs cannot be resolved to a variable
                                            GameRegistry cannot be resolved
                                            itemTutoriel cannot be resolved to a variable
                                            MODID cannot be resolved or is not a field
                                            
                                            at fr.hotmail.jeremymorlier.common.ModTutoriel.<init>(ModTutoriel.java:13) ~[bin/:?]
                                            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_77]
                                            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_77]
                                            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_77]
                                            at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_77]
                                            at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_77]
                                            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_77]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                            at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
                                            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_77]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                            at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
                                            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_77]
                                            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
                                            at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
                                            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/:?]
                                            [16:56:55] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                                            // Uh... Did I do that?
                                            
                                            Time: 24/04/16 16:56
                                            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: 
                                            Syntax error on tokens, delete these tokens
                                            Illegal modifier for the class ModTutoriel; only public, abstract & final are permitted
                                            itemTutoriel cannot be resolved to a variable
                                            The method setUnlocalizedName(String) is undefined for the type ItemTutoriel
                                            modtutoriel cannot be resolved or is not a field
                                            CreativeTabs cannot be resolved to a variable
                                            GameRegistry cannot be resolved
                                            itemTutoriel cannot be resolved to a variable
                                            MODID cannot be resolved or is not a field
                                            
                                            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: 
                                            Syntax error on tokens, delete these tokens
                                            Illegal modifier for the class ModTutoriel; only public, abstract & final are permitted
                                            itemTutoriel cannot be resolved to a variable
                                            The method setUnlocalizedName(String) is undefined for the type ItemTutoriel
                                            modtutoriel cannot be resolved or is not a field
                                            CreativeTabs cannot be resolved to a variable
                                            GameRegistry cannot be resolved
                                            itemTutoriel cannot be resolved to a variable
                                            MODID cannot be resolved or is not a field
                                            
                                            at fr.hotmail.jeremymorlier.common.ModTutoriel.<init>(ModTutoriel.java:13)
                                            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_77, Oracle Corporation
                                            Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                            Memory: 856206552 bytes (816 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
                                            JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                                            AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                                            IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                                            FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 5 mods loaded, 5 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) 
                                            UC examplemod{1.0} [examplemod] (bin) 
                                            UE modtutoriel{1.0.0} [Mod Tutoriel] (bin) 
                                            GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.30' Renderer: 'GeForce GTX 960/PCIe/SSE2'
                                            [16:56:55] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\jeremyAOTW\Desktop\The Code Science\force source\eclipse\.\crash-reports\crash-2016-04-24_16.56.55-client.txt
                                            Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
                                            

                                            et voici le fichier d’erreur
                                            Merci d’avance.</init></init>

                                            Merci à tous ceux qui m'aident  :)

                                            1 réponse Dernière réponse Répondre Citer 0
                                            • 1
                                            • 2
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 13 / 13
                                            • Premier message
                                              Dernier message
                                            Design by Woryk
                                            ContactMentions Légales

                                            MINECRAFT FORGE FRANCE © 2024

                                            Powered by NodeBB