Install it in the same way as any Forge mod, e.g. IC2_lf, BC.
If you crash, give us logs in pastebin or as a text file download.
Install it in the same way as any Forge mod, e.g. IC2_lf, BC.
If you crash, give us logs in pastebin or as a text file download.
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.
...
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.
So the diamond drill should use less power than the mining drill ,therefore more uses
In an industrial sense, the diamond drill is "overclocked" and increases speed for more power consumption.
However, the battery has not been improved so there will be less uses.
Why he just don't create a rule that prohibits mining on overworld?
Or pre-load a fairly large-sized area of the world and replace all ore blocks with stone?
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
maybe a distcharge of 128EU(/t) to any mob/player who tryes to cross the portal
Maybe a dimensional defence system?
Honestly the portal idea is unbalanced and:
nether stars? Bedrock? A command block?
9 Fusion Reactor Computers
The Piston Head. Or a sponge.
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.
How about textures/GUI/GUICanner in the zip? Maybe it wasn't updated to assets folder?
Forgot to clarify, the GuiCanner one was supposed to be an example of a working one.
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
private static final ResourceLocation background = new ResourceLocation("ic2", "textures/gui/GUICanner.png");
These have broken textures
GuiIronFurnace.class
and
ItemArmorIC2.class
I've tried creating a resource pack with the paths of the respective textures in the zip file:
But still doesn't work.
You know people keep saying this. Have you fixed the furnace via a resource pack? Do you have a link to the download... So far everyone opens their mouths but has yet to actually fix it.
I think the issue is more of people not knowing what the correct path for the GUI is.
The IC2 API included in the mod file is to prevent crashing when the mod is installed w/o IC2.
It's actually quite stupid to that, because it causes version-compatibility issues and you don't need the IC2 API included if you code a little more.
My guess is you have an invalid value set for a ID config,
Blocks: 500 - 4095
Items: 4096 - 32000
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.
That's a feature in Forestry (Railcraft also contains it) to prevent "hacking" of mods, so only addons for mods will work.
You need a patched Forestry to make it work.