J'en est marre des erreurs ....

  • Auteur de la discussion Auteur de la discussion X4M
  • Date de début Date de début

X4M

Bucheron
18 Juin 2011
306
0
11
Salut

Je mod normalement et quand je fini je recompile mais j'ai tout le temps des erreur la j'en est 20 car j'ai fait un gros bout de code ...
Ca me fait perdre beaucoup de motivation et je voulais savoir si il y a pas un moyen pour comprendre ces erreur ou alors un wiki ou un truc du genre qui regrouperai tout les erreur avec leur solution car j'y comprend rien au erreurs

merci d'avance <3
 
X4M a dit:
Apres avoir mis la parenthèse voici 4 Nouvelle Erreurs:
Code:
src\minecraft\net\minecraft\src\mod_Plasma.java:8: cannot find symbol
symbol  : variable PlasmaIngots
location: class net.minecraft.src.mod_Plasma
ModLoader.RegisterBlock(PlasmaIngots);
^

src\minecraft\net\minecraft\src\mod_Plasma.java:9: cannot find symbol
symbol  : variable cookedPlasmaIngots
location: class net.minecraft.src.mod_Plasma
ModLoader.AddSmelting(Plasma.blockID, new ItemStack(cookedPlasmaIngots));
^

src\minecraft\net\minecraft\src\mod_Plasma.java:23: cannot find symbol
symbol  : class PlasmaIngots
location: class net.minecraft.src.mod_Plasma
public static Item Ingot = (new PlasmaIngots(254)).setIconCoord(0, 0).setItemNam
e("Ingot");
^

Pour tout ça tu utilises des variables ou classes qui existent pas


Code:
src\minecraft\net\minecraft\src\mod_Plasma.java:10: cannot find symbol
symbol  : method iconIndex(int)
location: class net.minecraft.src.Item
Ingot.iconIndex(ModLoader.addOverride("/gui/items.png", "/mod/PlasmaIngots.png")
);
^

Là c'est moi qui a fait une énorme erreur en fait c'est:
Code:
Ingot.iconIndex = ModLoader.addOverride("/gui/items.png", "/mod/PlasmaIngots.png");
 
merci mais pour les autre erreur je vois pas le problème tu vois pas un truc a faire pour remplacer les classes ou variable qui n’existe pas ?