• Récent
  • Mots-clés
  • Populaire
  • Utilisateurs
  • Groupes
  • S'inscrire
  • Se connecter
  • S'inscrire
  • Se connecter
  • Recherche
  • Récent
  • Mots-clés
  • Populaire
  • Utilisateurs
  • Groupes

Compiler votre mod

Les bases
1.6.x
18
89
49.4k
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.
  • Gugu
    Gugu dernière édition par 7 sept. 2013, 08:23

    Quand tu mets les textures de ton mod 😉

    "If you have a comprehensive explanation for everything then it decreases uncertainty and anxiety and reduces your cognitive load. And if you can use that simplifying algorithm to put yourself on the side of moral virtue then you’re constantly a good person with a minimum of effort."
    ― Jordan B. Peterson

    1 réponse Dernière réponse Répondre Citer 0
    • O
      Oxyx dernière édition par 7 sept. 2013, 08:30

      Haaaaaaaa, mais oui, je suis complètement bête, je regardais pas du tout le bon truc ! Bon c’est, j’ai compris mon erreur, tout est OK, merci beaucoup !

      1 réponse Dernière réponse Répondre Citer 0
      • K
        Korgann dernière édition par robin4002 2 sept. 2018, 13:11 23 sept. 2013, 16:22

        Bonjoir 😃

        J’ai oune piti souci après la compilation, quand je lance reobfuscate_srg :

        0_1535893889436_2013-09-23_18h19_30.jpg

        Alors que pourtant la compil’ semble s’être déroulée correctement :

        0_1535893892766_2013-09-23_18h19_17.jpg

        D’où mon étonnement.

        Quid ? Quelqu’un a une idée ?

        Peut-être est-ce causé par cette erreur que je n’arrive pas à résoudre ?

        0_1535893896550_2013-09-23_18h23_26.jpg

        1 réponse Dernière réponse Répondre Citer 0
        • robin4002
          robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par 23 sept. 2013, 16:29

          .setSoundStep(Block.soundAnvilFootstep)
          Et sinon l’autre problème vient de l’accent dans “intégration”. Écrit juste integration ou passe l’encodage de ta workspace en UTF8.

          1 réponse Dernière réponse Répondre Citer 0
          • Superloup10
            Superloup10 Modérateurs dernière édition par 23 sept. 2013, 16:30

            Pour l’erreur que tu n’arrives pas à corriger, déjà c’est Block.soundAnvilFootStep, ensuite tu as une erreur de mapping de caractère dans ton commentaire : //Intégration avec les autres mods mais ça à la place, //Int\351gration avec les autres mods.

            EDIT: lol, robin4002 a posté en même temps que moi.

            Si vous souhaitez me faire un don, il vous suffit de cliquer sur le bouton situé en dessous.

            Je suis un membre apprécié et joueur, j'ai déjà obtenu 17 points de réputation.

            1 réponse Dernière réponse Répondre Citer 0
            • K
              Korgann dernière édition par 24 sept. 2013, 09:34

              Merci !! c’est toujours des petites erreurs de syntaxe que je loupe… t-t

              1 réponse Dernière réponse Répondre Citer 0
              • bin4r1s
                bin4r1s dernière édition par 26 nov. 2013, 18:08

                Bonjour,
                j’ai généré mon mod, tout se passe bien, mais au moment de le tester sur Minecraft,
                il ne marche pas (rien dans l’onglet mods, il ne change rien alors qu’il devrait rajouter des items …)
                Pouvez-vous m’aider ?

                Mes mods:

                • New Ores
                • More Dragons
                1 réponse Dernière réponse Répondre Citer 0
                • robin4002
                  robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par 26 nov. 2013, 18:28

                  .minecraft/ForgeModLoader-client-0.log.
                  Il me faut se fichier + le nom du modid.

                  1 réponse Dernière réponse Répondre Citer 0
                  • bin4r1s
                    bin4r1s dernière édition par 26 nov. 2013, 18:52

                    La partie intéressante du fichier .log :

                    
                    2013-11-26 19:05:50 [Avertissement] [ForgeModLoader] Zip file NewOres-universal-1.0.0-mc1.6.4.zip failed to read properly, it will be ignored
                    java.util.zip.ZipException: invalid CEN header (bad compression method)
                    at java.util.zip.ZipFile.open(Native Method)
                    at java.util.zip.ZipFile.<init>(Unknown Source)
                    at java.util.zip.ZipFile.<init>(Unknown Source)
                    at java.util.jar.JarFile.<init>(Unknown Source)
                    at java.util.jar.JarFile.<init>(Unknown Source)
                    at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:41)
                    at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
                    at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:67)
                    at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:127)
                    at cpw.mods.fml.common.Loader.identifyMods(Loader.java:353)
                    at cpw.mods.fml.common.Loader.loadMods(Loader.java:485)
                    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
                    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:472)
                    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:807)
                    at net.minecraft.client.main.Main.main(SourceFile:101)
                    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:131)
                    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] Examining directory rei_minimap for potential mods
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] No mcmod.info file found in directory rei_minimap
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] Examining directory VoxelMods for potential mods
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] No mcmod.info file found in directory VoxelMods
                    2013-11-26 19:05:50 [Le plus précis] [ForgeModLoader] Recursing into package voxelMap
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] Examining directory zan for potential mods
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] No mcmod.info file found in directory zan
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] Examining file ZansMinimap1.6.4.zip for potential mods
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] The mod container ZansMinimap1.6.4.zip appears to be missing an mcmod.info file
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] Identified a BaseMod type mod mod_ZanMinimap
                    2013-11-26 19:05:50 [Infos] [ForgeModLoader] Forge Mod Loader has identified 9 mods to load
                    2013-11-26 19:05:50 [Plus précis] [ForgeModLoader] Received a system property request ''
                    2013-11-26 19:05:50 [Plus précis] [ForgeModLoader] System property request managing the state of 0 mods
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] After merging, found state information for 0 mods
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] Reloading logging properties from C:\Users\*Censuré*\AppData\Roaming\.minecraft\config\logging.properties
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] Reloaded logging properties
                    2013-11-26 19:05:50 [Précis] [mcp] Mod Logging channel mcp configured at default level.
                    2013-11-26 19:05:50 [Infos] [mcp] Activating mod mcp
                    2013-11-26 19:05:50 [Précis] [FML] Mod Logging channel FML configured at default level.
                    2013-11-26 19:05:50 [Infos] [FML] Activating mod FML
                    2013-11-26 19:05:50 [Précis] [Forge] Mod Logging channel Forge configured at default level.
                    2013-11-26 19:05:50 [Infos] [Forge] Activating mod Forge
                    2013-11-26 19:05:50 [Précis] [TooManyItems] Mod Logging channel TooManyItems configured at default level.
                    2013-11-26 19:05:50 [Infos] [TooManyItems] Activating mod TooManyItems
                    2013-11-26 19:05:50 [Précis] [AnimationAPI] Enabling mod AnimationAPI
                    2013-11-26 19:05:50 [Précis] [AnimationAPI] Mod Logging channel AnimationAPI configured at default level.
                    2013-11-26 19:05:50 [Infos] [AnimationAPI] Activating mod AnimationAPI
                    2013-11-26 19:05:50 [Précis] [ExpChest] Enabling mod ExpChest
                    2013-11-26 19:05:50 [Précis] [ExpChest] Mod Logging channel ExpChest configured at default level.
                    2013-11-26 19:05:50 [Infos] [ExpChest] Activating mod ExpChest
                    2013-11-26 19:05:50 [Précis] [Highlands] Enabling mod Highlands
                    2013-11-26 19:05:50 [Précis] [Highlands] Mod Logging channel Highlands configured at default level.
                    2013-11-26 19:05:50 [Infos] [Highlands] Activating mod Highlands
                    2013-11-26 19:05:50 [Précis] [MutantCreatures] Enabling mod MutantCreatures
                    2013-11-26 19:05:50 [Précis] [MutantCreatures] Mod Logging channel MutantCreatures configured at default level.
                    2013-11-26 19:05:50 [Infos] [MutantCreatures] Activating mod MutantCreatures
                    2013-11-26 19:05:50 [Précis] [ForgeModLoader] Enabling mod mod_ZanMinimap
                    2013-11-26 19:05:50 [Précis] [mod_ZanMinimap] Mod Logging channel mod_ZanMinimap configured at default level.
                    2013-11-26 19:05:50 [Infos] [mod_ZanMinimap] Activating mod mod_ZanMinimap
                    2013-11-26 19:05:50 [Avertissement] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
                    2013-11-26 19:05:50 [Avertissement] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
                    2013-11-26 19:05:50 [Avertissement] [AnimationAPI] Mod AnimationAPI is missing a pack.mcmeta file, things may not work well
                    2013-11-26 19:05:50 [Avertissement] [Exp Chest] Mod Exp Chest is missing a pack.mcmeta file, things may not work well
                    2013-11-26 19:05:50 [Avertissement] [Mutant Creatures] Mod Mutant Creatures is missing a pack.mcmeta file, things may not work well
                    2013-11-26 19:05:50 [Infos] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Exp Chest, FMLFileResourcePack:Highlands, FMLFileResourcePack:Mutant Creatures, faithful32pack-converted-1373464762722.zip
                    2013-11-26 19:05:51 [Infos] [STDOUT]
                    2013-11-26 19:05:51 [Infos] [STDOUT] SoundSystem shutting down…
                    2013-11-26 19:05:51 [Infos] [STDOUT] Author: Paul Lamb, www.paulscode.com
                    2013-11-26 19:05:51 [Infos] [STDOUT]
                    2013-11-26 19:05:51 [Plus précis] [ForgeModLoader] Verifying mod requirements are satisfied
                    2013-11-26 19:05:51 [Infos] [STDOUT]
                    2013-11-26 19:05:51 [Infos] [STDOUT] Starting up SoundSystem…
                    2013-11-26 19:05:51 [Plus précis] [ForgeModLoader] All mod requirements are satisfied
                    2013-11-26 19:05:51 [Plus précis] [ForgeModLoader] Sorting mods into an ordered list
                    2013-11-26 19:05:51 [Plus précis] [ForgeModLoader] Mod sorting completed successfully
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] Mod sorting data
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] AnimationAPI(AnimationAPI:1.1.1): AnimationAPI v1.1.2 mc1.6.4.zip ()
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] ExpChest(Exp Chest:3.1.40.–): Exp Chest v3.1.40.--.zip ()
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] Highlands(Highlands:2.1.3): Highlands213(2)_MC164.zip ()
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] MutantCreatures(Mutant Creatures:1.4.4): Mutant_Creatures_v1.4.4_mc1.6.4.zip ()
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] mod_ZanMinimap(mod_ZanMinimap:Not available): ZansMinimap1.6.4.zip ()
                    2013-11-26 19:05:51 [Infos] [ForgeModLoader] FML has found a non-mod file NewOres-universal-1.0.0-mc1.6.4.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
                    2013-11-26 19:05:51 [Le plus précis] [mcp] Sending event FMLConstructionEvent to mod mcp
                    2013-11-26 19:05:51 [Le plus précis] [mcp] Sent event FMLConstructionEvent to mod mcp
                    2013-11-26 19:05:51 [Le plus précis] [FML] Sending event FMLConstructionEvent to mod FML
                    2013-11-26 19:05:51 [Le plus précis] [FML] Sent event FMLConstructionEvent to mod FML
                    2013-11-26 19:05:51 [Le plus précis] [Forge] Sending event FMLConstructionEvent to mod Forge
                    2013-11-26 19:05:51 [Infos] [ForgeModLoader] Registering Forge Packet Handler
                    2013-11-26 19:05:51 [Le plus précis] [ForgeModLoader] Testing mod Forge to verify it accepts its own version in a remote connection
                    2013-11-26 19:05:51 [Le plus précis] [ForgeModLoader] The mod Forge accepts its own version (9.11.1.916)
                    2013-11-26 19:05:51 [Infos] [ForgeModLoader] Succeeded registering Forge Packet Handler
                    2013-11-26 19:05:51 [Le plus précis] [Forge] Sent event FMLConstructionEvent to mod Forge
                    2013-11-26 19:05:51 [Le plus précis] [TooManyItems] Sending event FMLConstructionEvent to mod TooManyItems
                    2013-11-26 19:05:51 [Le plus précis] [TooManyItems] Sent event FMLConstructionEvent to mod TooManyItems
                    2013-11-26 19:05:51 [Le plus précis] [AnimationAPI] Sending event FMLConstructionEvent to mod AnimationAPI
                    2013-11-26 19:05:51 [Infos] [STDOUT] Initializing LWJGL OpenAL
                    2013-11-26 19:05:51 [Infos] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
                    2013-11-26 19:05:51 [Infos] [STDOUT] OpenAL initialized.
                    2013-11-26 19:05:51 [Le plus précis] [ForgeModLoader] Testing mod AnimationAPI to verify it accepts its own version in a remote connection
                    2013-11-26 19:05:51 [Le plus précis] [ForgeModLoader] The mod AnimationAPI accepts its own version (1.1.1)
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] Attempting to inject @SidedProxy classes into AnimationAPI
                    2013-11-26 19:05:51 [Le plus précis] [AnimationAPI] Sent event FMLConstructionEvent to mod AnimationAPI
                    2013-11-26 19:05:51 [Le plus précis] [ExpChest] Sending event FMLConstructionEvent to mod ExpChest
                    2013-11-26 19:05:51 [Le plus précis] [ForgeModLoader] Testing mod ExpChest to verify it accepts its own version in a remote connection
                    2013-11-26 19:05:51 [Le plus précis] [ForgeModLoader] The mod ExpChest accepts its own version (3.1.40.–)
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] Attempting to inject @SidedProxy classes into ExpChest
                    2013-11-26 19:05:51 [Le plus précis] [ExpChest] Sent event FMLConstructionEvent to mod ExpChest
                    2013-11-26 19:05:51 [Le plus précis] [Highlands] Sending event FMLConstructionEvent to mod Highlands
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] Runtime patching class net/minecraft/world/gen/feature/WorldGenSwamp (input size 2197), found 1 patch
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenSwamp (new size 3203)
                    2013-11-26 19:05:51 [Infos] [STDOUT]
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] Runtime patching class net/minecraft/world/gen/feature/WorldGenTaiga1 (input size 1541), found 1 patch
                    2013-11-26 19:05:51 [Précis] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenTaiga1 (new size 2502)
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] Runtime patching class net.minecraft.entity.passive.EntityMooshroom (input size 1666), found 1 patch
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] Successfully applied runtime patches for net.minecraft.entity.passive.EntityMooshroom (new size 2516)
                    2013-11-26 19:05:52 [Le plus précis] [ForgeModLoader] Testing mod Highlands to verify it accepts its own version in a remote connection
                    2013-11-26 19:05:52 [Le plus précis] [ForgeModLoader] The mod Highlands accepts its own version (2.1.3)
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] Attempting to inject @SidedProxy classes into Highlands
                    2013-11-26 19:05:52 [Le plus précis] [Highlands] Sent event FMLConstructionEvent to mod Highlands
                    2013-11-26 19:05:52 [Le plus précis] [MutantCreatures] Sending event FMLConstructionEvent to mod MutantCreatures
                    2013-11-26 19:05:52 [Le plus précis] [ForgeModLoader] Testing mod MutantCreatures to verify it accepts its own version in a remote connection
                    2013-11-26 19:05:52 [Le plus précis] [ForgeModLoader] The mod MutantCreatures accepts its own version (1.4.4)
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] Attempting to inject @SidedProxy classes into MutantCreatures
                    2013-11-26 19:05:52 [Le plus précis] [MutantCreatures] Sent event FMLConstructionEvent to mod MutantCreatures
                    2013-11-26 19:05:52 [Le plus précis] [mod_ZanMinimap] Sending event FMLConstructionEvent to mod mod_ZanMinimap
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] No MLProp configuration for mod_ZanMinimap found or required. No file written
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_ZanMinimap
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_ZanMinimap
                    2013-11-26 19:05:52 [Le plus précis] [mod_ZanMinimap] Sent event FMLConstructionEvent to mod mod_ZanMinimap
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] Mod signature data
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] mcp(Minecraft Coder Pack:8.09): minecraft.jar (NO VALID CERTIFICATE FOUND)
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] FML(Forge Mod Loader:6.4.20.916): minecraftforge-9.11.1.916.jar (e3c3d50c7c986df74c645c0ac54639741c90a557)
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] Forge(Minecraft Forge:9.11.1.916): minecraftforge-9.11.1.916.jar (NO VALID CERTIFICATE FOUND)
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] TooManyItems(TooManyItems:1.6.4): minecraft.jar (NO VALID CERTIFICATE FOUND)
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] AnimationAPI(AnimationAPI:1.1.1): AnimationAPI v1.1.2 mc1.6.4.zip (NO VALID CERTIFICATE FOUND)
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] ExpChest(Exp Chest:3.1.40.–): Exp Chest v3.1.40.--.zip (NO VALID CERTIFICATE FOUND)
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] Highlands(Highlands:2.1.3): Highlands213(2)_MC164.zip (NO VALID CERTIFICATE FOUND)
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] MutantCreatures(Mutant Creatures:1.4.4): Mutant_Creatures_v1.4.4_mc1.6.4.zip (NO VALID CERTIFICATE FOUND)
                    2013-11-26 19:05:52 [Précis] [ForgeModLoader] mod_ZanMinimap(Zan's Minimap:0.9.4): ZansMinimap1.6.4.zip (NO VALID CERTIFICATE FOUND)
                    2013-11-26 19:05:52 [Le plus précis] [mcp] Sending event FMLPreInitializationEvent to mod mcp
                    2013-11-26 19:05:52 [Le plus précis] [mcp] Sent event FMLPreInitializationEvent to mod mcp
                    2013-11-26 19:05:52 [Le plus précis] [FML] Sending event FMLPreInitializationEvent to mod FML
                    2013-11-26 19:05:52 [Le plus précis] [FML] Sent event FMLPreInitializationEvent to mod FML
                    2013-11-26 19:05:52 [Le plus précis] [Forge] Sending event FMLPreInitializationEvent to mod Forge
                    2013-11-26 19:05:52 [Infos] [ForgeModLoader] Configured a dormant chunk cache size of 0
                    2013-11-26 19:05:52 [Le plus précis] [Forge] Sent event FMLPreInitializationEvent to mod Forge
                    2013-11-26 19:05:52 [Le plus précis] [TooManyItems] Sending event FMLPreInitializationEvent to mod TooManyItems
                    2013-11-26 19:05:52 [Le plus précis] [TooManyItems] Sent event FMLPreInitializationEvent to mod TooManyItems
                    2013-11-26 19:05:52 [Le plus précis] [AnimationAPI] Sending event FMLPreInitializationEvent to mod AnimationAPI
                    2013-11-26 19:05:52 [Le plus précis] [AnimationAPI] Sent event FMLPreInitializationEvent to mod AnimationAPI
                    2013-11-26 19:05:52 [Le plus précis] [ExpChest] Sending event FMLPreInitializationEvent to mod ExpChest
                    2013-11-26 19:05:52 [Infos] [ForgeModLoader] Checking for language updates…
                    2013-11-26 19:06:00 [Infos] [ForgeModLoader] Languages are up to date.
                    2013-11-26 19:06:00 [Infos] [ForgeModLoader] Loading language: de_DE
                    2013-11-26 19:06:00 [Infos] [ForgeModLoader] Loading language: en_GB
                    2013-11-26 19:06:00 [Infos] [ForgeModLoader] Loading language: en_US
                    2013-11-26 19:06:00 [Infos] [ForgeModLoader] Loading language: es_ES
                    2013-11-26 19:06:00 [Infos] [ForgeModLoader] Loading language: es_MX
                    2013-11-26 19:06:00 [Infos] [ForgeModLoader] Loading language: nl_NL
                    2013-11-26 19:06:00 [Infos] [ForgeModLoader] Loading language: pl_PL
                    2013-11-26 19:06:00 [Infos] [ForgeModLoader] Loading language: tr_TR
                    2013-11-26 19:06:00 [Infos] [ForgeModLoader] 8 Languages loaded.
                    2013-11-26 19:06:00 [Le plus précis] [ExpChest] Sent event FMLPreInitializationEvent to mod ExpChest
                    2013-11-26 19:06:00 [Le plus précis] [Highlands] Sending event FMLPreInitializationEvent to mod Highlands
                    2013-11-26 19:06:00 [Le plus précis] [Highlands] Sent event FMLPreInitializationEvent to mod Highlands
                    2013-11-26 19:06:00 [Le plus précis] [MutantCreatures] Sending event FMLPreInitializationEvent to mod MutantCreatures
                    2013-11-26 19:06:01 [Le plus précis] [MutantCreatures] Sent event FMLPreInitializationEvent to mod MutantCreatures
                    2013-11-26 19:06:01 [Le plus précis] [mod_ZanMinimap] Sending event FMLPreInitializationEvent to mod mod_ZanMinimap
                    2013-11-26 19:06:01 [Le plus précis] [mod_ZanMinimap] Sent event FMLPreInitializationEvent to mod mod_ZanMinimap
                    2013-11-26 19:06:02 [Le plus précis] [mcp] Sending event FMLInitializationEvent to mod mcp
                    2013-11-26 19:06:02 [Le plus précis] [mcp] Sent event FMLInitializationEvent to mod mcp
                    2013-11-26 19:06:02 [Le plus précis] [FML] Sending event FMLInitializationEvent to mod FML
                    2013-11-26 19:06:02 [Le plus précis] [FML] Sent event FMLInitializationEvent to mod FML
                    2013-11-26 19:06:02 [Le plus précis] [Forge] Sending event FMLInitializationEvent to mod Forge
                    2013-11-26 19:06:02 [Le plus précis] [Forge] Sent event FMLInitializationEvent to mod Forge
                    2013-11-26 19:06:02 [Le plus précis] [TooManyItems] Sending event FMLInitializationEvent to mod TooManyItems
                    2013-11-26 19:06:02 [Le plus précis] [TooManyItems] Sent event FMLInitializationEvent to mod TooManyItems
                    2013-11-26 19:06:02 [Le plus précis] [AnimationAPI] Sending event FMLInitializationEvent to mod AnimationAPI
                    2013-11-26 19:06:02 [Le plus précis] [AnimationAPI] Sent event FMLInitializationEvent to mod AnimationAPI
                    2013-11-26 19:06:02 [Le plus précis] [ExpChest] Sending event FMLInitializationEvent to mod ExpChest
                    2013-11-26 19:06:02 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3245) owned by ExpChest
                    2013-11-26 19:06:02 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3246) owned by ExpChest
                    2013-11-26 19:06:02 [Le plus précis] [ExpChest] Sent event FMLInitializationEvent to mod ExpChest
                    2013-11-26 19:06:02 [Le plus précis] [Highlands] Sending event FMLInitializationEvent to mod Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item highlands.block.ItemHighlandsBerries(1022) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(719) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(714) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(720) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(721) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(716) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(718) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(715) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(722) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(723) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(724) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(717) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(725) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(726) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(727) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(729) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(728) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(732) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(730) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(733) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(734) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(731) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(737) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(738) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(735) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(736) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item highlands.block.ItemBlockMetadata(759) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(760) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(761) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(762) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(763) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item highlands.block.ItemBlockMetadata(764) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item highlands.block.ItemBlockMetadata(765) owned by Highlands
                    2013-11-26 19:06:03 [Infos] [STDOUT] CONFLICT @ 509 item slot already occupied by highlands.block.ItemBlockMetadata@13efaf2 while adding highlands.block.ItemBlockMetadata@1cd4755
                    2013-11-26 19:06:03 [Infos] [fml.ItemTracker] The mod Highlands is overwriting existing item at 765 (hl_woodSlabDouble from Highlands) with highlands.block.ItemBlockMetadata
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item highlands.block.ItemBlockMetadata(765) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(741) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(739) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(742) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(743) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(740) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(745) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(746) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(747) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(744) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(749) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(748) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(750) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(751) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(752) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(753) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(754) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(755) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(756) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(757) owned by Highlands
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(758) owned by Highlands
                    2013-11-26 19:06:03 [Le plus précis] [Highlands] Sent event FMLInitializationEvent to mod Highlands
                    2013-11-26 19:06:03 [Le plus précis] [MutantCreatures] Sending event FMLInitializationEvent to mod MutantCreatures
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item thehippomaster.MutantCreatures.CreeperShard(1786) owned by MutantCreatures
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item thehippomaster.MutantCreatures.CreeperStats(1787) owned by MutantCreatures
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item thehippomaster.MutantCreatures.HulkHammer(1788) owned by MutantCreatures
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item thehippomaster.MutantCreatures.ChemicalX(1789) owned by MutantCreatures
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item thehippomaster.MutantCreatures.EndersoulHand(1790) owned by MutantCreatures
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item thehippomaster.MutantCreatures.ItemSkeletonPart(1791) owned by MutantCreatures
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item thehippomaster.MutantCreatures.MCSpawnEgg(1806) owned by MutantCreatures
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item thehippomaster.MutantCreatures.SkeletonArmor(1807) owned by MutantCreatures
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item thehippomaster.MutantCreatures.SkeletonArmor(1808) owned by MutantCreatures
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item thehippomaster.MutantCreatures.SkeletonArmor(1809) owned by MutantCreatures
                    2013-11-26 19:06:03 [Précis] [fml.ItemTracker] Adding item thehippomaster.MutantCreatures.SkeletonArmor(1810) owned by MutantCreatures
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity MutantCreeper as MutantCreatures.MutantCreeper
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity CreeperMinion as MutantCreatures.CreeperMinion
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity CreeperMinionEgg as MutantCreatures.CreeperMinionEgg
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity MutantZombie as MutantCreatures.MutantZombie
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity ZombieMinion as MutantCreatures.ZombieMinion
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity MutantEnderman as MutantCreatures.MutantEnderman
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity Chemical X as MutantCreatures.Chemical X
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity SkullSpirit as MutantCreatures.SkullSpirit
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity MutantSnowGolem as MutantCreatures.MutantSnowGolem
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity SnowGolemBlock as MutantCreatures.SnowGolemBlock
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity EnderBlock as MutantCreatures.EnderBlock
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity EndermanClone as MutantCreatures.EndermanClone
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity EndersoulFragment as MutantCreatures.EndersoulFragment
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity MutantSkeleton as MutantCreatures.MutantSkeleton
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity SkeletonShot as MutantCreatures.SkeletonShot
                    2013-11-26 19:06:03 [Le plus précis] [ForgeModLoader] Automatically registered mod MutantCreatures entity SkeletonPart as MutantCreatures.SkeletonPart
                    2013-11-26 19:06:03 [Le plus précis] [MutantCreatures] Sent event FMLInitializationEvent to mod MutantCreatures
                    2013-11-26 19:06:03 [Le plus précis] [mod_ZanMinimap] Sending event FMLInitializationEvent to mod mod_ZanMinimap
                    2013-11-26 19:06:04 [Le plus précis] [mod_ZanMinimap] Sent event FMLInitializationEvent to mod mod_ZanMinimap
                    2013-11-26 19:06:04 [Le plus précis] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mcp
                    2013-11-26 19:06:04 [Le plus précis] [mcp] Sending event IMCEvent to mod mcp
                    2013-11-26 19:06:04 [Le plus précis] [mcp] Sent event IMCEvent to mod mcp
                    2013-11-26 19:06:04 [Le plus précis] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod FML
                    2013-11-26 19:06:04 [Le plus précis] [FML] Sending event IMCEvent to mod FML
                    2013-11-26 19:06:04 [Le plus précis] [FML] Sent event IMCEvent to mod FML
                    2013-11-26 19:06:04 [Le plus précis] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Forge
                    2013-11-26 19:06:04 [Le plus précis] [Forge] Sending event IMCEvent to mod Forge
                    2013-11-26 19:06:04 [Le plus précis] [Forge] Sent event IMCEvent to mod Forge
                    2013-11-26 19:06:04 [Le plus précis] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod TooManyItems
                    2013-11-26 19:06:04 [Le plus précis] [TooManyItems] Sending event IMCEvent to mod TooManyItems
                    2013-11-26 19:06:04 [Le plus précis] [TooManyItems] Sent event IMCEvent to mod TooManyItems
                    2013-11-26 19:06:04 [Le plus précis] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod AnimationAPI
                    2013-11-26 19:06:04 [Le plus précis] [AnimationAPI] Sending event IMCEvent to mod AnimationAPI
                    2013-11-26 19:06:04 [Le plus précis] [AnimationAPI] Sent event IMCEvent to mod AnimationAPI
                    2013-11-26 19:06:04 [Le plus précis] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod ExpChest
                    2013-11-26 19:06:04 [Le plus précis] [ExpChest] Sending event IMCEvent to mod ExpChest
                    2013-11-26 19:06:04 [Le plus précis] [ExpChest] Sent event IMCEvent to mod ExpChest
                    2013-11-26 19:06:04 [Le plus précis] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Highlands
                    2013-11-26 19:06:04 [Le plus précis] [Highlands] Sending event IMCEvent to mod Highlands
                    2013-11-26 19:06:04 [Le plus précis] [Highlands] Sent event IMCEvent to mod Highlands
                    2013-11-26 19:06:04 [Le plus précis] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod MutantCreatures
                    2013-11-26 19:06:04 [Le plus précis] [MutantCreatures] Sending event IMCEvent to mod MutantCreatures
                    2013-11-26 19:06:04 [Le plus précis] [MutantCreatures] Sent event IMCEvent to mod MutantCreatures
                    2013-11-26 19:06:04 [Le plus précis] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mod_ZanMinimap
                    2013-11-26 19:06:04 [Le plus précis] [mod_ZanMinimap] Sending event IMCEvent to mod mod_ZanMinimap
                    2013-11-26 19:06:04 [Le plus précis] [mod_ZanMinimap] Sent event IMCEvent to mod mod_ZanMinimap
                    2013-11-26 19:06:04 [Le plus précis] [mcp] Sending event FMLPostInitializationEvent to mod mcp
                    2013-11-26 19:06:04 [Le plus précis] [mcp] Sent event FMLPostInitializationEvent to mod mcp
                    2013-11-26 19:06:04 [Le plus précis] [FML] Sending event FMLPostInitializationEvent to mod FML
                    2013-11-26 19:06:04 [Le plus précis] [FML] Sent event FMLPostInitializationEvent to mod FML
                    2013-11-26 19:06:04 [Le plus précis] [Forge] Sending event FMLPostInitializationEvent to mod Forge
                    2013-11-26 19:06:04 [Le plus précis] [Forge] Sent event FMLPostInitializationEvent to mod Forge
                    2013-11-26 19:06:04 [Le plus précis] [TooManyItems] Sending event FMLPostInitializationEvent to mod TooManyItems
                    2013-11-26 19:06:04 [Le plus précis] [TooManyItems] Sent event FMLPostInitializationEvent to mod TooManyItems
                    2013-11-26 19:06:04 [Le plus précis] [AnimationAPI] Sending event FMLPostInitializationEvent to mod AnimationAPI
                    2013-11-26 19:06:04 [Le plus précis] [AnimationAPI] Sent event FMLPostInitializationEvent to mod AnimationAPI
                    2013-11-26 19:06:04 [Le plus précis] [ExpChest] Sending event FMLPostInitializationEvent to mod ExpChest
                    2013-11-26 19:06:04 [Le plus précis] [ExpChest] Sent event FMLPostInitializationEvent to mod ExpChest
                    2013-11-26 19:06:04 [Le plus précis] [Highlands] Sending event FMLPostInitializationEvent to mod Highlands
                    2013-11-26 19:06:04 [Précis] [ForgeModLoader] Runtime patching class net/minecraft/world/gen/structure/StructureVillagePieces (input size 4892), found 1 patch
                    2013-11-26 19:06:04 [Précis] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/gen/structure/StructureVillagePieces (new size 6504)
                    2013-11-26 19:06:04 [Le plus précis] [Highlands] Sent event FMLPostInitializationEvent to mod Highlands
                    2013-11-26 19:06:04 [Le plus précis] [MutantCreatures] Sending event FMLPostInitializationEvent to mod MutantCreatures
                    2013-11-26 19:06:04 [Le plus précis] [MutantCreatures] Sent event FMLPostInitializationEvent to mod MutantCreatures
                    2013-11-26 19:06:04 [Le plus précis] [mod_ZanMinimap] Sending event FMLPostInitializationEvent to mod mod_ZanMinimap
                    2013-11-26 19:06:04 [Le plus précis] [mod_ZanMinimap] Sent event FMLPostInitializationEvent to mod mod_ZanMinimap
                    2013-11-26 19:06:04 [Le plus précis] [mcp] Sending event FMLLoadCompleteEvent to mod mcp
                    2013-11-26 19:06:04 [Le plus précis] [mcp] Sent event FMLLoadCompleteEvent to mod mcp
                    2013-11-26 19:06:04 [Le plus précis] [FML] Sending event FMLLoadCompleteEvent to mod FML
                    2013-11-26 19:06:04 [Le plus précis] [FML] Sent event FMLLoadCompleteEvent to mod FML
                    2013-11-26 19:06:04 [Le plus précis] [Forge] Sending event FMLLoadCompleteEvent to mod Forge
                    2013-11-26 19:06:04 [Le plus précis] [Forge] Sent event FMLLoadCompleteEvent to mod Forge
                    2013-11-26 19:06:04 [Le plus précis] [TooManyItems] Sending event FMLLoadCompleteEvent to mod TooManyItems
                    2013-11-26 19:06:04 [Le plus précis] [TooManyItems] Sent event FMLLoadCompleteEvent to mod TooManyItems
                    2013-11-26 19:06:04 [Le plus précis] [AnimationAPI] Sending event FMLLoadCompleteEvent to mod AnimationAPI
                    2013-11-26 19:06:04 [Le plus précis] [AnimationAPI] Sent event FMLLoadCompleteEvent to mod AnimationAPI
                    2013-11-26 19:06:04 [Le plus précis] [ExpChest] Sending event FMLLoadCompleteEvent to mod ExpChest
                    2013-11-26 19:06:04 [Le plus précis] [ExpChest] Sent event FMLLoadCompleteEvent to mod ExpChest
                    2013-11-26 19:06:04 [Le plus précis] [Highlands] Sending event FMLLoadCompleteEvent to mod Highlands
                    2013-11-26 19:06:04 [Le plus précis] [Highlands] Sent event FMLLoadCompleteEvent to mod Highlands
                    2013-11-26 19:06:04 [Le plus précis] [MutantCreatures] Sending event FMLLoadCompleteEvent to mod MutantCreatures
                    2013-11-26 19:06:04 [Le plus précis] [MutantCreatures] Sent event FMLLoadCompleteEvent to mod MutantCreatures
                    2013-11-26 19:06:04 [Le plus précis] [mod_ZanMinimap] Sending event FMLLoadCompleteEvent to mod mod_ZanMinimap
                    2013-11-26 19:06:04 [Précis] [mod_ZanMinimap] Handling post startup activities for ModLoader mod mod_ZanMinimap
                    2013-11-26 19:06:04 [Le plus précis] [mod_ZanMinimap] Requesting renderers from basemod mod_ZanMinimap
                    2013-11-26 19:06:04 [Le plus précis] [mod_ZanMinimap] Received 56 renderers from basemod mod_ZanMinimap
                    2013-11-26 19:06:04 [Le plus précis] [mod_ZanMinimap] Sent event FMLLoadCompleteEvent to mod mod_ZanMinimap
                    2013-11-26 19:06:04 [Infos] [ForgeModLoader] Forge Mod Loader has successfully loaded 9 mods
                    2013-11-26 19:06:04 [Avertissement] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
                    2013-11-26 19:06:04 [Avertissement] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
                    2013-11-26 19:06:04 [Avertissement] [AnimationAPI] Mod AnimationAPI is missing a pack.mcmeta file, things may not work well
                    2013-11-26 19:06:04 [Avertissement] [Exp Chest] Mod Exp Chest is missing a pack.mcmeta file, things may not work well
                    2013-11-26 19:06:04 [Avertissement] [Mutant Creatures] Mod Mutant Creatures is missing a pack.mcmeta file, things may not work well
                    
                    ```</init></init></init></init>

                    Mes mods:

                    • New Ores
                    • More Dragons
                    1 réponse Dernière réponse Répondre Citer 0
                    • robin4002
                      robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par 26 nov. 2013, 19:16

                      Tu dois être en mode Deflate et non Deflate64, minecraft tourne encore avec java 6, et java 6 ne supporte pas le Deflate64.
                      (Clic droit sur le dossier de ton mod, ajouter à l’archive, c’est la 3ème case à gauche).

                      1 réponse Dernière réponse Répondre Citer 0
                      • bin4r1s
                        bin4r1s dernière édition par 26 nov. 2013, 19:25

                        Ok merci :). Je teste.

                        EDIT : Ah non ça marche toujours pas….

                        DOUBLE EDIT: Ah si en fait, je m’était encore loupé dans la compression… Merci, donc 😄

                        Mes mods:

                        • New Ores
                        • More Dragons
                        1 réponse Dernière réponse Répondre Citer 0
                        • B
                          BDBladx dernière édition par 12 janv. 2014, 15:39

                          Bonjour j’ai essayé d’utiliser mon mod dans magic launcher mais quand je l’additionne il me dit " no mods found " 😕 je vous mets le log de magic launcher

                          MagicLauncher 1.2.5
                          java.home: C:\Program Files\Java\jre7
                          java.runtime.name: Java(TM) SE Runtime Environment
                          java.runtime.version: 1.7.0_45-b18
                          os.name: Windows 7
                          os.version: 6.1
                          os.arch: amd64
                          sun.arch.data.model: 64
                          Server check failed for http://realms.minecraft.net/, java.net.UnknownHostException: realms.minecraft.net
                          *** Starting Minecraft ***
                          Profile: Default
                          Environment: 1.6.4-Forge9.11.1.965
                          Minecraft version: 1.6.4
                          Minecraft.jar: 1.6.4-Forge9.11.1.965.jar
                          Mods:
                          Erylia-1.0.0-1.6.4.zip
                          Inactive external mods:
                          Cyan_Warrior_Swords_Mod_v.2.0_PreRelease.zip
                          Enchanting-Plus-Mod-1.6.4.zip
                          net.zip
                          OptiFine_1.6.4_HD_C8.jar
                          Java path: C:\Program Files\Java\jre7\bin\java
                          Java parameters: -Dfml.ignorePatchDiscrepancies=true
                          Memory: 512 MB
                          LauncherPath: /C:/Users/BDBladx/Downloads/MagicLauncher_1.2.5.exe
                          Main class: net.minecraft.launchwrapper.Launch
                          *** MagicMinecraftLauncher 1.2.5 ***
                          LCP: C:\Users\BDBladx\Desktop\Erylia-1.0.0-1.6.4.zip;C:\Users\BDBladx\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\1.6.4-Forge9.11.1.965.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\net\minecraftforge\minecraftforge\9.11.1.965\minecraftforge-9.11.1.965.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.8\launchwrapper-1.8.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.10.2\scala-library-2.10.2.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.10.2\scala-compiler-2.10.2.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar;C:\Users\BDBladx\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar
                          InactiveExtMods: Cyan_Warrior_Swords_Mod_v.2.0_PreRelease.zip;Enchanting-Plus-Mod-1.6.4.zip;net.zip;OptiFine_1.6.4_HD_C8.jar
                          MainClass: net.minecraft.launchwrapper.Launch
                          Restoring disabled mods: mods
                          Disable inactive mods: mods
                          Disabled: Cyan_Warrior_Swords_Mod_v.2.0_PreRelease.zip
                          Disabled: Enchanting-Plus-Mod-1.6.4.zip
                          Disabled: net.zip
                          Disabled: OptiFine_1.6.4_HD_C8.jar
                          Restoring disabled mods: coremods
                          Disable inactive mods: coremods
                          janv. 12, 2014 4:37:55 PM net.minecraft.launchwrapper.LogWrapper log
                          Infos: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                          janv. 12, 2014 4:37:56 PM net.minecraft.launchwrapper.LogWrapper log
                          Infos: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                          janv. 12, 2014 4:37:56 PM net.minecraft.launchwrapper.LogWrapper log
                          Infos: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                          2014-01-12 16:37:57 [Infos] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
                          2014-01-12 16:37:57 [Infos] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_45, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
                          2014-01-12 16:37:58 [Infos] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                          2014-01-12 16:37:58 [Infos] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                          2014-01-12 16:37:58 [Infos] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                          2014-01-12 16:37:58 [Infos] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                          2014-01-12 16:37:58 [Infos] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                          2014-01-12 16:37:58 [Infos] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
                          2014-01-12 16:38:06 [Infos] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
                          2014-01-12 16:38:07 [Infos] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
                          2014-01-12 16:38:07 [Infos] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                          2014-01-12 16:38:07 [Infos] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
                          2014-01-12 16:38:07 [Infos] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                          2014-01-12 16:38:11 [Infos] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
                          2014-01-12 16:38:20 [Infos] [Minecraft-Client] Setting user: BDBladx@hotmail.com
                          2014-01-12 16:38:26 [Infos] [Minecraft-Client] LWJGL Version: 2.9.0
                          2014-01-12 16:38:31 [Infos] [Minecraft-Client] Reloading ResourceManager: Default
                          2014-01-12 16:38:35 [Infos] [MinecraftForge] Attempting early MinecraftForge initialization
                          2014-01-12 16:38:35 [Infos] [STDOUT] MinecraftForge v9.11.1.965 Initialized
                          2014-01-12 16:38:35 [Infos] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized
                          2014-01-12 16:38:36 [Infos] [STDOUT] Replaced 111 ore recipies
                          2014-01-12 16:38:36 [Infos] [MinecraftForge] Completed early MinecraftForge initialization
                          2014-01-12 16:38:36 [Infos] [ForgeModLoader] Reading custom logging properties from C:\Users\BDBladx\AppData\Roaming\.minecraft\config\logging.properties
                          2014-01-12 16:38:36 [D?sactiv?] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
                          2014-01-12 16:38:37 [Infos] [ForgeModLoader] Searching C:\Users\BDBladx\AppData\Roaming\.minecraft\mods for mods
                          2014-01-12 16:38:49 [Infos] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load
                          2014-01-12 16:38:49 [Infos] [mcp] Activating mod mcp
                          2014-01-12 16:38:49 [Infos] [FML] Activating mod FML
                          2014-01-12 16:38:49 [Infos] [Forge] Activating mod Forge
                          2014-01-12 16:38:49 [Avertissement] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
                          2014-01-12 16:38:49 [Avertissement] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
                          2014-01-12 16:38:49 [Infos] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
                          2014-01-12 16:38:49 [Infos] [ForgeModLoader] Registering Forge Packet Handler
                          2014-01-12 16:38:50 [Infos] [ForgeModLoader] Succeeded registering Forge Packet Handler
                          2014-01-12 16:38:50 [Infos] [ForgeModLoader] Configured a dormant chunk cache size of 0
                          2014-01-12 16:38:58 [Infos] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods
                          2014-01-12 16:38:58 [Avertissement] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
                          2014-01-12 16:38:58 [Avertissement] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
                          2014-01-12 16:38:58 [Infos] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
                          2014-01-12 16:39:02 [Infos] [STDOUT]
                          2014-01-12 16:39:02 [Infos] [STDOUT] Starting up SoundSystem…
                          2014-01-12 16:39:03 [Infos] [STDOUT] Initializing LWJGL OpenAL
                          2014-01-12 16:39:03 [Infos] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
                          2014-01-12 16:39:05 [Grave] [Minecraft-Client] Realms: Invalid session id
                          2014-01-12 16:39:06 [Infos] [STDOUT] OpenAL initialized.
                          2014-01-12 16:39:06 [Infos] [STDOUT]

                          EDIT : quand je fais un " RUN " avec eclipse il marche bien

                          Des mods à venir ! :0

                          1 réponse Dernière réponse Répondre Citer 0
                          • robin4002
                            robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par 12 janv. 2014, 15:47

                            Test avec le launcher officiel, il faut toujours tester avec le vrai launcher.

                            Envoie l’archive de ton mods pour que je puisse regarder.

                            1 réponse Dernière réponse Répondre Citer 0
                            • B
                              BDBladx dernière édition par robin4002 21 sept. 2018, 20:54 12 janv. 2014, 15:56

                              @‘robin4002’:

                              Test avec le launcher officiel, il faut toujours tester avec le vrai launcher.

                              Envoie l’archive de ton mods pour que je puisse regarder.

                              J’ai deja essayé avec le vrai mais ça ne marche toujours pas

                              Quand à l’archive je t’envoye le Erylia-1.0.0-1.6.4.zip ? et si ou ça ^^’

                              EDIT : c’est bon je l’ai ajoutée
                              Erylia-1.0.0-1.6.4.zip

                              Des mods à venir ! :0

                              1 réponse Dernière réponse Répondre Citer 0
                              • robin4002
                                robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par 12 janv. 2014, 16:22

                                C’était pas la peine de m’envoyer un mp x)

                                Ton mod ne fonctionne pas car ce n’est pas un mod forge, tu as modifier les classes de minecraft, donc ça ne peut pas fonctionner.

                                1 réponse Dernière réponse Répondre Citer 0
                                • B
                                  BDBladx dernière édition par 12 janv. 2014, 16:26

                                  bah euh comment je fais alors ‘-’ ? x’)
                                  parce que j’ai vu dans une vidéo il faisait comme ça ^^

                                  des que notre codage est fini recompile -> reobsfucate_srg -> mettre dans un fichier zip et mettre dans le dossir mods du launcher ^^’

                                  Des mods à venir ! :0

                                  1 réponse Dernière réponse Répondre Citer 0
                                  • robin4002
                                    robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par 12 janv. 2014, 16:34

                                    Envoie moi la vidéo en question.
                                    J’ai vu que tu cherches à modifier le menu de minecraft, j’ai déjà fait un pack ici :
                                    http://dl.mcnanotech.fr/robin4002/mods/Sources/CustomMenu-src.zip
                                    Il suffit juste de modifier la classe GuiMenuCustom.

                                    1 réponse Dernière réponse Répondre Citer 0
                                    • B
                                      BDBladx dernière édition par 12 janv. 2014, 16:40

                                      @‘robin4002’:

                                      Envoie moi la vidéo en question.
                                      J’ai vu que tu cherches à modifier le menu de minecraft, j’ai déjà fait un pack ici :
                                      http://dl.mcnanotech.fr/robin4002/mods/Sources/CustomMenu-src.zip
                                      Il suffit juste de modifier la classe GuiMenuCustom.

                                      http://www.youtube.com/watch?v=L5nfTw-LChM

                                      ici il ne que modifie les boutons mais comme je sais déjà qu’on peut modifier d’autres trucs j’en ai profité 😃 ( comme les enchantements 😃 )

                                      Des mods à venir ! :0

                                      1 réponse Dernière réponse Répondre Citer 0
                                      • robin4002
                                        robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par 12 janv. 2014, 17:01

                                        Il ne modifie aucune classe de minecraft, il modifie des classes custom. Si tu regarde bien, il a utilisé mon pack et l’a modifié. (d’ailleurs je le connais, je l’ai sur skype).

                                        1 réponse Dernière réponse Répondre Citer 0
                                        • B
                                          BDBladx dernière édition par 12 janv. 2014, 17:09

                                          Ah ok alors je dois utiliser les sources forge qu’il utilise ? 😃
                                          Et pour les enchantements ? =0

                                          Des mods à venir ! :0

                                          1 réponse Dernière réponse Répondre Citer 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 3 / 5
                                          60 sur 89
                                          • Premier message
                                            60/89
                                            Dernier message
                                          Design by Woryk
                                          Contact / Mentions Légales

                                          MINECRAFT FORGE FRANCE © 2018

                                          Powered by NodeBB