Créer un bloc basique
-
Pas de problème, bonne continuation ! :3
-
J’ai une erreur ici que je ne comprend pas :
http://www.noelshack.com/2017-12-1490480612-capture.png
Pouvez vous m’aider ?
-
Il faut importer Material. (ctrl + shift + o).
-
Je n’arrive pas à insérer une texture
-
@‘Freezer’:
Je n’arrive pas à insérer une texture
Tu es en qu’elle version ?
-
1.7.10 j’ai fait la texture du bloc en 16x16 mais je ne sais pas où la mettre pour qu’elle s’importe sur mon bloc
-
Normalement tu dois mettre ta texture dans assets/modid/textures/blocks
-
ça me met une erreur dans la console :
[14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN compleatcraft [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: –------------------------------------------------ [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain compleatcraft is missing 1 texture [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain compleatcraft is missing a resource manager - it is probably a side-effect of automatic texture processing [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: –----------------------- [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain compleatcraft are: [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/minerai_eragium.png [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: –----------------------- [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain compleatcraft [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [14:40:47] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
-
Il ne trouve pas le fichier minerai_eragium.png qui doit être là : assets/MODID/textures/blocks/minerai_eragium.png
-
@‘LavaPower’:
Il ne trouve pas le fichier minerai_eragium.png qui doit être là : assets/MODID/textures/blocks/minerai_eragium.png
Je n’ai pas le fichier “MODID”
-
C’est normal MODID c’est l’identifiant de ton mod que tu as défini dans ta classe principale
-
Ah ok mais quel est le chemin pour accéder a assets car moi dans forge/src/main/resources j’ai juste en_US.lang et mcmode.info
-
Dans src/main/resources tu dois créé un dossier assets (s’il n’existe pas déjà) puis un dossier compleatcraft puis un dossier textures et enfin un dossier blocks dans lequel tu dois mettre ta texture.
-
@‘robin4002’:
Dans src/main/resources tu dois créé un dossier assets (s’il n’existe pas déjà) puis un dossier compleatcraft puis un dossier textures et enfin un dossier blocks dans lequel tu dois mettre ta texture.
cela met met toujours une erreur de texture :
[15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN compleatcraft [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: –------------------------------------------------ [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: domain compleatcraft is missing 1 texture [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: domain compleatcraft is missing a resource manager - it is probably a side-effect of automatic texture processing [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: –----------------------- [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain compleatcraft are: [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/minerai_eragium.png [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: –----------------------- [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain compleatcraft [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [15:55:15] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
-
Il ne trouve toujours pas ta texture, il faudrait que tu nous montre où es-ce que tu l’as mise.
-
Je l’ai mise ici :
-
Il manque un dossier assets avant compleatcraft
-
@‘robin4002’:
Il manque un dossier assets avant compleatcraft
ça ne marche toujours pas
-
Sur eclipse le fichier est bien visible ?
-
@‘robin4002’:
Sur eclipse le fichier est bien visible ?
oui