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.

invizzble

Members
  • Joined

  • Last visited

Everything posted by invizzble

  1. Whenever i try to decompile mcp i have a weard error when he's bussy with the server. I get this: == ERRORS FOUND == Unrecoverable error during obfuscation, see log file for details. RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound qv COM.rl.obf.classfile.ClassFileException: ClassNotFound qv at COM.rl.obf.Cl$ExtNameListUp.<init>(Cl.java:1540) at COM.rl.obf.Cl.getExtNameListUp(Cl.java:1511) at COM.rl.obf.Cl.resolveThis(Cl.java:903) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:853) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:865) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:846) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:865) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:865) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:865) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:846) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:846) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:865) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:865) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:865) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:839) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:865) at COM.rl.obf.Cl.resolveNameSpaceExcept(Cl.java:846) at COM.rl.obf.Cl.resolveOptimally(Cl.java:646) at COM.rl.obf.ClassTree$6.classAction(ClassTree.java:687) at COM.rl.obf.ClassTree.walkTree(ClassTree.java:1488) at COM.rl.obf.ClassTree.walkTree(ClassTree.java:1480) at COM.rl.obf.ClassTree.walkTree(ClassTree.java:1471) at COM.rl.obf.ClassTree.walkTree(ClassTree.java:1471) at COM.rl.obf.ClassTree.walkTree(ClassTree.java:1471) at COM.rl.obf.ClassTree.walkTree(ClassTree.java:1452) at COM.rl.obf.ClassTree.resolveClasses(ClassTree.java:682) at COM.rl.obf.GuardDB.createMap(GuardDB.java:437) at COM.rl.obf.GuardDB.remapTo(GuardDB.java:464) at COM.rl.obf.RetroGuardImpl.run(RetroGuardImpl.java:182) at COM.rl.obf.RetroGuardImpl.obfuscate(RetroGuardImpl.java:131) at COM.rl.obf.RetroGuardImpl.obfuscate(RetroGuardImpl.java:113) at RetroGuard.main(RetroGuard.java:90) ================== Decompile failed
  2. GameRegistry.addRecipe(new ItemStack(CobaltBrickBlock,16), new Object[]{ "CCC","CSC","CCC",'C',Cobalt,"S",Block.stoneBrick, }); GameRegistry.addRecipe(new ItemStack(NobeliumBrickBlock,16), new Object[]{ "NNN","NSN","NNN",'N',Nobelium,"S",Block.stoneBrick, }); GameRegistry.addRecipe(new ItemStack(EuropiumBrickBlock,16), new Object[]{ "EEE","ESE","EEE",'E',Europium,"S",Block.stoneBrick, }); GameRegistry.addRecipe(new ItemStack(TechnetiumBrickBlock,16), new Object[]{ "TTT","TST","TTT",'T',Technetium,"S",Block.stoneBrick, }); GameRegistry.addRecipe(new ItemStack(ZincBrickBlock,16), new Object[]{ "ZZZ","ZSZ","ZZZ",'Z',Zinc,"S",Block.stoneBrick, }); GameRegistry.addRecipe(new ItemStack(FermiumBrickBlock,16), new Object[]{ "FFF","FSF","FFF",'F',Fermium,"S",Block.stoneBrick, doesn't it has to be 'S' and not "S"?...
  3. invizzble replied to invizzble's topic in Modder Support
    this is the main file : http://gw.minecraftforge.net/QjH8 the item file: http://paste.minecraftforge.net/view/1af39473 and if you need to see more codes, my whole project is on here: https://github.com/invizzble/Blockcraft anyway thanks for helping
  4. invizzble posted a topic in Modder Support
    I might see like a noob now but another bug wich isn't that worse but i do want it away... Every time a player spawns int the world(in adventure mode), the player has one of my mod's items in his crafting slot (the slot where you get the things out) and i don't know why... please help ;s
  5. It's already solved (by i don't no what) but i use a lot of links (that makes it easy to change things) and if i let us say want to change the name of an item, i only have to do that in one place, that makes it a heck lot easier
  6. I changed the block ids to 1000 but still i get this error...
  7. as far as i know you need to delete the material constructor for ores
  8. invizzble posted a topic in Modder Support
    Can someBody pleas help me... 2 days ago it still worked and i didn't change anything to the code and then sundenly i got this error... i've been trying for 2 days to debug it but i can't find it... Can you pleas help? ---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 10-6-13 15:53 Description: Failed to start game java.lang.ArrayIndexOutOfBoundsException: 5000 at net.minecraftforge.common.Configuration.getBlockInternal(Configuration.java:160) at net.minecraftforge.common.Configuration.getBlock(Configuration.java:119) at net.minecraftforge.common.Configuration.getBlock(Configuration.java:116) at invizzble.mods.blocks.configuration.ConfigurationHandler.init(ConfigurationHandler.java:23) at invizzble.mods.blocks.Blocks.preInit(Blocks.java:75) 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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165) 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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98) at cpw.mods.fml.common.Loader.loadMods(Loader.java:514) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160) at net.minecraft.client.Minecraft.startGame(Minecraft.java:411) at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44) at net.minecraft.client.Minecraft.run(Minecraft.java:733) at java.lang.Thread.run(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.5.2 Operating System: Windows 8 (amd64) version 6.2 Java Version: 1.7.0_21, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 93658568 bytes (89 MB) / 184483840 bytes (175 MB) up to 922746880 bytes (880 MB) JVM Flags: 0 total; AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v7.51 FML v5.2.10.705 Minecraft Forge 7.8.0.705 11 mods loaded, 11 mods active mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{5.2.10.705} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized Forge{7.8.0.705} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized BC{0.1} [blockCraft] (bin) Unloaded->Constructed->Errored SC{0.0.1} [scientomic craft] (bin) Unloaded->Constructed->Pre-initialized BuildCraft|Core{@VERSION@} [buildCraft] (bin) Unloaded->Constructed->Pre-initialized BuildCraft|Builders{@VERSION@} [bC Builders] (bin) Unloaded->Constructed->Pre-initialized BuildCraft|Energy{@VERSION@} [bC Energy] (bin) Unloaded->Constructed->Pre-initialized BuildCraft|Factory{@VERSION@} [bC Factory] (bin) Unloaded->Constructed->Pre-initialized BuildCraft|Transport{@VERSION@} [bC Transport] (bin) Unloaded->Constructed->Pre-initialized BuildCraft|Silicon{@VERSION@} [bC Silicon] (bin) Unloaded->Constructed->Pre-initialized LWJGL: 2.4.2 OpenGL: GeForce 310M/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Texture Pack: Default Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

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.