Jump to content

pennaverde

Members
  • Posts

    13
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pennaverde's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Solved! Just use initGui, use super.initGui then add your method to add your button! Thanks to all =) (Flood of PlanetGeeks too)
  2. Yes, i know, so how can i bypass this problem plz? :'( If i can not edit base class, how can i edit main menu?
  3. Almost done Just one thing, i have to edit this private method, but @Override not works(because method is private), how can i fix that problem? I can't change in GuiMainMenu.java private void addSingleplayerMultiplayerButtons(int par1, int par2) to public or protected, so how can i do that? @Override private void addSingleplayerMultiplayerButtons(int par1, int par2) { this.buttonList.add(new GuiButton(2, this.width / 2 - 100, par1 + par2 * 1, I18n.getString("This is a button!"))); //If Minecraft Realms is enabled, halve the size of both buttons and set them next to eachother. fmlModButton = new GuiButton(6, this.width / 2 - 100, par1 + par2 * 2, "Mods"); this.buttonList.add(fmlModButton); minecraftRealmsButton = new GuiButton(14, this.width / 2 - 100, par1 + par2 * 2, I18n.getString("menu.online")); minecraftRealmsButton.width = 98; minecraftRealmsButton.xPosition = this.width / 2 - 100; this.buttonList.add(minecraftRealmsButton); this.minecraftRealmsButton.drawButton = false; } Eclipse say me: The method addSingleplayerMultiplayerButtons(int, int) of type MyGuiMainMenu must override or implement a supertype method(already try to change default version of java IDE from 1.5 to 1.7)
  4. So, right now im going to making all tutorials from the wiki(http://www.minecraftforge.net/wiki/Tutorials) meanwhile, can you tell me better what i must to do for change the main menu in only one button with "join server" and auto connect? (cause i searched in the web but i have not found anything about it, only Gui ingame menu(like inventory or smelting)... and i need to opening the server quickly) :'( PS about GuiOpenEvent i found only this: http://docs.larry1123.net/forge/net/minecraftforge/client/event/GuiOpenEvent.html can you help me plz? Thanks a lot! =)
  5. Oh yes, I already read that thing,but this problem is not only if i install others GUI mods? (If i edit GUI class) (otherwise how can i do that? ) Thanks for reply ^^
  6. MCP License and terms of use. No warranties. If MCP does not work for you, or causes any damage, it's your problem. Use it at own risk. You are allowed to: - Use MCP to decompile the Minecraft client and server jar files. - Use the decompiled source code to create mods for Minecraft. - Recompile modified versions of Minecraft. - Reobfuscate the classes of your mod for Minecraft. You are NOT allowed to: - Use MCP to do anything that violated Mojangs terms of use for Minecraft. - Release Minecraft versions or modifications that allow you to play without having bought Minecraft from Mojang. - Release modified or unmodified versions of MCP anywhere. - Use any of MCPs scripts, tools or data files without explicit written permission. - Make money with anything based on MCP (excluding Minecraft mods created by using MCP). - Use MCP to create clients that are used for griefing or exploiting server bugs. - Release the decompiled source code of Minecraft in any way. Minecraft Forge Public Licence ============================== Version 1.0 0. Definitions -------------- Minecraft: Denotes a copy of the Minecraft game licensed by Mojang AB User: Anybody that interract with the software in one of the following ways: - play - decompile - recompile or compile - modify Minecraft Forge: The Minecraft Forge code, in source form, class file form, as obtained in a standalone fashion or as part of a wider distribution. Dependency: Code required to have Minecraft Forge working properly. That can include dependencies required to compile the code as well as modifications in the Minecraft sources that are required to have Minecraft Forge working. 1. Scope -------- The present license is granted to any user of Minecraft Forge. As a prerequisite, a user of Minecraft Forge must own a legally aquired copy of Minecraft 2. Play rights -------------- The user of Minecraft Forge is allowed to install the software on a client or a server and to play it without restriction. 3. Modification rights ---------------------- The user has the right to decompile the source code, look at either the decompiled version or the original source code, and to modify it. 4. Derivation rights -------------------- The user has the rights to derive code from Minecraft Forge, that is to say to write code that either extends Minecraft Forge class and interfaces, instantiate the objects declared or calls the functions. This code is known as "derived" code, and can be licensed with conditions different from Minecraft Forge. 5. Distribution rights ---------------------- The user of Minecraft Forge is allowed to redistribute Minecraft Forge in partially, in totallity, or included in a distribution. When distributing binaries or class files, the user must provide means to obtain the sources of the distributed version of Minecraft Forge at no costs. This includes the files as well as any dependency that the code may rely on, including patches to minecraft original sources. Modification of Minecraft Forge as well as dependencies, including patches to minecraft original sources, has to remain under the terms of the present license. The right to distribute Minecraft Forge does not extend to the right to distribute MCP data files included within Minecraft Forge. These are the property of the MCP project and should be removed from any customized distribution of Minecraft Forge or permission sought separately from the MCP team. I find no prohibitions, could you tell me where can I find them?
  7. Hi, i'm trying to edit the client of mc for automatic connect to my server: I followed these steps: - downloaded forge 9.11.1 source - extracted the folder on the desktop - clicked on install.bat - edited the code with eclipse (for workbench in eclipse folder) - saved - clicked recompile.bat - then reobfuscate.bat - I went to take the file .class in the reobf/minecraft folder I tried to put it: in the minecraft.jar, but crashes, in the mods folder (either. zip. jar) crashed again, and I also tried to use instead reobfuscate.bat, reobfuscate_srg.bat.. but nothing. I can not apply it to the client. Can someone give me some suggestions plz? :' ((
  8. Hi, thanks at all for replies I fix the problem!! Simply the mod Mo'creature v4.4.0 is bugged for client, i try to put another mod and, in mod folder of server, the mod edited for MCPC and works! Thanks a lot at all =))
  9. I already use vanilla minecraft client + forge(1.4.6 lastest), and work perfectly, but when i put mods(compatible of course) into mods folder(any mod) after mojang logo minecraft keep black screen S: I don't use MCPC for client...
  10. The problem is the client, the server work perfectly. I have already moved forge files in minecraft.jar vanilla(in .minecraft/bin folder) and if i launch minecraft without mods in .minecraft/mods folder forge work, but if i put any mod in this folder(forge compatible) minecraft crash :'( maybe the problem is that in the .minecraft/lib the file bcprov-jdk15on-147.jar is of version 1.4.7?(-147.jar) Thanks for help
  11. Hi, i had googled and searching in the forum but i don't have found nothing to fix my problem(much post about blackscreen) Here is my log error: 2013-01-24 06:45:04 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.6.17.515 for Minecraft 1.4.6 loading 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] All core mods are successfully located 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] Discovering coremods 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] Running coremod plugins 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2013-01-24 06:45:04 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2013-01-24 06:45:04 [FINEST] [ForgeModLoader] Validating minecraft 2013-01-24 06:45:05 [FINEST] [ForgeModLoader] Minecraft validated, launching... 2013-01-24 06:45:06 [iNFO] [sTDOUT] 27 achievements 2013-01-24 06:45:06 [iNFO] [sTDOUT] 210 recipes 2013-01-24 06:45:06 [iNFO] [sTDOUT] Setting user: pennaverde 2013-01-24 06:45:06 [iNFO] [sTDOUT] LWJGL Version: 2.4.2 2013-01-24 06:45:07 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization 2013-01-24 06:45:07 [iNFO] [sTDOUT] MinecraftForge v6.5.0.489 Initialized 2013-01-24 06:45:07 [iNFO] [ForgeModLoader] MinecraftForge v6.5.0.489 Initialized 2013-01-24 06:45:07 [iNFO] [sTDOUT] Replaced 84 ore recipies 2013-01-24 06:45:07 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Matteo\AppData\Roaming\.minecraft\bin\lwjgl.jar 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Matteo\AppData\Roaming\.minecraft\bin\jinput.jar 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Matteo\AppData\Roaming\.minecraft\bin\lwjgl_util.jar 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Matteo\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Matteo\AppData\Roaming\.minecraft\lib\argo-2.25.jar 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Matteo\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Matteo\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Matteo\AppData\Roaming\.minecraft\lib\bcprov-jdk15on-147.jar 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2013-01-24 06:45:07 [iNFO] [ForgeModLoader] Searching C:\Users\Matteo\AppData\Roaming\.minecraft\mods for mods 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Found a candidate zip or jar file ExtrabiomesXL-1.4.6-3.7.0a-MCPC-R2.2.jar 2013-01-24 06:45:07 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2013-01-24 06:45:07 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Examining file ExtrabiomesXL-1.4.6-3.7.0a-MCPC-R2.2.jar for potential mods 2013-01-24 06:45:08 [FINER] [ForgeModLoader] Located mcmod.info file in file ExtrabiomesXL-1.4.6-3.7.0a-MCPC-R2.2.jar 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Identified an FMLMod type mod extrabiomes.Extrabiomes 2013-01-24 06:45:08 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2013-01-24 06:45:08 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Received a system property request '' 2013-01-24 06:45:08 [FINE] [ForgeModLoader] System property request managing the state of 0 mods 2013-01-24 06:45:08 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Activating mod mcp 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Activating mod FML 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Activating mod Forge 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Enabling mod ExtrabiomesXL 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Activating mod ExtrabiomesXL 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied 2013-01-24 06:45:08 [FINE] [ForgeModLoader] All mod requirements are satisfied 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Sorting mods into an ordered list 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Mod sorting completed successfully 2013-01-24 06:45:08 [FINE] [ForgeModLoader] Mod sorting data: 2013-01-24 06:45:08 [FINE] [ForgeModLoader] ExtrabiomesXL(ExtrabiomesXL:3.7.0a): ExtrabiomesXL-1.4.6-3.7.0a-MCPC-R2.2.jar () 2013-01-24 06:45:08 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp 2013-01-24 06:45:08 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp 2013-01-24 06:45:08 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML 2013-01-24 06:45:08 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML 2013-01-24 06:45:08 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge 2013-01-24 06:45:08 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge 2013-01-24 06:45:08 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod ExtrabiomesXL 2013-01-24 06:45:08 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_6/CreativeModeTab 2013-01-24 06:45:08 [iNFO] [sTDERR] at extrabiomes.Extrabiomes.<clinit>(Extrabiomes.java:52) 2013-01-24 06:45:08 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method) 2013-01-24 06:45:08 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Source) 2013-01-24 06:45:08 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:414) 2013-01-24 06:45:08 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-01-24 06:45:08 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-01-24 06:45:08 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-01-24 06:45:08 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-01-24 06:45:08 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2013-01-24 06:45:08 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-01-24 06:45:08 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2013-01-24 06:45:08 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2013-01-24 06:45:08 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2013-01-24 06:45:08 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140) 2013-01-24 06:45:08 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-01-24 06:45:08 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-01-24 06:45:08 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-01-24 06:45:08 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-01-24 06:45:08 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2013-01-24 06:45:08 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-01-24 06:45:08 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2013-01-24 06:45:08 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2013-01-24 06:45:08 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2013-01-24 06:45:08 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83) 2013-01-24 06:45:08 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:478) 2013-01-24 06:45:08 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161) 2013-01-24 06:45:08 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:410) 2013-01-24 06:45:08 [iNFO] [sTDERR] at asq.a(SourceFile:56) 2013-01-24 06:45:08 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:744) 2013-01-24 06:45:08 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-01-24 06:45:08 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_6.CreativeModeTab 2013-01-24 06:45:08 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179) 2013-01-24 06:45:08 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-01-24 06:45:08 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-01-24 06:45:08 [iNFO] [sTDERR] ... 30 more 2013-01-24 06:45:08 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException 2013-01-24 06:45:08 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:172) 2013-01-24 06:45:08 [iNFO] [sTDERR] ... 32 more I don't use the lastest version of forge because i must use 1.4.6 for running bukkit-forge server and for now i cant update it... Thanks in advance
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.