Posts by Epic Lulz

    Can you please provide the modified jar file then, or tell exactly what you did to fix it?


    It appears that Player and Thunderdark are working on IC2, at least a bit, but no new builds have been triggered. Either nothing is ready yet or they intentionally don't make public builds anymore (until they feel the code is right).


    Those issues are really annoing an an otherwise almost fully working version for 1.6.2...
    I would assume that fixing those would be little effort (being a developer myself, just not versed in minecraft mods), and make a lot of people happy.

    I have given up on it. Keep getting errors in my log file saying that MC can't load those textures.


    And distribution of jar files, unmodified or modified, is illegal.

    I'm not too sure on how to use this.. So can someone please tell me how to? He didn't say how to fix it, all he just said was that he fixed it, and he edited a .class. X(

    ...
    Download the zip and open it using WinRAR or 7Zip.
    Inside the zip file you will find a jar file.
    Replace your IC2 jar file with the jar file inside the download.
    Done.


    Be warned though, this will not work with Forestry and Railcraft due to special coding inside them.

    The diamond drill doesn't need too much speed to destroy. So why you need to make diamond drill higher speed? It can have same speed with an ordinary drill and can make more operations than it

    It is modeled after the vanilla MC's tool system.


    Mining Drill/Iron Pickaxe: slower, can't mine obsidian
    Diamond Drill/Diamond Pickaxe: faster, can mine obsidian

    Honestly the portal idea is unbalanced and:

    • Nether Portals:

      • People will keep spamming Nether Portals, causing lag
      • People will probably invent cow-cycling systems to move animals through portals and back again
      • Too cheap for 256 EU/t

        • 8 Eyes of Ender
        • 13 Iron + Some Rails
        • 4 Tin
        • 2 Redstone
        • 0.5 Copper
      • Maybe produce 0.3 - 1.2 EU/t
      • Maybe produces 100 EU randomly when Zombie Pigmen spawn?


    • End Portals:

      • Good idea especially for raid servers, making the end portals prime spot
      • Not very balanced otherwise
      • Same animal cycling system
      • Produces a bit too much energy
      • Maybe produce 64 EU/t?


    Iron furnace: pointing to the old furnace.png location on the minecraft.jar
    Armors: pointing to the minecraft.jar instead of the ic2.jar
    solutions:
    Furnace: change the GuiIronFurnace to point to the new location, change it to point to a new furnace.png on the ic2.jar or modify the minecraft.jar and put the furnace gui on its old location
    armor: modify the ItemArmorIC2 to point to the ic2.jar or modify the minecraft.jar..

    I think I'll modify the minecraft.jar then to not screw Railcraft up.

    For 402_lf, could you just add the texture bugfix for Iron Furnace GUI, NEI stuff and armors? Then leave the rest for 403_lf and beyond.

    Okay guys, after some JD-GUI searching and whatsoever, this is the problem for the missing Iron Furnace GUI and Armor:


    This has working textures
    GuiCanner.class

    Code
    private static final ResourceLocation background = new ResourceLocation("ic2", "textures/gui/GUICanner.png");


    These have broken textures
    GuiIronFurnace.class

    Code
    private static final ResourceLocation background = new ResourceLocation("/gui/furnace.png");


    and
    ItemArmorIC2.class

    Code
    return "/armor/ic2/textures/armor/" + this.armorName + "_" + suffix + ".png";


    I've tried creating a resource pack with the paths of the respective textures in the zip file:

    • assets/
    • assets/ic2/
    • assets/minecraft/


    But still doesn't work.

    Not unless you want to force a world reset on everyone.


    Also lol at this:


    being the main reason people want it over Immibis's Microblocks.

    Meh I'm more interested in the redstone side of it, for early game.
    Only vanilla-based logic circuit challenge.


    Plus it would be safer for me, since I always run my HV and MV line together. Accidentally.

    First off, I see you have the API installed - this is not necessary, is troublesome, redundant and may cause issues.


    Secondly, it seems that your copy of IC2 (or some other mod) has a missing file. Try redownloading IC2, and if problem persists, try redownloading other mods.


    Thirdly, IC2 build 395_lf is reported to be not very stable with other mods, try backdating to 374_lf or 364_lf.


    Fourthly, try removing mods one by one (other than IC2) until you hit the one that doesn't cause issues. because this may be a mod-combo error.