Guess I'll keep trying. I haven't been able to access it for a couple days
Posts by Monoxide
-
-
http://jenkins.ic2.player.to/ has been offline for a few days. Has it been moved, or is it just temporarily down?
-
Good to know. Thanks!
-
I'm programmatically adding an extractor recipe like so:
CodeRecipes.extractor.addRecipe(Recipes.inputFactory.forFluidContainer(FluidRegistry.WATER), null, false, GradientItems.SALT.getItemStack(4));
The recipe shows up in the extractor's recipe list, but the extractor refuses to accept the bucket/cell/whatever of water.
I've traced through the code, and it seems to be because of the following code in InvSlotProcessable:
In MachineRecipeHelper, if the input item is a container item, it checks to see if the input item's stack size is equal to that of the recipe. With the input item's stack size being adjusted to 2147483647, this is, of course, always false.
Am I doing something wrong here, or is this a bug in IC2?
-
-
-
-
-
-
I'm using it with 1.4.7 with no problems.
-
It's working as expected for me in build 187
-
Well, Player posted it for everybody to see (just in a roundabout way going directly to the link), and other people have been discussing it.
Really? I didn't see that. Disregard what I said then :p -
Redstone flips transformers, and glass fiber cables can only handle 512 eu/t
-
I sincerely doubt you're supposed to be spreading that link around.
Edit: HWDexperte, we have nothing to do with the bukkit port of IC2.
-
How many EU/t is the reactor producing?
-
They aren't part of IC2, they're part of a mod.
-
Oh. So I guess it has been updated.
Spoiler: It was never supposed to do anything XD -
I usually don't even bother reading these but for once I like this change
-
-
The seed analyzer is behaving a little strangely. On the first pass, it takes quite a while to scan the bag, and the time doesn't seem to change with overclockers. However, if you add an overclocker, or take out an overclocker, the pass finishes instantly.
Edit: Also, if you click on the output slot before the seed bag is done scanning, it'll take a lot longer to scan.
Edit 2: You can't shift-click from the top-left slot in your inventory