Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

xKashanx

Members
  • Joined

  • Last visited

Everything posted by xKashanx

  1. Ouh damn thaks man. Didn't regonized that. Thank you!
  2. Hi, I get an fatal error when i try run minecraft with forge. I have both 1.5 versions. 2013-03-14 13:41:18 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.0.24.582 for Minecraft 1.5 loading 2013-03-14 13:41:18 [FINE] [ForgeModLoader] Enabling runtime deobfuscation 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] All core mods are successfully located 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Discovering coremods 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.7.1.0.jar 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.7.1.0.jar 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.7.1.0.jar 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.5.1.jar 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.5.1.jar 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.5.1.jar 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.zip present and correct in lib dir 2013-03-14 13:41:18 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir 2013-03-14 13:41:21 [iNFO] [sTDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/ASMTransformer 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:189) 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:256) 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:226) 2013-03-14 13:41:21 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25) 2013-03-14 13:41:21 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:136) 2013-03-14 13:41:21 [iNFO] [sTDERR] at net.minecraft.Launcher$1.run(Launcher.java:79) 2013-03-14 13:41:21 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/ASMTransformer 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.lang.ClassLoader.defineClass1(Native Method) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.lang.ClassLoader.defineClass(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.security.SecureClassLoader.defineClass(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.net.URLClassLoader.defineClass(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.net.URLClassLoader.access$100(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.net.URLClassLoader.findClass(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:95) 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:270) 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:169) 2013-03-14 13:41:21 [iNFO] [sTDERR] ... 5 more 2013-03-14 13:41:21 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.ASMTransformer 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:210) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] ... 20 more 2013-03-14 13:41:21 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/Event 2013-03-14 13:41:21 [iNFO] [sTDERR] at net.minecraftforge.transformers.EventTransformer.buildEvents(EventTransformer.java:59) 2013-03-14 13:41:21 [iNFO] [sTDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:35) 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:277) 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:198) 2013-03-14 13:41:21 [iNFO] [sTDERR] ... 22 more 2013-03-14 13:41:21 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.Event 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:210) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-03-14 13:41:21 [iNFO] [sTDERR] ... 26 more 2013-03-14 13:41:21 [iNFO] [sTDERR] Caused by: java.lang.AbstractMethodError 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:277) 2013-03-14 13:41:21 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:198) 2013-03-14 13:41:21 [iNFO] [sTDERR] ... 28 more I dind't find any solution in this forum. Can someone help?
  3. I have a new furnace(based on the normal furnace) which opens a gui on right click. And i want the solts for coal, ore and bars shred through dimension, like the ender chest inventory.
  4. Hey. I try to make my block, working throws dimensions. But I don't know how i can do that. Can somebody help me, or give me some tricks or an advise? Thanks.
  5. For goodness' sake! I'm such a noob! All I had to do is to implements IGuiHandler to the ClientProxy and to copy the methods from my guihandler class to Clientproxy. Damnit! Now i know this for the future. Thanks a lot man! Greeting from Germany /Offtopic P.S.: I'm know like 1000% more happy!
  6. The blocks are furnaces, thats why I'm checking for sneaking. The methods don't get called. The mod is a networkmod. @NetworkMod(clientSideRequired = true, serverSideRequired = false) But I don't understand what you mean with: Can you give me an example to understand this? Thanks
  7. Hey guys. I'm working on a mod. There are two new blocks. Each block should open a GUI with a right mouse button. Problem: The GUI don't open. No Errors. No messages in the console in eclipse. Each block have an onBlockActivated like this, only the ID in par5EntityPlayer.opengui are different(0-1). public boolean onBlockActivated(World par1World, int par2, int par3, int par4, EntityPlayer par5EntityPlayer, int par6, float par7, float par8, float par9) { if (par1World.isRemote) { return true; } else if (!par5EntityPlayer.isSneaking()) { TileEntity var10 = (TileEntity) par1World.getBlockTileEntity(par2, par3, par4); if (var10 != null) { par5EntityPlayer.openGui(Basis.instance, 0, par1World, par2, par3, par4); } return true; } else { return false; } } Also I have an GuiHandler class with the methods getServerGuiElement and getClientGuiElement getClientGuiElement: public Object getClientGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { TileEntity entity = world.getBlockTileEntity(x, y, z); if (entity == null) { switch (ID) { case 0: return new GuiBlock1(player.inventory, ((TileEntityBlock1) entity)); case 1: return new GuiFlock2(player.inventory, ((TileEntityBlock2) entity)); } } return null; } getServerGuiElement: public Object getServerGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { TileEntity entity = world.getBlockTileEntity(x, y, z); if (entity == null) { switch (ID) { case 0: return new ContainerBlock1(player.inventory, ((TileEntityBlock1) entity)); case 1: return new ContainerBlock2(player.inventory, ((TileEntityBlock2) entity)); } } return null; } And in the main class I added this: public static GuiHandler handler; NetworkRegistry.instance().registerGuiHandler(instance, handler);

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.