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.
    • TristepinT Hors-ligne
      Tristepin
      dernière édition par

      tiens voici la classe

      package fr.premiermod.minecraft.items;
      
      import net.minecraft.creativetab.CreativeTabs;
      import net.minecraft.item.Item;
      import net.minecraftforge.fml.common.registry.GameRegistry;
      
      public class Wakfuitems 
      {
        public static final Item Rubilax = new ItemRubilax().setUnlocalizedName("Rubilax").setCreativeTab(CreativeTabs.tabMisc);
      
        public static void registerItems()
        {
       GameRegistry.registerItem(Rubilax, "rubilax_item");
        }
      }
      

      oh wait tu as raison c’était pas dans mes logs tout ça xD

      [11:05:09] [Client thread/INFO] [FML]: MinecraftForge v11.15.1.1722 Initialized
      [11:05:09] [Client thread/INFO] [FML]: Replaced 204 ore recipies
      [11:05:10] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
      [11:05:10] [Client thread/INFO] [FML]: Searching C:\Users\stephanie\Documents\quentin\Modding\forge-1.8.9\run\mods for mods
      [11:05:13] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
      [11:05:14] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wakfu] at CLIENT
      [11:05:14] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wakfu] at SERVER
      [11:05:15] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Mod Minecraft
      [11:05:15] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
      [11:05:15] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
      [11:05:15] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
      [11:05:15] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
      [11:05:15] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
      [11:05:15] [Client thread/INFO] [FML]: Applying holder lookups
      [11:05:15] [Client thread/INFO] [FML]: Holder lookups applied
      [11:05:15] [Client thread/INFO] [FML]: Injecting itemstacks
      [11:05:15] [Client thread/INFO] [FML]: Itemstack injection complete
      [11:05:15] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
      [11:05:15] [Client thread/ERROR] [FML]: 
      States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
      UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
      UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1722.jar) 
      UCH Forge{11.15.1.1722} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1722.jar) 
      UCE wakfu{0.1} [Mod Minecraft] (bin) 
      [11:05:15] [Client thread/ERROR] [FML]: The following problems were captured during this phase
      [11:05:15] [Client thread/ERROR] [FML]: Caught exception from wakfu
      java.lang.Error: Unresolved compilation problem: 
      The method registerItemsModels() is undefined for the type ItemRubilax
      
      at fr.premiermod.minecraft.client.PremierModClient.preInit(PremierModClient.java:20) ~[bin/:?]
      at fr.premiermod.minecraft.ModMinecraft.preInit(ModMinecraft.java:33) ~[bin/:?]
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
      at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
      at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
      at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
      at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
      at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
      at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
      at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
      at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
      at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
      at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
      at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
      at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
      at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
      at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
      at net.minecraft.client.Minecraft.startGame(Minecraft.java:451) [Minecraft.class:?]
      at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
      at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
      at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
      at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
      at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
      at GradleStart.main(GradleStart.java:26) [start/:?]
      [11:05:15] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
      [11:05:15] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: –-- Minecraft Crash Report ----
      // Would you like a cupcake?
      
      Time: 16/06/16 11:05
      Description: There was a severe problem during mod loading that has caused the game to fail
      
      net.minecraftforge.fml.common.LoaderException: java.lang.Error: Unresolved compilation problem: 
      The method registerItemsModels() is undefined for the type ItemRubilax
      
      at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
      at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
      at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
      at net.minecraft.client.Minecraft.startGame(Minecraft.java:451)
      at net.minecraft.client.Minecraft.run(Minecraft.java:360)
      at net.minecraft.client.main.Main.main(Main.java:116)
      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 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.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
      at GradleStart.main(GradleStart.java:26)
      Caused by: java.lang.Error: Unresolved compilation problem: 
      The method registerItemsModels() is undefined for the type ItemRubilax
      
      at fr.premiermod.minecraft.client.PremierModClient.preInit(PremierModClient.java:20)
      at fr.premiermod.minecraft.ModMinecraft.preInit(ModMinecraft.java:33)
      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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
      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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
      at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
      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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
      at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
      ... 16 more
      
      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_91, Oracle Corporation
      Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
      Memory: 885161272 bytes (844 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
      JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
      IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
      FML: MCP 9.19 Powered by Forge 11.15.1.1722 4 mods loaded, 4 mods active
      States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
      UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
      UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1722.jar) 
      UCH Forge{11.15.1.1722} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1722.jar) 
      UCE wakfu{0.1} [Mod Minecraft] (bin) 
      Loaded coremods (and transformers): 
      GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4331' Renderer: 'Intel(R) HD Graphics 4400'
      [11:05:15] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\stephanie\Documents\quentin\Modding\forge-1.8.9\run\.\crash-reports\crash-2016-06-16_11.05.15-client.txt
      Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
      

      je pense que ce sera mieux comme ça 😉

      Modélisateur sur son temps libre.

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

        Le fonction dans la classe de ton item se nomme registerItems() alors pourquoi essayes-tu de mettre registerItemsModels() ? ça crash car tu appelle une fonction qui n’existe pas dans la classe de ton item.
        Tu as dit que ça crash même quand tu mets registerItems() ? Envoie les logs après avoir mis cette fonction.

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

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

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

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

          En fait je met la fonction registerItemsModels simplement car elle est dans le tutoriel^^ mais je n’arrive pas à comprendre son utilité surtout si elle
          me fait crash.

          voici les logs:

          [11:35:13] [Client thread/INFO] [FML]: MinecraftForge v11.15.1.1722 Initialized
          [11:35:13] [Client thread/INFO] [FML]: Replaced 204 ore recipies
          [11:35:14] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
          [11:35:14] [Client thread/INFO] [FML]: Searching C:\Users\stephanie\Documents\quentin\Modding\forge-1.8.9\run\mods for mods
          [11:35:18] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
          [11:35:20] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wakfu] at CLIENT
          [11:35:20] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wakfu] at SERVER
          [11:35:23] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Mod Minecraft
          [11:35:24] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
          [11:35:24] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
          [11:35:24] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
          [11:35:24] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
          [11:35:24] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
          [11:35:24] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
          [11:35:24] [Client thread/INFO] [FML]: Applying holder lookups
          [11:35:24] [Client thread/INFO] [FML]: Holder lookups applied
          [11:35:24] [Client thread/INFO] [FML]: Injecting itemstacks
          [11:35:24] [Client thread/INFO] [FML]: Itemstack injection complete
          [11:35:24] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
          [11:35:24] [Client thread/ERROR] [FML]: 
          States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
          UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
          UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1722.jar) 
          UCH Forge{11.15.1.1722} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1722.jar) 
          UCE wakfu{0.1} [Mod Minecraft] (bin) 
          [11:35:24] [Client thread/ERROR] [FML]: The following problems were captured during this phase
          [11:35:24] [Client thread/ERROR] [FML]: Caught exception from wakfu
          java.lang.IllegalArgumentException: The name minecraft:stone has been registered twice, for net.minecraft.item.ItemMultiTexture@47e60b71 and net.minecraft.item.ItemMultiTexture@27a57c66.
          at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:455) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
          at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:195) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
          at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:29) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
          at net.minecraft.item.Item.registerItem(Item.java:1646) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
          at net.minecraft.item.Item.registerItemBlock(Item.java:1635) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
          at net.minecraft.item.Item.registerItems(Item.java:1180) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
          at fr.premiermod.minecraft.client.PremierModClient.preInit(PremierModClient.java:18) ~[bin/:?]
          at fr.premiermod.minecraft.ModMinecraft.preInit(ModMinecraft.java:33) ~[bin/:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
          at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
          at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
          at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
          at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
          at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
          at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
          at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
          at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
          at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
          at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
          at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
          at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
          at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
          at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
          at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
          at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:451) [Minecraft.class:?]
          at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
          at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
          at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
          at GradleStart.main(GradleStart.java:26) [start/:?]
          [11:35:24] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: –-- Minecraft Crash Report ----
          // Surprise! Haha. Well, this is awkward.
          
          Time: 16/06/16 11:35
          Description: Initializing game
          
          java.lang.IllegalArgumentException: The name minecraft:stone has been registered twice, for net.minecraft.item.ItemMultiTexture@47e60b71 and net.minecraft.item.ItemMultiTexture@27a57c66.
          at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:455)
          at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:195)
          at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:29)
          at net.minecraft.item.Item.registerItem(Item.java:1646)
          at net.minecraft.item.Item.registerItemBlock(Item.java:1635)
          at net.minecraft.item.Item.registerItems(Item.java:1180)
          at fr.premiermod.minecraft.client.PremierModClient.preInit(PremierModClient.java:18)
          at fr.premiermod.minecraft.ModMinecraft.preInit(ModMinecraft.java:33)
          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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
          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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
          at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
          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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
          at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
          at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:451)
          at net.minecraft.client.Minecraft.run(Minecraft.java:360)
          at net.minecraft.client.main.Main.main(Main.java:116)
          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 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.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
          at GradleStart.main(GradleStart.java:26)
          
          A detailed walkthrough of the error, its code path and all known details is as follows:
          ---------------------------------------------------------------------------------------
          
          -- Head --
          Stacktrace:
          at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:455)
          at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:195)
          at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:29)
          at net.minecraft.item.Item.registerItem(Item.java:1646)
          at net.minecraft.item.Item.registerItemBlock(Item.java:1635)
          at net.minecraft.item.Item.registerItems(Item.java:1180)
          at fr.premiermod.minecraft.client.PremierModClient.preInit(PremierModClient.java:18)
          at fr.premiermod.minecraft.ModMinecraft.preInit(ModMinecraft.java:33)
          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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
          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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
          at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
          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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
          at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
          at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:451)
          
          -- Initialization --
          Details:
          Stacktrace:
          at net.minecraft.client.Minecraft.run(Minecraft.java:360)
          at net.minecraft.client.main.Main.main(Main.java:116)
          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 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.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
          at GradleStart.main(GradleStart.java:26)
          
          -- System Details --
          Details:
          Minecraft Version: 1.8.9
          Operating System: Windows 10 (amd64) version 10.0
          Java Version: 1.8.0_91, Oracle Corporation
          Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
          Memory: 899417936 bytes (857 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
          JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
          IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
          FML: MCP 9.19 Powered by Forge 11.15.1.1722 4 mods loaded, 4 mods active
          States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
          UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
          UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1722.jar) 
          UCH Forge{11.15.1.1722} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1722.jar) 
          UCE wakfu{0.1} [Mod Minecraft] (bin) 
          Loaded coremods (and transformers): 
          GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4331' Renderer: 'Intel(R) HD Graphics 4400'
          Launched Version: 1.8.9
          LWJGL: 2.9.4
          OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4331, Intel
          GL Caps: Using GL 1.3 multitexturing.
          Using GL 1.3 texture combiners.
          Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
          Shaders are available because OpenGL 2.1 is supported.
          VBOs are available because OpenGL 1.5 is supported.
          
          Using VBOs: No
          Is Modded: Definitely; Client brand changed to 'fml,forge'
          Type: Client (map_client.txt)
          Resource Packs: 
          Current Language: English (US)
          Profiler Position: N/A (disabled)
          CPU: 4x Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz
          [11:35:24] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\stephanie\Documents\quentin\Modding\forge-1.8.9\run\.\crash-reports\crash-2016-06-16_11.35.24-client.txt
          Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
          
          

          Modélisateur sur son temps libre.

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

            java.lang.IllegalArgumentException: The name minecraft:stone has been registered twice, for net.minecraft.item.ItemMultiTexture@47e60b71 and net.minecraft.item.ItemMultiTexture@27a57c66.
            at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:455)
            at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:195)
            at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:29)
            at net.minecraft.item.Item.registerItem(Item.java:1646)
            at net.minecraft.item.Item.registerItemBlock(Item.java:1635)
            at net.minecraft.item.Item.registerItems(Item.java:1180)
            at fr.premiermod.minecraft.client.PremierModClient.preInit(PremierModClient.java:18)
            

            Tu as quoi à la ligne 18 de PremierModClient ?

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

              ItemRubilax.registerItems();

              dans la fonction preinit

              Modélisateur sur son temps libre.

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

                Tu appelles la fonction statique de la classe Item qui permet d’enregistrer les items de minecraft, je pense que ce n’est pas ce que tu veux

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

                  Il faut mettre Wakfuitems.registerItems();

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

                    Merci beaucoup pour votre aide ça marche maintenant 😉

                    je fais une p’tite pause casse croute et je mis remet,

                    Modélisateur sur son temps libre.

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

                      Petit soucis la texture s’affiche pas je comprend pas…

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

                        “Ça marche pas, je sais pas pourquoi, je vous donne pas plus d’informations, devinez par vous même”

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

                          fichier json qui se situe dans wl/models/item:

                          
                          {
                              "parent": "builtin/generated",
                              "textures": {
                                  "layer0": "wl:items/itemwater"
                              },
                              "display": {
                                  "thirdperson": {
                                      "rotation": [ 0, 90, -35 ],
                                      "translation": [ 0, 1.25, -3.5 ],
                                      "scale": [ 0.85, 0.85, 0.85 ]
                                  },
                                  "firstperson": {
                                      "rotation": [ 0, -135, 25 ],
                                      "translation": [ 0, 4, 2 ],
                                      "scale": [ 1.7, 1.7, 1.7 ]
                                  }
                              }
                          }
                          
                          

                          Texture qui se situe dans: wl/textures/items

                          Client proxy:

                          
                            }
                          
                              @Override
                              public void registerRender() {
                                  RenderItem registerMesher = Minecraft.getMinecraft().getRenderItem();
                                  registerMesher.getItemModelMesher().register(WasteLandMod.INSTANCE.wastelandmoditems.itemwater, 0, new ModelResourceLocation(WasteLandMod.MODID + ":itemwater", "inventory"));
                                  registerMesher.getItemModelMesher().register(WasteLandMod.INSTANCE.wastelandmoditems.trousseaoutils, 0, new ModelResourceLocation(WasteLandMod.MODID + ":trousseaoutils", "inventory"));
                              }
                          
                              @Override
                              public void registerTileEntityRender() {}
                          
                          

                          Classe principale:

                          public WasteLandModItems wastelandmoditems;
                          
                          @Instance
                          public static WasteLandMod modInstance;
                          
                          //Register block and item:
                          
                          //*
                          
                          @EventHandler
                          public void preInit(FMLPreInitializationEvent event){
                          proxy.preInit(event);
                          //Items:
                          wastelandmoditems = new WasteLandModItems();
                          //*
                          
                          //Blocks;
                          
                          //*
                          
                          //GameRegister:
                          
                          //*
                          
                          //network:
                          network = NetworkRegistry.INSTANCE.newSimpleChannel("wl:");
                          network.registerMessage(PacketGUIEquipe.Handler.class, PacketGUIEquipe.class, 0, Side.CLIENT);
                          network.registerMessage(PacketCommandsBluFor.Handler.class, PacketCommandsBluFor.class, 1, Side.SERVER);
                          network.registerMessage(PacketGUISpawnMaxwell.Handler.class, PacketGUISpawnMaxwell.class, 2, Side.SERVER);
                          network.registerMessage(PacketGUIBluFor.Handler.class, PacketGUIBluFor.class, 3, Side.SERVER);
                          network.registerMessage(PacketGUIOpFor.Handler.class, PacketGUIOpFor.class, 4, Side.SERVER);
                          network.registerMessage(PacketCommandsOpFor.Handler.class, PacketCommandsOpFor.class, 5, Side.SERVER);
                          network.registerMessage(PacketCommandsIndependant.Handler.class, PacketCommandsIndependant.class, 6, Side.SERVER);
                          network.registerMessage(PacketGUIIndependant.Handler.class, PacketGUIIndependant.class, 7, Side.SERVER);
                          network.registerMessage(PacketMoney.ClientHandler.class, PacketMoney.class, 8, Side.CLIENT);
                          network.registerMessage(PacketMoney.ServerHandler.class, PacketMoney.class, 8, Side.SERVER);
                          network.registerMessage(PacketWater.ClientHandler.class, PacketWater.class, 9, Side.CLIENT);
                          network.registerMessage(PacketWater.ServerHandler.class, PacketWater.class, 9, Side.SERVER);
                          network.registerMessage(PacketInv.ClientHandler.class, PacketInv.class, 10, Side.CLIENT);
                          network.registerMessage(PacketInv.ServerHandler.class, PacketInv.class, 10, Side.SERVER);
                          network.registerMessage(PacketOpenInv.Handler.class, PacketOpenInv.class, 11, Side.SERVER);
                          
                          //*
                          }
                          

                          WasteLandModItems:

                          public class WasteLandModItems {
                          
                          public Item trousseaoutils;
                          public Item itemwater;
                          
                          public WasteLandModItems(){
                          trousseaoutils = new Trousseaoutils();
                          itemwater = new ItemWater();
                          
                          GameRegistry.registerItem(trousseaoutils, "trousseaoutils");
                          GameRegistry.registerItem(itemwater, "itemwater");
                          }
                          
                          }
                          
                          

                          Et bien sûr les deux class (trousseaoutils et itemwater) sont extends Item.

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

                            Quand tu dis que les jsons sont dans " wl/models/item", c’est qu’ils sont dans “src/main/resources/assets/ wl/models/item”, c’est ça ?

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

                              Exact

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

                                Que te dit la console ? Ya-t-il des missing texture ? Envoie le tout dans une balise code

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

                                  Tien:

                                  [01:20:13] [main/INFO] [GradleStart]: Extra: []
                                  
                                  [01:20:13] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/Admin/.gradle/caches/minecraft/assets, --assetIndex, 1.8, --accessToken, {REDACTED}, --version, 1.8, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                                  [01:20:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                  [01:20:13] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                  [01:20:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                                  [01:20:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
                                  [01:20:13] [main/INFO] [FML]: Forge Mod Loader version 8.0.37.1334 for Minecraft 1.8 loading
                                  [01:20:13] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_45, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jdk1.8.0_45\jre
                                  [01:20:13] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                  [01:20:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                                  [01:20:13] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
                                  [01:20:13] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                                  [01:20:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                  [01:20:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                  [01:20:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                  [01:20:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                  [01:20:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                  [01:20:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                  [01:20:13] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                  [01:20:14] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                  [01:20:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                  [01:20:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                  [01:20:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                  [01:20:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
                                  [01:20:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
                                  [01:20:14] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                  [01:20:15] [Client thread/INFO]: Setting user: Player441
                                  [01:20:16] [Client thread/INFO]: LWJGL Version: 2.9.1
                                  [01:20:16] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                                  [01:20:16] [Client thread/INFO] [FML]: MinecraftForge v11.14.1.1334 Initialized
                                  [01:20:16] [Client thread/INFO] [FML]: Replaced 204 ore recipies
                                  [01:20:16] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                                  [01:20:16] [Client thread/INFO] [FML]: Searching C:\Users\Admin\Desktop\WasteLandMod V1.0\eclipse\mods for mods
                                  [01:20:17] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                                  [01:20:17] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wl] at CLIENT
                                  [01:20:17] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wl] at SERVER
                                  [01:20:17] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:WasteLand
                                  [01:20:17] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                                  [01:20:17] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
                                  [01:20:17] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                                  [01:20:17] [Client thread/INFO] [FML]: Applying holder lookups
                                  [01:20:17] [Client thread/INFO] [FML]: Holder lookups applied
                                  [01:20:17] [Sound Library Loader/INFO]: Starting up SoundSystem…
                                  [01:20:18] [Thread-7/INFO]: Initializing LWJGL OpenAL
                                  [01:20:18] [Thread-7/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                  [01:20:18] [Thread-7/INFO]: OpenAL initialized.
                                  [01:20:18] [Sound Library Loader/INFO]: Sound engine started
                                  [01:20:19] [Client thread/WARN]: Texture wl:textures/items/itemwater.png with size 350x350 limits mip level from 4 to 1
                                  [01:20:19] [Client thread/INFO]: Created: 1024x512 textures-atlas
                                  [01:20:19] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                                  [01:20:19] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:WasteLand
                                  [01:20:19] [Client thread/INFO]: SoundSystem shutting down…
                                  [01:20:20] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
                                  [01:20:20] [Sound Library Loader/INFO]: Starting up SoundSystem…
                                  [01:20:20] [Thread-9/INFO]: Initializing LWJGL OpenAL
                                  [01:20:20] [Thread-9/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                  [01:20:20] [Thread-9/INFO]: OpenAL initialized.
                                  [01:20:20] [Sound Library Loader/INFO]: Sound engine started
                                  [01:20:21] [Client thread/INFO]: Created: 1024x512 textures-atlas
                                  
                                  1 réponse Dernière réponse Répondre Citer 0
                                  • BrokenSwingB Hors-ligne
                                    BrokenSwing Moddeurs confirmés Rédacteurs
                                    dernière édition par

                                    Ta texture itemwater.png fait du 350x350 ? Les tailles des textures doivent être une puissance de 2 (2, 4, 8, 16, 32, 64, 128, 256, 512, 1024 …)

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

                                      Ah okkk, J’ai mis une texture de 128*128 pour itemwater marche toujours pas

                                      
                                      [01:44:34] [main/INFO] [GradleStart]: Extra: []
                                      [01:44:34] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/Admin/.gradle/caches/minecraft/assets, --assetIndex, 1.8, --accessToken, {REDACTED}, --version, 1.8, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                                      [01:44:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                      [01:44:34] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                      [01:44:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                                      [01:44:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
                                      [01:44:34] [main/INFO] [FML]: Forge Mod Loader version 8.0.37.1334 for Minecraft 1.8 loading
                                      [01:44:34] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_45, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jdk1.8.0_45\jre
                                      [01:44:34] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                      [01:44:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                                      [01:44:34] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
                                      [01:44:34] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                                      [01:44:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [01:44:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                      [01:44:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                      [01:44:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [01:44:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [01:44:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                      [01:44:34] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                      [01:44:35] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                      [01:44:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                      [01:44:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                      [01:44:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                      [01:44:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
                                      [01:44:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
                                      [01:44:35] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                      [01:44:36] [Client thread/INFO]: Setting user: Player555
                                      [01:44:37] [Client thread/INFO]: LWJGL Version: 2.9.1
                                      [01:44:37] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                                      [01:44:37] [Client thread/INFO] [FML]: MinecraftForge v11.14.1.1334 Initialized
                                      [01:44:37] [Client thread/INFO] [FML]: Replaced 204 ore recipies
                                      [01:44:37] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                                      [01:44:37] [Client thread/INFO] [FML]: Searching C:\Users\Admin\Desktop\WasteLandMod V1.0\eclipse\mods for mods
                                      [01:44:38] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                                      [01:44:38] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wl] at CLIENT
                                      [01:44:38] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wl] at SERVER
                                      [01:44:38] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:WasteLand
                                      [01:44:38] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                                      [01:44:38] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
                                      [01:44:38] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                                      [01:44:38] [Client thread/INFO] [FML]: Applying holder lookups
                                      [01:44:38] [Client thread/INFO] [FML]: Holder lookups applied
                                      [01:44:38] [Sound Library Loader/INFO]: Starting up SoundSystem…
                                      [01:44:39] [Thread-7/INFO]: Initializing LWJGL OpenAL
                                      [01:44:39] [Thread-7/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                      [01:44:39] [Thread-7/INFO]: OpenAL initialized.
                                      [01:44:39] [Sound Library Loader/INFO]: Sound engine started
                                      [01:44:40] [Client thread/INFO]: Created: 512x512 textures-atlas
                                      [01:44:40] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                                      [01:44:40] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:WasteLand
                                      [01:44:40] [Client thread/INFO]: SoundSystem shutting down…
                                      [01:44:40] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
                                      [01:44:40] [Sound Library Loader/INFO]: Starting up SoundSystem…
                                      [01:44:40] [Thread-9/INFO]: Initializing LWJGL OpenAL
                                      [01:44:40] [Thread-9/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                      [01:44:40] [Thread-9/INFO]: OpenAL initialized.
                                      [01:44:40] [Sound Library Loader/INFO]: Sound engine started
                                      [01:44:41] [Client thread/INFO]: Created: 512x512 textures-atlas
                                      
                                      
                                      1 réponse Dernière réponse Répondre Citer 0
                                      • AymericRedA Hors-ligne
                                        AymericRed
                                        dernière édition par

                                        ça marche toujours pas ? Selon le log tu n’as pas testé en lançant un monde et le log n’indique aucune erreur.

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

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

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

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

                                          Oui j’ai bien regarder car en fait j’ai relancer mon jeu et pris les logs que au menu principal bouge pas je t’envoie les logs quand je me co au monde.

                                          Log:

                                          
                                          [12:31:02] [main/INFO] [GradleStart]: Extra: []
                                          [12:31:02] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/Admin/.gradle/caches/minecraft/assets, --assetIndex, 1.8, --accessToken, {REDACTED}, --version, 1.8, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                                          [12:31:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                          [12:31:02] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
                                          [12:31:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                                          [12:31:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
                                          [12:31:02] [main/INFO] [FML]: Forge Mod Loader version 8.0.37.1334 for Minecraft 1.8 loading
                                          [12:31:02] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_45, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jdk1.8.0_45\jre
                                          [12:31:02] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                          [12:31:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                                          [12:31:02] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
                                          [12:31:02] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                                          [12:31:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                          [12:31:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                          [12:31:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                          [12:31:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                          [12:31:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
                                          [12:31:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                          [12:31:02] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                          [12:31:03] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                          [12:31:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
                                          [12:31:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
                                          [12:31:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                          [12:31:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
                                          [12:31:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
                                          [12:31:03] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                          [12:31:03] [Client thread/INFO]: Setting user: Player482
                                          [12:31:04] [Client thread/INFO]: LWJGL Version: 2.9.1
                                          [12:31:05] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                                          [12:31:05] [Client thread/INFO] [FML]: MinecraftForge v11.14.1.1334 Initialized
                                          [12:31:05] [Client thread/INFO] [FML]: Replaced 204 ore recipies
                                          [12:31:05] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                                          [12:31:05] [Client thread/INFO] [FML]: Searching C:\Users\Admin\Desktop\WasteLandMod V1.0\eclipse\mods for mods
                                          [12:31:05] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                                          [12:31:05] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wl] at CLIENT
                                          [12:31:05] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, wl] at SERVER
                                          [12:31:06] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:WasteLand
                                          [12:31:06] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                                          [12:31:06] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
                                          [12:31:06] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                                          [12:31:06] [Client thread/INFO] [FML]: Applying holder lookups
                                          [12:31:06] [Client thread/INFO] [FML]: Holder lookups applied
                                          [12:31:06] [Sound Library Loader/INFO]: Starting up SoundSystem…
                                          [12:31:06] [Thread-7/INFO]: Initializing LWJGL OpenAL
                                          [12:31:06] [Thread-7/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                          [12:31:06] [Thread-7/INFO]: OpenAL initialized.
                                          [12:31:06] [Sound Library Loader/INFO]: Sound engine started
                                          [12:31:07] [Client thread/INFO]: Created: 512x512 textures-atlas
                                          [12:31:07] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                                          [12:31:07] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:WasteLand
                                          [12:31:07] [Client thread/INFO]: SoundSystem shutting down…
                                          [12:31:08] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
                                          [12:31:08] [Sound Library Loader/INFO]: Starting up SoundSystem…
                                          [12:31:08] [Thread-9/INFO]: Initializing LWJGL OpenAL
                                          [12:31:08] [Thread-9/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                          [12:31:08] [Thread-9/INFO]: OpenAL initialized.
                                          [12:31:08] [Sound Library Loader/INFO]: Sound engine started
                                          [12:31:09] [Client thread/INFO]: Created: 512x512 textures-atlas
                                          [12:31:11] [Server thread/INFO]: Starting integrated minecraft server version 1.8
                                          [12:31:11] [Server thread/INFO]: Generating keypair
                                          [12:31:11] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
                                          [12:31:11] [Server thread/INFO] [FML]: Applying holder lookups
                                          [12:31:11] [Server thread/INFO] [FML]: Holder lookups applied
                                          [12:31:12] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@63751a)
                                          [12:31:12] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@63751a)
                                          [12:31:12] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@63751a)
                                          [12:31:12] [Server thread/INFO]: Preparing start region for level 0
                                          [12:31:13] [Server thread/INFO]: Changing view distance to 8, from 10
                                          [12:31:13] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 1
                                          [12:31:13] [Netty Server IO #1/INFO] [FML]: Client protocol version 1
                                          [12:31:13] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : FML@8.0.37.1334,wl@1.0,Forge@11.14.1.1334,mcp@9.05
                                          [12:31:13] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
                                          [12:31:13] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
                                          [12:31:13] [Server thread/INFO]: Player482[local:E:9840680d] logged in with entity id 317 at (251.28415405935402, 83.15197203551676, -215.93098705934898)
                                          [12:31:13] [Server thread/INFO]: Player482 joined the game
                                          
                                          
                                          1 réponse Dernière réponse Répondre Citer 0
                                          • AymericRedA Hors-ligne
                                            AymericRed
                                            dernière édition par

                                            Et tu n’as pas la texture sur ton item ? Bizarre, je vois aucune erreur dans la console, vérifies que la fonction où tu enregistres ta texture est bien appelée.

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

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

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

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

                                            MINECRAFT FORGE FRANCE © 2024

                                            Powered by NodeBB