1. Le forum de Minecraft-France va définitivement fermer ses portes. Celui-ci restera en lecture seule mais vous ne pourrez plus y apporter de nouveaux topics. Nous vous invitons à nous rejoindre sur le Discord de Minecraft-France qui permet de présenter vos projets, discuter avec la communauté etc.. Merci à tous d'avoir fait vivre ce forum de nombreuses années. Pour nous rejoindre sur Discord, Cliquez ici

1.7.2 [Forge] Craft My Mod [1.1.2]

Discussion dans 'Mods' créé par Epharos, 18 Jan 2013.

  1. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    Le multijoueur a déjà été développé. Cependant quelques bugs peuvent tout de même persister, et le GUI j'y travaille :3

    "The saver", ça sonne bien :3 Merci :)

    Merci :)

    Merci :)

    Poussé ? Y'a pas grand chose pour le moment, j'ai déjà quelques projets en tête, et certains verront le jour dans la version 1.1 du mod :) Merci :)

    Merci :)

    Mise à jour 1.0.1 déployée. Le mod est désormais compatible avec la version 1.5.1 de Minecraft. Aucun ajout pour le moment. Les patrons des items et blocs ont été modifiés pour s'adapter à la 1.5.1. Certains bug peuvent survenir, si c'est le cas prévenez-moi :)
     
    • Informatif Informatif x 1
  2. toy57

    toy57 Nouveau

    Inscrit:
    10 Avr 2013
    Messages:
    7
    Points:
    40
    Sexe:
    Homme
    J'ai tout suivi mais j'ai toujours un crash quand je lance le jeu ...

    J'ai essayé de faire un bloc avec ma texture

    ( PS : j'ai désactivé tous mes mods avec magic launcher sauf optifine et Not enought items )
     
  3. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    Peux-tu me montrer le rapport de crash s'il te plait ? :)
     
  4. toy57

    toy57 Nouveau

    Inscrit:
    10 Avr 2013
    Messages:
    7
    Points:
    40
    Sexe:
    Homme
    Le truc que j'ai eu dans le jeu :
    Minecraft has crashed!
    ----------------------

    Minecraft has stopped running because it encountered a problem; Failed to start game

    A full error report has been saved to C:\Documents and Settings\Adrien F\Application Data\.minecraft\crash-reports\crash-2013-04-23_14.45.58-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(



    --- BEGIN ERROR REPORT 8f13c855 --------
    Full report at:
    C:\Documents and Settings\Adrien F\Application Data\.minecraft\crash-reports\crash-2013-04-23_14.45.58-client.txt
    Please show that file to Mojang, NOT just this screen!

    Generated 23/04/13 14:45

    -- System Details --
    Details:
    Minecraft Version: 1.5.1
    Operating System: Windows XP (x86) version 5.1
    Java Version: 1.7.0_17, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
    Memory: 376170296 bytes (358 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
    JVM Flags: 2 total; -Xms512m -Xmx512m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v7.44 FML v5.1.8.608 Minecraft Forge 7.7.0.608 Optifine OptiFine_1.5.1_HD_U_B3 7 mods loaded, 7 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
    CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized
    NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized
    GuiAPI [GuiAPI] (GuiAPI-0.15.4-1.5.1.jar) Unloaded->Constructed->Pre-initialized
    craftmymod1 [Craft My Mod - CMM 1.0.1] (Craft My Mod 1.0.1 - Minecraft 1.5.1 - FML 7.7.zip) Unloaded->Constructed->Errored
    LWJGL: 2.4.2
    OpenGL: GeForce 7600 GT/PCI/SSE2/3DNOW! GL version 2.1.1, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'forge,fml'
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.valueOf(Unknown Source)
    at epharos.craftmymod.common.Loaders.loadBlocks(Loaders.java:136)
    at epharos.craftmymod.common.Loaders.initConfig(Loaders.java:84)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:515)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
    at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:729)
    at java.lang.Thread.run(Unknown Source)
    --- END ERROR REPORT f2a84aa2 ----------

    Le rapport de crash :

    ---- Minecraft Crash Report ----
    // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

    Time: 23/04/13 14:45
    Description: Failed to start game

    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.valueOf(Unknown Source)
    at epharos.craftmymod.common.Loaders.loadBlocks(Loaders.java:136)
    at epharos.craftmymod.common.Loaders.initConfig(Loaders.java:84)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:515)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
    at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:729)
    at java.lang.Thread.run(Unknown Source)


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

    -- System Details --
    Details:
    Minecraft Version: 1.5.1
    Operating System: Windows XP (x86) version 5.1
    Java Version: 1.7.0_17, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
    Memory: 376170296 bytes (358 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
    JVM Flags: 2 total; -Xms512m -Xmx512m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v7.44 FML v5.1.8.608 Minecraft Forge 7.7.0.608 Optifine OptiFine_1.5.1_HD_U_B3 7 mods loaded, 7 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
    CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized
    NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized
    GuiAPI [GuiAPI] (GuiAPI-0.15.4-1.5.1.jar) Unloaded->Constructed->Pre-initialized
    craftmymod1 [Craft My Mod - CMM 1.0.1] (Craft My Mod 1.0.1 - Minecraft 1.5.1 - FML 7.7.zip) Unloaded->Constructed->Errored
    LWJGL: 2.4.2
    OpenGL: GeForce 7600 GT/PCI/SSE2/3DNOW! GL version 2.1.1, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'forge,fml'
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
     
  5. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    Montre-moi ton fichier Block*.cmm
     
  6. toy57

    toy57 Nouveau

    Inscrit:
    10 Avr 2013
    Messages:
    7
    Points:
    40
    Sexe:
    Homme
    1200

    rock
    0.5
    0.5
    1
    3
    bloc
    Cobblewa
    block1
    block1
    block1
    block1
    block1
    block1
    1200
    2

    Le block1 c'est une texture ajoutée .

    ( j'ai aussi un crash quand j'essaye d'utiliser le block que tu montres en exemple )
     
  7. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    Enlève la ligne en 1200 et rock :)
     
  8. toy57

    toy57 Nouveau

    Inscrit:
    10 Avr 2013
    Messages:
    7
    Points:
    40
    Sexe:
    Homme
    La première ligne 1200 ou la deuxième

    En tout cas en enlevant la première ligne et la ligne rock je crash encore
     
  9. toy57

    toy57 Nouveau

    Inscrit:
    10 Avr 2013
    Messages:
    7
    Points:
    40
    Sexe:
    Homme
    Ah non j'ai mal compris

    J'enleve la ligne c'est a dire les espaces qu'il y a avant ?
     
  10. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    Je voulais dire "entre", pardon.

     
  11. toy57

    toy57 Nouveau

    Inscrit:
    10 Avr 2013
    Messages:
    7
    Points:
    40
    Sexe:
    Homme
    Merci ça marche :D

    Par contre la texture se charge pas ...

    Quand on mets la texture dans common on l'enregistre en png ?
     
  12. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    En fait il faut mettre la texture dans le dossier "textures" du minecraft.jar je crois ^^'
     
  13. toy57

    toy57 Nouveau

    Inscrit:
    10 Avr 2013
    Messages:
    7
    Points:
    40
    Sexe:
    Homme
  14. lopzerk

    lopzerk Nouveau

    Inscrit:
    26 Avr 2013
    Messages:
    1
    Points:
    47
    Sexe:
    Homme
    Très bon mod ! Extrêmement utile pour les serveur ! ;) j'en ferais parler ... mais pourrais-tu faire une vidéo si possible ... je ne comprend pas pour les textures Variante etc ...
     
    • J'aime J'aime x 2
  15. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    (Désolé de déterrer le topic :x)

    La prochaine mise à jour ne se fera qu'en 1.7 pas avant. Actuellement j'ai trop de travail pour me consacrer à la 1.1 du mod mais je peux déjà vous dire les prochains ajouts, du moins, ceux qui seront dans la 1.1.

    - Création d'un biome simple
    - Création et génération d'un arbre
    - Création d'une recette pour four
    - Ajout de fonctionnalités simples aux blocs (clique droit, clique gauche, mise à jour du monde) (faire apparaître une particule, ouvrir un GUI, ...)
    - Création d'armure
    - Retour de la création des escaliers
    - Retravaillement des fichiers CMM pour les rendre plus accessible et plus simple à la compréhension

    La 1.2, quant à elle, sera centrée sur l'ajout de fonctionnalités aux blocs (encore) et aux items.

    Et pour finir, la 1.3 (ou p'tet en 1.2 si je n'ai pas la flemme) sera pour sécuriser l'échange entre le client et le serveur pour éviter tout glitch (ce qui est actuellement possible, mais je ne m'étendrai pas sur le sujet) mais également pour permettre aux serveurs de faire télécharger au client des fichiers CMM pour que le client n'est pas à créer ceux-ci. Je rajouterai également la possibilité de créer des dossiers de fichiers CMM afin de séparer les "mods" et pouvoir activer certain et en désactiver d'autres.

    A noter également que l'idée d'un GUI de création de fichiers CMM directement en jeu est, pour le moment, retirée.

    Bonne journée/soirée ! :)
     

Partager cette page