Jump to content

zomarea225

Members
  • Posts

    25
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    England
  • Personal Text
    ZomCraft :D

zomarea225's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I've been working on a mod for a while now, a very simple mod, adding very simple things. Not too long ago, when I loaded Eclipse - my mod wasn't there. When I say it wasn't there, the actual project files didn't exist within Eclipse but they are in my workspace. I'm unable to view any part of the mod; it displays no diagnosis so I can't really give too much more information that this - which is annoying because it's harder to find a solution. Any suggestions to help with this issue are extremely appreciated.
  2. I'm annoyed at how simple of a solution that was Thanks for the help
  3. It gets to 20% and says on the screen that it has failed to find a Java Compiler, I have a JDK installed and have the system path variable setup. I've managed to compile 6 versions of this mod, but it won't let me do this one.
  4. When I run my batch file with the code 'gradlew build' it fails to compile the mod every time I try to compile it.
  5. For some reason my mod won't build when I try to do it - there's no errors in my project, there's no issue? Why won't it build?
  6. ---- Minecraft Crash Report ---- // Why is it breaking Time: 3/22/16 7:58 PM Description: Initializing game java.lang.IllegalStateException: can't pop unfinished ProgressBar Rendering Setup at net.minecraftforge.fml.common.ProgressManager.pop(ProgressManager.java:35) at net.minecraft.client.Minecraft.startGame(Minecraft.java:528) at net.minecraft.client.Minecraft.run(Minecraft.java:357) at net.minecraft.client.main.Main.main(Main.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) at GradleStart.main(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraftforge.fml.common.ProgressManager.pop(ProgressManager.java:35) at net.minecraft.client.Minecraft.startGame(Minecraft.java:528) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.run(Minecraft.java:357) at net.minecraft.client.main.Main.main(Main.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) at GradleStart.main(Unknown Source) -- System Details -- Details: Minecraft Version: 1.8 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_73, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 845528584 bytes (806 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.10 FML v8.0.127.1103 3 mods loaded, 3 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{8.0.127.1103} [Forge Mod Loader] (fmlSrc-1.8-8.0.127.1103.jar) Unloaded->Constructed->Pre-initialized zomcraft{7.1.0} [ZomCraft] (bin) Unloaded->Constructed->Pre-initialized Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.0' Renderer: 'AMD Radeon HD 6380G' Launched Version: 1.8 LWJGL: 2.9.1 OpenGL: AMD Radeon HD 6380G GL version 4.5.13399 Compatibility Profile Context 15.201.1151.0, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: No Is Modded: Definitely; Client brand changed to 'fml' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled)
  7. Okay - I've updated it, still not loading
  8. Will I need to create a new workspace?
  9. How do I use forge aswell? (Sorry...I'm stupid)
  10. Here's the crash report I keep getting : ---- Minecraft Crash Report ---- // But it works on my machine. Time: 3/11/16 9:13 PM Description: Initializing game java.lang.IllegalStateException: can't pop unfinished ProgressBar Rendering Setup at net.minecraftforge.fml.common.ProgressManager.pop(ProgressManager.java:35) at net.minecraft.client.Minecraft.startGame(Minecraft.java:528) at net.minecraft.client.Minecraft.run(Minecraft.java:357) at net.minecraft.client.main.Main.main(Main.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) at GradleStart.main(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraftforge.fml.common.ProgressManager.pop(ProgressManager.java:35) at net.minecraft.client.Minecraft.startGame(Minecraft.java:528) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.run(Minecraft.java:357) at net.minecraft.client.main.Main.main(Main.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) at GradleStart.main(Unknown Source) -- System Details -- Details: Minecraft Version: 1.8 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_65, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 831570736 bytes (793 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.10 FML v8.0.127.1103 3 mods loaded, 3 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{8.0.127.1103} [Forge Mod Loader] (fmlSrc-1.8-8.0.127.1103.jar) Unloaded->Constructed->Pre-initialized zomcraft{7.1.0} [ZomCraft] (bin) Unloaded->Constructed->Pre-initialized Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.0' Renderer: 'AMD Radeon HD 6380G' Launched Version: 1.8 LWJGL: 2.9.1 OpenGL: AMD Radeon HD 6380G GL version 4.5.13399 Compatibility Profile Context 15.201.1151.0, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: No Is Modded: Definitely; Client brand changed to 'fml' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled)
  11. I'm updating my 1.7.10 mod to 1.8 and I'm really struggling. It won't load! Main Class : package zomarea225.ZomCraft; import net.minecraft.item.Item; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.common.Mod.EventHandler; import net.minecraftforge.fml.common.Mod.Instance; import net.minecraftforge.fml.common.SidedProxy; import net.minecraftforge.fml.common.event.FMLInitializationEvent; import net.minecraftforge.fml.common.event.FMLPostInitializationEvent; import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; import net.minecraftforge.fml.common.registry.GameRegistry; @Mod(modid = "zomcraft", name = "ZomCraft", version = "7.1.0") public class ZomCraft { @SidedProxy(clientSide="zomarea225.ZomCraft.ClientProxy",serverSide="zomarea225.ZomCraft.ServerProxy") public static CommonProxy proxy; @Instance public static ZomCraft instance = new ZomCraft(); @EventHandler public void preInit(FMLPreInitializationEvent e) { ZomCraft.proxy.preInit(e); } @EventHandler public void init(FMLInitializationEvent e) { ZomCraft.proxy.init(e); } @EventHandler public void postInit(FMLPostInitializationEvent e) { ZomCraft.proxy.postInit(e); } } Common Proxy : package zomarea225.ZomCraft; import net.minecraftforge.fml.common.event.FMLInitializationEvent; import net.minecraftforge.fml.common.event.FMLPostInitializationEvent; import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; import zomarea225.ZomCraft.items.ModItems; public class CommonProxy { public void preInit(FMLPreInitializationEvent e) { ModItems.createItems(); } public void init(FMLInitializationEvent e) { } public void postInit(FMLPostInitializationEvent e) { } } Client Proxy : package zomarea225.ZomCraft; import net.minecraftforge.fml.common.event.FMLInitializationEvent; import zomarea225.ZomCraft.items.render.ItemRenderRegister; public class ClientProxy extends CommonProxy { @Override public void init(FMLInitializationEvent event) { super.init(event); ItemRenderRegister.registerItemRenderers(); } } ModItems class : package zomarea225.ZomCraft.items; import net.minecraft.item.Item; import net.minecraftforge.fml.common.registry.GameRegistry; import zomarea225.ZomCraft.ItemZombieStone; public final class ModItems { public static Item itemZombieStone; public static void createItems() { GameRegistry.registerItem(itemZombieStone = new ItemZombieStone("zombiestone"), "zombiestone"); } } ItemRenderRegistry Class : package zomarea225.ZomCraft.items.render; import net.minecraft.client.Minecraft; import net.minecraft.client.resources.model.ModelResourceLocation; import net.minecraft.item.Item; import zomarea225.ZomCraft.items.ModItems; public final class ItemRenderRegister { public static void registerItemRenderers() { reg(ModItems.itemZombieStone); } public static void reg(Item item){ Minecraft.getMinecraft().getRenderItem().getItemModelMesher() .register(ModItems.itemZombieStone, 0, new ModelResourceLocation("zomcraft:zombiestone", "inventory")); } } All help is appreciated!
  12. It's working Thankyou!!! I'm still new to modding and coding in general, so I mess up alot. Thanks for the help though.
×
×
  • Create New...

Important Information

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