tested with 2.2.10 and 1.43 everything seems fine.
Posts by silentdeth
-
-
Leaving for holidays in a couple hours, assume I can get my car to start. May not have internet access.
-
Anyone else having issues with recipes being duplicated with this mod installed? The basic IC2 recipes are all repeated again, they show up in Risugami's recipe book, as well as the Crafting Table II. In fact, there's like twelve recipes for alloy ingots. It doesn't seem to affect anything, just more of a pain to use the recipe book, since there are lots more pages to scroll through.
I'll try reinstalling the mod, see if that helps.
I do not have this issue, it must be some other mod causing it, or an interaction with some other mod.
-
if you put oil into a Petrochemical Generator you will get 50kEu
if you put oil into a iron engine and power a Petrochemical Generator you will get 110kEu
if you put lava into a iron engine you'll get 105kEu(but it will take much longer as if you put oil into the engine)If you power the Petrochemical Generator with engines it will wait for enough energy to generete 1500 Eu ,generate EU for 60 ticks and wait again.(testet using one iron engine)
You should modify the BC power --> Eu transformation so that you get the same amount of Eu not depending on the way you generate it
I think oil should only give 30k Eu or lessOil should give 50k EU. I will check the BC energy code to make sure I did not introduce a bug there. The lava is a BC bug, he has the wrong values listed for it, it should be 1/10 of that.
Edit: I found the error, I forgot to divide by 2 at one point. Fixed in next release.
-
Is there anyone who could do a fix for the "energy value of lava in iron engines" bug?
I will think about putting a fix in the next release if it still isn't fixed by then, thought it should be it's only 1 line of code he has to change. Probably just an oversight on his part.
-
Can you make It BC Alpha 3.0 compatible?
I get this error if I try to use this addon with BC 3.0:Exception in thread "Minecraft main thread" java.lang.ExceptionInInitializerErro
r
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:644)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodError: buildcraft.a
pi.LiquidData.<init>(IILacy;)V
at ModLoader.init(ModLoader.java:857)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at wb.<init>(wb.java:76)
at wb.<clinit>(wb.java:9)
... 3 more
Caused by: java.lang.NoSuchMethodError: buildcraft.api.LiquidData.<init>(IILacy;
)V
at BuildCraftCore.initialize(BuildCraftCore.java:181)
at mod_BuildCraftCore.initialize(mod_BuildCraftCore.java:77)
at mod_BuildCraftCore.ModsLoaded(mod_BuildCraftCore.java:92)
at ModLoader.init(ModLoader.java:838)
... 6 moreI do not intend to do so until 3.0.x is out of alpha stage and has SMP support, as SMP is next on my TODO list. This is also in FAQ.
-
Using this mod - in id resolver this mod keeps trying to add BC's pipes and blocks that already are in my game from BC 2.2.8 ofc.
Is the BC/IC api folders inside this mods zip are needed? I asked because i saw that on another thread MineFactory reloaded(i think) ppl were told to delete the BC folder, which had the same contents this mod has..This mod calls the init() method of the various BC components so that they are not null when I try to use them for recipes and such. Them modloader also calls the init() function, making it run again. Without ID resolver it's not a big deal, the variable are static and it just reinitialize them with the same IDs. With ID resolver, it tries to assign them a different ID because the ID they use was taken up during the first init() call. (I think, I've not looked into it in any detail).
The API is irrelevant.
-
Getting a null pointer error after changing the blockIDs to resolve a conflict:
java.lang.IllegalArgumentException: block parameter cannot be null.
at ModLoader.RegisterBlock(ModLoader.java:1388)
at ModLoader.RegisterBlock(ModLoader.java:1377)
at mod_BCIC2Crossover.load(mod_BCIC2Crossover.java:153)
at ModLoader.init(ModLoader.java:830)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at wb.<init>(wb.java:76)
at wb.<clinit>(wb.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:644)
at java.lang.Thread.run(Unknown Source)
Dec 19, 2011 9:31:16 PM ModLoader init
FINER: THROW
java.lang.NullPointerException
at mod_BCIC2Crossover.load(mod_BCIC2Crossover.java:154)
at ModLoader.init(ModLoader.java:830)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at wb.<init>(wb.java:76)
at wb.<clinit>(wb.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:644)
at java.lang.Thread.run(Unknown Source)Any advice? This sounds like an amazing mod and I'd really like to give it a shot in comparison with PC's converter mod (which, while working, doesn't add quite the functionality this seems to add), but it doesn't seem to like my setup. I'm using pretty much the same setup that Direwolf20 is using for his latest Lets Play, with Optifine on top of it.
You cannot change the IDs of blocks that are already in the game, if you have done so it would not work. Also it looks like you still have an ID conflict.
-
dude that was hella quick
I want to play 1.0 just as bad as everyone else
-
updated to MC 1.0, BC 2.2.8 and IC2 1.42. See OP for download link.
-
Starting on updating to MC 1.0, IC2 1.42, and BC 2.2.8. No ETA as of yet.
-
it is based off of a WW2 era natural gas boiler.
-
It's looking good.
Though the previous version was working fine for me in 1.337b, I still appreciate the update!
(Now, I must see about dressing up the new textures for HD...)Yeah, this is mostly adding features, only 1 bug fix. Just polishing up the code before I start working on the client side SMP stuff.
On the plus side, it no longer uses the BC texture file. And the oil, fuel, and water for the petro gen uses whatever texture pack you are using at the time. The down side: the petro gen textures are split into a few different files, because of how it renders (which I am still not entirely happy with, there should be bubbles when it is on, and for some reason I cannot get the water to be partially transparent.)
-
v1.0 released, see OP for download.
-
Changed the name back to BCIC2crossover, it's still doing that...
Found the bug, fixed in next release. For now you can just destroy the engine and replace it, and not log off with anything inside the engine.
I don't think the cooling of steam engines has ever really been explained in detail - nothing on it in the Wiki, or even in the guide. Could you please elaborate?For a steam engine, heat = energy stored in the engine. Thus, if you have something consuming the full output of the engine it does not overheat, if you don't it does overheat.
-
I don't know whether to call this a bug or not but when drawing power from cables, small electric engines don't go past blue heat but when running off battery I've seen them go up to green.
they cool the same way steam engines do.
-
It amazes me that you think that everyone would notice that and figure out what that means. There are a lot of things others can do that wouldn't be so easy for you - It "amazes me" that you wouldn't know how to setup a hemodialysis machine, cannulate a patient and provide a treatment. Hell, I've done it thousands of times.It amazes me that someone can't open a bag of coffee and pick out which beans are from Africa, which ones from Central America and which ones from Asia... I mean, it's so damned simple!
Though that wasn't necessarily the same issue as I was encountering (if there was an ID conflict, the game wouldn't crash while you're in a world - it simply wouldn't launch!), I'll give it a try - thanks for the advice, but not for the attitude.
[EDIT: Gave it a try and that seemed to work - I can't see how that would account for the NPEs I was getting, but then again I'm not a programmer. If I knew how to make mods, I wouldn't have to ask - but my skills lie elsewhere]
It is something like this: modloader.registerBlock(BlockID), if there is an ID conflict, BlockID is null. That's somewhat simplified, but it's the general idea.
-
I tried downgrading back to 1.23, placing the machines I have from your add-on and breaking them (a solution advised to someone else having a null-point exception for another mod) but still no luck:
Dec 4, 2011 10:46:14 PM ModLoader RegisterBlock
FINER: THROW
java.lang.IllegalArgumentException: block parameter cannot be null.
at ModLoader.RegisterBlock(ModLoader.java:1274)
at ModLoader.RegisterBlock(ModLoader.java:1263)
at mod_BCIC2Crossover.<init>(mod_BCIC2Crossover.java:93)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at ModLoader.addMod(ModLoader.java:275)
at ModLoader.readFromModFolder(ModLoader.java:1179)
at ModLoader.init(ModLoader.java:824)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at aam.<init>(aam.java:61)
at aam.<clinit>(aam.java:10)
at net.minecraft.client.Minecraft.a(SourceFile:259)
at net.minecraft.client.Minecraft.run(SourceFile:629)
at java.lang.Thread.run(Unknown Source)
Dec 4, 2011 10:46:24 PM ModLoader addMod
FINE: Failed to load mod from "mod_BCIC2Crossover.class"
Dec 4, 2011 10:46:24 PM ModLoader addMod
FINER: THROW
java.lang.NullPointerException
at mod_BCIC2Crossover.<init>(mod_BCIC2Crossover.java:94)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at ModLoader.addMod(ModLoader.java:275)
at ModLoader.readFromModFolder(ModLoader.java:1179)
at ModLoader.init(ModLoader.java:824)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at aam.<init>(aam.java:61)
at aam.<clinit>(aam.java:10)
at net.minecraft.client.Minecraft.a(SourceFile:259)
at net.minecraft.client.Minecraft.run(SourceFile:629)
at java.lang.Thread.run(Unknown Source)
I even fed the machines to my Recycler and tried again - no luck. In fact, THEN when I try to load my main world, it crashes with the error "Saving chunks". immediately upon loading the world.
I hope this can help to track down the error and find a solution, or at least give you an idea what needs to be fixed in an update. Thank you!looks like ID conflict with blockCrossoverGenerator, upgrading and then downgrading will probably create a lot of issues.
-
Here you go on the Energy Link:
It basically turns EUs into BC power - not the other way around (AFAIK). It's a curiosity that power would somehow (back up) into the PetroGen like that. As I said, once I dumped a bucket of fuel in, the "pressure" indicator went away and it filled up with a little bit of yellow to show the fuel in it. I'm just not sure why power would go into a generator from a device that is ostensibly for output. It would be as odd as getting feedback from a batbox that was under the generator.
Next time I'm on, I'll see if I can replicate the setup if you need a visual.
The generator produces EU and cosumes BC energy. By placing those two next to each other you have created a loop. The generate takes BC energy and turns it into EU, then the energy link converts the EU back into BC energy, in a cycle. The energy link transmits power omnidirectionally, it is working as it should. Fuel changes this, because the generator only uses 1 power source at a time. If you want something that can be placed adjacent to the generator, you need to use something that will only transmit BC energy in 1 direction, like an electric engine. Otherwise, you need to place the generator 1 block away from the energy link and either connect them with a BC energy pipe, or a IC2 wire, depending on what you wish to transmit.
-
Migliore: Adding mods from C:\Users\Valerio\AppData\Roaming\.minecraft\mods\kBCIC2crossover v0.75.zipYou have renamed the zip, the BCIC2crossover zip must load before buildcraft, it is the only way it can override the files it has to.