Modding FR

Jamatofu

Aventurier
19 Avril 2011
78
0
1
Inverse plutôt ça alors :

dustTar = (new ItemDusttar(199)).setIconCoord(1, 1).setItemName("Dust Tar");
ModLoader.AddName(dustTar, "Dust Tar");
ModLoader.AddSmelting(Block.reed.blockID, new ItemStack(dustTar));
 

Zangestunaka

Bucheron
7 Mai 2011
102
0
11
J'ai plusieurs questions:

-Connaissez vous un tuto pour audio mod?

-Quel est le code pour que quand ont fait un clique droit sur un mob:
-Il produit un bruit?
-Un bâtiment apparait?

-Faire qu'un mob à un objet en main?

Merci d'avance pour vos réponse
 

Jamatofu

Aventurier
19 Avril 2011
78
0
1
Zangestunaka : Cherche par toi même pour mettre une arme à un mob. Quel mob à une arme dans le jeu?

Pour le bâtiment, c'est de la génération. Il faut que tu arrive à générer comme le bâtiment comme un morceau de la map.
 

val166

Bucheron
5 Mai 2011
753
11
13
quelqu’un pourrais m'aider j'ai un message d’erreur que je ne comprend toujours pas

Code:
Mods loaded: 9
ModLoader Beta 1.7.2
mod_A 1.5_01
mod_Briseur 1.5_01
mod_lance 1.6.6
mod_Reactor 1.5_01
mod_rubismod 1.5_01
mod_slime 1.5_01
mod_tool Uranium Mod
mod_worldslime 1.5_01

      Minecraft has crashed!      
      ----------------------      

Minecraft has stopped running because it encountered a problem.

If you wish to report this, please copy this entire text and email it to [email protected].
Please include a description of what you did when the error occured.



--- BEGIN ERROR REPORT a0232229 --------
Generated 05/07/11 22:01

Minecraft: Minecraft Beta 1.7.2
OS: Windows XP (x86) version 5.1
Java: 1.6.0_26, Sun Microsystems Inc.
VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: ATI RADEON XPRESS 200 Series version 2.1.8545 Release, ATI Technologies Inc.

java.lang.IllegalArgumentException
	at java.util.zip.ZipInputStream.getUTF8String(Unknown Source)
	at java.util.zip.ZipInputStream.getFileName(Unknown Source)
	at java.util.zip.ZipInputStream.readLOC(Unknown Source)
	at java.util.zip.ZipInputStream.getNextEntry(Unknown Source)
	at ModLoader.readFromClassPath(ModLoader.java:1221)
	at ModLoader.init(ModLoader.java:880)
	at ModLoader.AddAllRenderers(ModLoader.java:183)
	at th.<init>(RenderManager.java:66)
	at th.<clinit>(RenderManager.java:159)
	at net.minecraft.client.Minecraft.a(SourceFile:318)
	at net.minecraft.client.Minecraft.run(SourceFile:716)
	at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 5073660b ----------


merci