There is a checkbox to switch to fluid mode.
Posts by Aroma1997
-
-
The size is fine imo. A scrollbar would be a pita to implement.
-
Yes, you have to do it in the config file.
-
As someone who never used javadoc in gradle or even the javadoc program, I don't know for sure, but to me it looks like this:
javadoc is trying to generate the javadocs for everything in the classpath, including dependencies (which it shouldn't). Try setting up the javadoc build task like JEI does.
Another thing: You're compiling against build 9 of the 1.11 version of IC2. Try using the newest build as a dependency and see if that works.
-
No, that command was added in 1.8. In 1.7, you'll have to use the following syntax for the item: "modid:registryname@metadata"
-
You probably have your mfsu to emit a redstone signal when it's full/empty/whatever, which would cause the teleporter to activate,
-
By right-clicking the upgrade on a side of a block (top for top side etc)
-
Can you post the reactor code of your setup from the reactor planner, please?
-
You could also try setting a direction to the fluid ejector.
-
In Minecraft, it can sometimes happen, that a Chunk a TE is in gets loaded/unloaded multiple times within a tick.
I'm not 100% sure about the following, but I think that's what I remember from a discussion we had a while ago in the IC2 team.
When the above thing is happening, the chunk gets loaded immediately, but the unloading can get delayed by a few ticks for performance reasons thus having multiple tileentities at the same position at the same time. We did some trickery to avoid said thing. I'm not sure if the changes made it to the 1.11 branch though.
As I said, I'm not 100% sure, but you can try adding debug logging whenever a tile gets loaded and unloaded and check if there are multiple tiles there within the same tick to check the theory.
-
The thing is: A proper fix is not as easy as just renaming a couple of files and be done with it. I spent multiple hours on fixing it in 1.8, so no. We won't see that for 1.7.10.
-
What are you referring to? We don't have any quest books in IC2.
-
Regarding the versions: The versions you linked are both (currently) the same. The first link links to the jar file of build 254 (which currently is the latest version) and the second one always links to the latest 1.10 version.
Regarding nuclear control: afaik, it's not compatible with 1.10
-
Yeah, the drill sound wasn't playing in 1.7.10. I fixed that in 1.8 iirc.
-
What version are you using?
-
This looks like a sponge bug. You should report it to the sponge people.
-
We have a command to tell you what to add to the config file. It's called "/ic2 currentItem". You just have to have the item in your hand and execute the command and it'll tell you exactly what to add to the config file. (Note: capitalization matters)
-
A reactor can output as much energy as it produces. If it doesn't for you, can you send us a screenshot of your setup and the version of IC2 you're using?
-
-
Why don't you just update to 1.12? 1.11 is outdated anyways...