Résolu Faire apparaitre des structure en jeu.
-
OK ! je t’envoie tout sa par MP
Merci ^^
Et puis je commençai a me perdre dans tout se bordels XD
Bon du coup tu verra le reste du contenue que j’ai fais jusque a maintenent,
Et si tu veux savoir je fais se mod pour compenser certain autre mods, enfin voila. -
Pourquoi tu as “getRenderType” dans ton WorldGen ?? Oo
-
Hum… dans ta classe du WorldGen, ajoute ça après le “extends WorldGenerator” :
[code_java]
implements IWorldGenerator
[/code_java]tu devrais avoir un truc comme ça :
[code_java]
public class MGMgen extends WorldGenerator implements IWorldGenerator
{
[/code_java] -
L’interface WorldGenerator est en effet à ajouter.
-
Ok merci je regarde sa !, mais j’espère que la structure ne va pas se générais sur la map, c’est tout se que j’espère en rajoutent sa, encor merci je regarde sa.
–-------Nan désolé sa ne fonctionne toujours pas
J’ais mon “MGMgen” de souligner en rouge et en passent la sourie dessus, sa me dit sa:
Erreur:
:::
The type MGMgen must implement the inherited abstract method IWorldGenerator.generate(Random, int, int, World, IChunkProvider, IChunkProvider)
:::et sa me propose “Add unimplementrd methods” ou “Make type ‘MGMgen’ abstract”
J’ai donc sélectionnai le premier, sa m’a rajoutai un import (normal x)) :
:::
import net.minecraft.world.chunk.IChunkProvider;
:::
Et en jeu la pousse disparait encor quand je fais un clique droit avec de la bone meal x).PS: Ont va jamais y arrivais ma parole
-
Oui, enfait, il ajoute les méthodes que l’interface donne.
T’inquiète pas c’est normal, c’est le but d’une interface.
C’est étrange tout de même.
-
Bah si la pousse disparaît, c’est qu’elle fonctionne, maintenant le problème vient d’ailleurs.
-
:(, la je reste perplexe, de toute façon robin4002 ma demandai de tout luis passer, j’espère qu’il gardera la surprise et qu’il ne dira rien avent que je fasse un article sur mon mod ^^.
-
Bonne chance
-
Oui, merci, Mais surtout bonne chance a robin, car je sais pas si il s’organise comme moi x).
-
Je pense qu’il va surtout s’amuser niveau optimisation, il aime ça ! ;D
-
A oui ?
Généralement après avoir fais les craft j’optimise le plus possible, mais j’espère qu’il va pas trop en faire nom-plus …
Enfin il la la gentillesse de m’aidai, alors je le laisse faire :).Et il y a pas mal de code que j’ai repris des source forge.
Ha oui robin, fais pas gaffe a certaine texture, elle son temporaire.
Donc Encor merci a toi robin, Ma class principale est du coup … BEAUCOUP plus compacte ^^.
par contre je ne trouve toujours pas pour quoi que, si je mais sa dans ma classe de la pousse sa crash au chargement de la map, ou quand j’ai la pousse en visuelle:
:::
[CODE_Java] @SideOnly(Side.CLIENT)
public void registerIcons(IconRegister iconregister)
{
this.blockIcon = iconregister.registerIcon(“GeneticalModifier:Mgm”);
}[/CODE_Java]
:::
Sa ne viendrai pas du “extends BlockSapling” par hasard ?
Merci d’avance. -
Désolé double post:
Bon … le jeu a crachai et je ne sais pas pour quoi, j’ai fais pousser deux trois de mais structure, et puis je me suis enlevais le fly et aup ! sa a crash:Freez:
:::
[CODE_Java]2013-06-30 18:13:11 [Infos] [ForgeModLoader] Forge Mod Loader version 5.2.23.738 for Minecraft 1.5.2 loading
2013-06-30 18:13:11 [Infos] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.8.0-ea, running on Windows Vista:amd64:6.0, installed at C:\Program Files\Java\jre8
2013-06-30 18:13:11 [Infos] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2013-06-30 18:13:16 [Infos] [STDOUT] 229 recipes
2013-06-30 18:13:16 [Infos] [STDOUT] 27 achievements
2013-06-30 18:13:17 [Infos] [Minecraft-Client] Setting user: Player519
2013-06-30 18:13:17 [Infos] [STDOUT] (Session ID is -)
2013-06-30 18:13:17 [Infos] [STDERR] Client asked for parameter: server
2013-06-30 18:13:17 [Infos] [Minecraft-Client] LWJGL Version: 2.4.2
2013-06-30 18:13:18 [Infos] [MinecraftForge] Attempting early MinecraftForge initialization
2013-06-30 18:13:18 [Infos] [STDOUT] MinecraftForge v7.8.1.738 Initialized
2013-06-30 18:13:18 [Infos] [ForgeModLoader] MinecraftForge v7.8.1.738 Initialized
2013-06-30 18:13:18 [Infos] [STDOUT] Replaced 85 ore recipies
2013-06-30 18:13:18 [Infos] [MinecraftForge] Completed early MinecraftForge initialization
2013-06-30 18:13:18 [Infos] [ForgeModLoader] Reading custom logging properties from C:\Users\sevenno07\Desktop\Moding Minecraft 1.5.2[moding]\forge\mcp\jars\config\logging.properties
2013-06-30 18:13:18 [Désactivé] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2013-06-30 18:13:19 [Infos] [ForgeModLoader] Searching C:\Users\sevenno07\Desktop\Moding Minecraft 1.5.2[moding]\forge\mcp\jars\mods for mods
2013-06-30 18:13:21 [Infos] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
2013-06-30 18:13:21 [Infos] [mcp] Activating mod mcp
2013-06-30 18:13:21 [Infos] [FML] Activating mod FML
2013-06-30 18:13:21 [Infos] [Forge] Activating mod Forge
2013-06-30 18:13:21 [Infos] [GeneticalModifier] Activating mod GeneticalModifier
2013-06-30 18:13:21 [Infos] [ForgeModLoader] Registering Forge Packet Handler
2013-06-30 18:13:21 [Infos] [ForgeModLoader] Succeeded registering Forge Packet Handler
2013-06-30 18:13:21 [Infos] [ForgeModLoader] Configured a dormant chunk cache size of 0
2013-06-30 18:13:22 [Infos] [STDOUT]
2013-06-30 18:13:22 [Infos] [STDOUT] Starting up SoundSystem…
2013-06-30 18:13:22 [Infos] [STDOUT] Initializing LWJGL OpenAL
2013-06-30 18:13:22 [Infos] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2013-06-30 18:13:22 [Infos] [STDOUT] OpenAL initialized.
2013-06-30 18:13:23 [Infos] [STDOUT]
2013-06-30 18:13:23 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_side.png, but that file does not exist. Ignoring.
2013-06-30 18:13:23 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_lines.png, but that file does not exist. Ignoring.
2013-06-30 18:13:23 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_chiseled.png, but that file does not exist. Ignoring.
2013-06-30 18:13:24 [Infos] [ForgeModLoader] Forge Mod Loader has detected an older LWJGL version, new advanced texture animation features are disabled
2013-06-30 18:13:24 [Infos] [ForgeModLoader] Not using advanced OpenGL 4.3 advanced capability for animations : OpenGL 4.3 is not available
2013-06-30 18:13:24 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt
2013-06-30 18:13:24 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt
2013-06-30 18:13:24 [Infos] [Minecraft-Client] Found animation info for: mods/GeneticalModifier/textures/blocks/spReedBooster.txt
2013-06-30 18:13:24 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt
2013-06-30 18:13:24 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt
2013-06-30 18:13:24 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt
2013-06-30 18:13:24 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt
2013-06-30 18:13:24 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water.txt
2013-06-30 18:13:25 [Infos] [Minecraft-Client] Found animation info for: textures/items/clock.txt
2013-06-30 18:13:25 [Infos] [Minecraft-Client] Found animation info for: textures/items/compass.txt
2013-06-30 18:13:25 [Infos] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods
2013-06-30 18:13:25 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_side.png, but that file does not exist. Ignoring.
2013-06-30 18:13:25 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_lines.png, but that file does not exist. Ignoring.
2013-06-30 18:13:25 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_chiseled.png, but that file does not exist. Ignoring.
2013-06-30 18:13:26 [Infos] [STDERR] java.io.IOException: Server returned HTTP response code: 503 for URL: http://s3.amazonaws.com/MinecraftResources/
2013-06-30 18:13:26 [Infos] [STDERR] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1782)
2013-06-30 18:13:26 [Infos] [STDERR] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1383)
2013-06-30 18:13:26 [Infos] [STDERR] at net.minecraft.util.ThreadDownloadResources.run(ThreadDownloadResources.java:57)
2013-06-30 18:13:26 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt
2013-06-30 18:13:26 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt
2013-06-30 18:13:26 [Infos] [Minecraft-Client] Found animation info for: mods/GeneticalModifier/textures/blocks/spReedBooster.txt
2013-06-30 18:13:26 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt
2013-06-30 18:13:26 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt
2013-06-30 18:13:26 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt
2013-06-30 18:13:26 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt
2013-06-30 18:13:26 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water.txt
2013-06-30 18:13:26 [Infos] [Minecraft-Client] Found animation info for: textures/items/clock.txt
2013-06-30 18:13:26 [Infos] [Minecraft-Client] Found animation info for: textures/items/compass.txt
2013-06-30 18:13:29 [Infos] [Minecraft-Server] Starting integrated minecraft server version 1.5.2
2013-06-30 18:13:29 [Infos] [Minecraft-Server] Generating keypair
2013-06-30 18:13:30 [Infos] [ForgeModLoader] Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@72c92986)
2013-06-30 18:13:30 [Infos] [ForgeModLoader] Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@72c92986)
2013-06-30 18:13:30 [Infos] [ForgeModLoader] Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@72c92986)
2013-06-30 18:13:30 [Infos] [Minecraft-Server] Preparing start region for level 0
2013-06-30 18:13:31 [Infos] [Minecraft-Server] Preparing spawn area: 68%
2013-06-30 18:13:32 [Infos] [STDOUT] loading single player
2013-06-30 18:13:32 [Infos] [Minecraft-Server] Player519[/127.0.0.1:0] logged in with entity id 32 at (-1477.297531247811, 4.0, 1325.8682973655991)
2013-06-30 18:14:17 [Infos] [STDOUT] Error in class ‘CodecJOrbis’
2013-06-30 18:14:17 [Infos] [STDOUT] End of file reached before finished readingOgg header in method ‘readHeader’
2013-06-30 18:14:17 [Infos] [STDOUT] Error in class ‘CodecJOrbis’
2013-06-30 18:14:17 [Infos] [STDOUT] Error reading the header[/CODE_Java]
:::
–-------Bon, pour info sa me l’a plus refais …
-
Il y a aucune erreur dans le code que tu as envoyé en plus. De mon coté j’ai pas eu de problème
-
Je m’en doute bien, je te fais confiance pour sa, après réflexion sa dever être des connerie qui restai dans le(s) fichier(s) temps.
Mais sinon pour la class de ma pousse pour que je mette ma propre texture je fais comment du coup ?
Vue que sa crash quand j’ai la pousse en visuelle ou quand le pousse et déjà présent ou je suis …Crash:
:::
[CODE_Java]2013-06-30 20:26:25 [Infos] [ForgeModLoader] Forge Mod Loader version 5.2.23.738 for Minecraft 1.5.2 loading
2013-06-30 20:26:25 [Infos] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.8.0-ea, running on Windows Vista:amd64:6.0, installed at C:\Program Files\Java\jre8
2013-06-30 20:26:25 [Infos] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2013-06-30 20:26:30 [Infos] [STDOUT] 229 recipes
2013-06-30 20:26:30 [Infos] [STDOUT] 27 achievements
2013-06-30 20:26:30 [Infos] [Minecraft-Client] Setting user: Player90
2013-06-30 20:26:30 [Infos] [STDOUT] (Session ID is -)
2013-06-30 20:26:30 [Infos] [STDERR] Client asked for parameter: server
2013-06-30 20:26:30 [Infos] [Minecraft-Client] LWJGL Version: 2.4.2
2013-06-30 20:26:31 [Infos] [MinecraftForge] Attempting early MinecraftForge initialization
2013-06-30 20:26:31 [Infos] [STDOUT] MinecraftForge v7.8.1.738 Initialized
2013-06-30 20:26:31 [Infos] [ForgeModLoader] MinecraftForge v7.8.1.738 Initialized
2013-06-30 20:26:31 [Infos] [STDOUT] Replaced 85 ore recipies
2013-06-30 20:26:31 [Infos] [MinecraftForge] Completed early MinecraftForge initialization
2013-06-30 20:26:31 [Infos] [ForgeModLoader] Reading custom logging properties from C:\Users\sevenno07\Desktop\Moding Minecraft 1.5.2[moding]\forge\mcp\jars\config\logging.properties
2013-06-30 20:26:31 [Désactivé] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2013-06-30 20:26:32 [Infos] [ForgeModLoader] Searching C:\Users\sevenno07\Desktop\Moding Minecraft 1.5.2[moding]\forge\mcp\jars\mods for mods
2013-06-30 20:26:34 [Infos] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
2013-06-30 20:26:34 [Infos] [mcp] Activating mod mcp
2013-06-30 20:26:34 [Infos] [FML] Activating mod FML
2013-06-30 20:26:34 [Infos] [Forge] Activating mod Forge
2013-06-30 20:26:34 [Infos] [GeneticalModifier] Activating mod GeneticalModifier
2013-06-30 20:26:34 [Infos] [ForgeModLoader] Registering Forge Packet Handler
2013-06-30 20:26:34 [Infos] [ForgeModLoader] Succeeded registering Forge Packet Handler
2013-06-30 20:26:34 [Infos] [ForgeModLoader] Configured a dormant chunk cache size of 0
2013-06-30 20:26:35 [Infos] [STDOUT]
2013-06-30 20:26:35 [Infos] [STDOUT] Starting up SoundSystem…
2013-06-30 20:26:35 [Infos] [STDOUT] Initializing LWJGL OpenAL
2013-06-30 20:26:35 [Infos] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2013-06-30 20:26:35 [Infos] [STDOUT] OpenAL initialized.
2013-06-30 20:26:35 [Infos] [STDOUT]
2013-06-30 20:26:36 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_side.png, but that file does not exist. Ignoring.
2013-06-30 20:26:36 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_lines.png, but that file does not exist. Ignoring.
2013-06-30 20:26:36 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_chiseled.png, but that file does not exist. Ignoring.
2013-06-30 20:26:36 [Infos] [ForgeModLoader] Forge Mod Loader has detected an older LWJGL version, new advanced texture animation features are disabled
2013-06-30 20:26:36 [Infos] [ForgeModLoader] Not using advanced OpenGL 4.3 advanced capability for animations : OpenGL 4.3 is not available
2013-06-30 20:26:36 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt
2013-06-30 20:26:36 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt
2013-06-30 20:26:36 [Infos] [Minecraft-Client] Found animation info for: mods/GeneticalModifier/textures/blocks/spReedBooster.txt
2013-06-30 20:26:36 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt
2013-06-30 20:26:36 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt
2013-06-30 20:26:36 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt
2013-06-30 20:26:36 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt
2013-06-30 20:26:36 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water.txt
2013-06-30 20:26:37 [Infos] [Minecraft-Client] Found animation info for: textures/items/clock.txt
2013-06-30 20:26:37 [Infos] [Minecraft-Client] Found animation info for: textures/items/compass.txt
2013-06-30 20:26:37 [Infos] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods
2013-06-30 20:26:37 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_side.png, but that file does not exist. Ignoring.
2013-06-30 20:26:38 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_lines.png, but that file does not exist. Ignoring.
2013-06-30 20:26:38 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_chiseled.png, but that file does not exist. Ignoring.
2013-06-30 20:26:38 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt
2013-06-30 20:26:38 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt
2013-06-30 20:26:38 [Infos] [Minecraft-Client] Found animation info for: mods/GeneticalModifier/textures/blocks/spReedBooster.txt
2013-06-30 20:26:38 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt
2013-06-30 20:26:38 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt
2013-06-30 20:26:38 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt
2013-06-30 20:26:38 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt
2013-06-30 20:26:38 [Infos] [Minecraft-Client] Found animation info for: textures/blocks/water.txt
2013-06-30 20:26:39 [Infos] [Minecraft-Client] Found animation info for: textures/items/clock.txt
2013-06-30 20:26:39 [Infos] [Minecraft-Client] Found animation info for: textures/items/compass.txt
2013-06-30 20:26:52 [Infos] [Minecraft-Server] Starting integrated minecraft server version 1.5.2
2013-06-30 20:26:52 [Infos] [Minecraft-Server] Generating keypair
2013-06-30 20:26:53 [Infos] [ForgeModLoader] Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@13d96cdc)
2013-06-30 20:26:53 [Infos] [ForgeModLoader] Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@13d96cdc)
2013-06-30 20:26:53 [Infos] [ForgeModLoader] Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@13d96cdc)
2013-06-30 20:26:53 [Infos] [Minecraft-Server] Preparing start region for level 0
2013-06-30 20:26:54 [Infos] [Minecraft-Server] Preparing spawn area: 55%
2013-06-30 20:26:55 [Infos] [STDOUT] loading single player
2013-06-30 20:26:55 [Infos] [Minecraft-Server] Player90[/127.0.0.1:0] logged in with entity id 45 at (-1537.7647851897311, 4.0, 1338.1466704712454)
2013-06-30 20:26:57 [Infos] [Minecraft-Server] Stopping server
2013-06-30 20:26:57 [Infos] [Minecraft-Server] Saving players
2013-06-30 20:26:57 [Infos] [Minecraft-Server] Saving worlds
2013-06-30 20:26:57 [Infos] [Minecraft-Server] Saving chunks for level ‘New World’/Overworld
2013-06-30 20:26:57 [Infos] [Minecraft-Server] Saving chunks for level ‘New World’/Nether
2013-06-30 20:26:57 [Infos] [Minecraft-Server] Saving chunks for level ‘New World’/The End
2013-06-30 20:26:58 [Infos] [ForgeModLoader] Unloading dimension 0
2013-06-30 20:26:58 [Infos] [ForgeModLoader] Unloading dimension -1
2013-06-30 20:26:58 [Infos] [ForgeModLoader] Unloading dimension 1
2013-06-30 20:26:58 [Infos] [STDERR] java.lang.NullPointerException
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraft.block.BlockSapling.getIcon(BlockSapling.java:60)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraft.block.Block.getBlockTextureFromSide(Block.java:574)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraft.item.ItemBlock.getIconFromDamage(ItemBlock.java:52)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraft.item.Item.getIconIndex(Item.java:300)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraft.item.ItemStack.getIconIndex(ItemStack.java:138)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:339)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraft.client.renderer.entity.RenderItem.renderItemAndEffectIntoGUI(RenderItem.java:443)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraft.client.gui.GuiIngame.renderInventorySlot(GuiIngame.java:856)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:184)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraftforge.client.GuiIngameForge.renderGameOverlay(GuiIngameForge.java:127)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:999)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)
2013-06-30 20:26:58 [Infos] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760)
2013-06-30 20:26:58 [Infos] [STDERR] at java.lang.Thread.run(Thread.java:724)
2013-06-30 20:27:08 [Infos] [Minecraft-Client] Stopping!
2013-06-30 20:27:08 [Infos] [STDOUT]
2013-06-30 20:27:08 [Infos] [STDOUT] SoundSystem shutting down…
2013-06-30 20:27:08 [Infos] [STDOUT] Author: Paul Lamb, www.paulscode.com
2013-06-30 20:27:08 [Infos] [STDOUT]
2013-06-30 20:27:10 [Infos] [STDERR] Someone is closing me!
Java HotSpot 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
:::[/CODE_Java] -
2013-06-30 20:26:36 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_side.png, but that file does not exist. Ignoring. 2013-06-30 20:26:36 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_lines.png, but that file does not exist. Ignoring. 2013-06-30 20:26:36 [Avertissement] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/light_quartzblock_chiseled.png, but that file does not exist. Ignoring
C’est normal?
-
Oui et non, pourtant je dit bien dans le code d’allaient cherchai les texture, mais tkt, sinon il faut que je l’est mette dans le Minecraft.jar x)
Je conte de toute magnanière refaire cette class. -
Ne mets JAMAIS les textures dans ton minecraft.jar, es-tu sur de savoir utiliser le système de textures de la 1.5 ? ^^
-
maintenant oui, c’est pour sa que je veux refaire la class de mais lighting_quartz :), j’ai dejas essayé de le modifier mais sa crashé, je vais le reprendre a 0 :).
–-------Dsl pas la class de la pousse XD, je me suit trompai, j’ai edit.
Sinon pour la texture de ma pousse pas moyen de la modifier, il prend toujours celui d’origine … :(, je regarderai sa demain et je vous tien au courent.
-
up
Rien trouvai pour modifier la texture de ma pousse :(.