You could look into setting up an ore washing plant and thermal centrifuge to improve your ore processing yields, you could set up a blast furnace to get some steel you'll need for later game, you could start on crops or look into diversifying your power production to not rely on the sun (ie anything but solars). There's still plenty you can do before jumping straight to UU-matter.

Bored? Random IC2/Forum chat
-
-
Bug in Tri-addon-1.3 leading to crash in newest Ic2
Code- addShapedRecipe(AdvancedSolarPanels.machines.getItemStack(AddonTEs.hybrid_solar_panel),
- new Object[]{"CLC", "IAI", "CSC",
- Character.valueOf('C'), IC2Items.getItem("crafting", "carbon_plate"),
- Character.valueOf('L'), Blocks.LAPIS_BLOCK,
- Character.valueOf('I'), IC2Items.getItem("crafting", "iridium"),
- Character.valueOf('A'), AdvancedSolarPanels.machines.getItemStack(AddonTEs.advanced_solar_panel),
- Character.valueOf('C'), IC2Items.getItem("crafting", "advanced_circuit"),
- Character.valueOf('S'), ASP_Items.CRAFTING.getItemStack(ItemCraftingThings.CraftingTypes.ENRICHED_SUNNARIUM)});
Double declaration of "C" char
Must be like thisCode- addShapedRecipe(AdvancedSolarPanels.machines.getItemStack(AddonTEs.hybrid_solar_panel),
- new Object[]{"PLP", "IAI", "CSC",
- Character.valueOf('P'), IC2Items.getItem("crafting", "carbon_plate"),
- Character.valueOf('L'), Blocks.LAPIS_BLOCK,
- Character.valueOf('I'), IC2Items.getItem("crafting", "iridium"),
- Character.valueOf('A'), AdvancedSolarPanels.machines.getItemStack(AddonTEs.advanced_solar_panel),
- Character.valueOf('C'), IC2Items.getItem("crafting", "advanced_circuit"),
- Character.valueOf('S'), ASP_Items.CRAFTING.getItemStack(ItemCraftingThings.CraftingTypes.ENRICHED_SUNNARIUM)});
- }
-
Bug in Tri-addon-1.3 leading to crash in newest Ic2
Code- addShapedRecipe(AdvancedSolarPanels.machines.getItemStack(AddonTEs.hybrid_solar_panel),
- new Object[]{"CLC", "IAI", "CSC",
- Character.valueOf('C'), IC2Items.getItem("crafting", "carbon_plate"),
- Character.valueOf('L'), Blocks.LAPIS_BLOCK,
- Character.valueOf('I'), IC2Items.getItem("crafting", "iridium"),
- Character.valueOf('A'), AdvancedSolarPanels.machines.getItemStack(AddonTEs.advanced_solar_panel),
- Character.valueOf('C'), IC2Items.getItem("crafting", "advanced_circuit"),
- Character.valueOf('S'), ASP_Items.CRAFTING.getItemStack(ItemCraftingThings.CraftingTypes.ENRICHED_SUNNARIUM)});
Double declaration of "C" char
Must be like thisCode- addShapedRecipe(AdvancedSolarPanels.machines.getItemStack(AddonTEs.hybrid_solar_panel),
- new Object[]{"PLP", "IAI", "CSC",
- Character.valueOf('P'), IC2Items.getItem("crafting", "carbon_plate"),
- Character.valueOf('L'), Blocks.LAPIS_BLOCK,
- Character.valueOf('I'), IC2Items.getItem("crafting", "iridium"),
- Character.valueOf('A'), AdvancedSolarPanels.machines.getItemStack(AddonTEs.advanced_solar_panel),
- Character.valueOf('C'), IC2Items.getItem("crafting", "advanced_circuit"),
- Character.valueOf('S'), ASP_Items.CRAFTING.getItemStack(ItemCraftingThings.CraftingTypes.ENRICHED_SUNNARIUM)});
- }
It did indeed, already included for the newly independent 1.12 port.
-
Thanks a lot for porting AdvancedSolarPanels to 1.12.2, i know it was just released a few hours ago but here are three of small bugs.
There are 6 repeated stone slabs with the default cubic texture, but all of them transform into dirt block when placed.
AdvancedSolarHelmet renders on 3rd person as a black shapeless cube, ultimate hybrid solar helmet renders almost fine, just one pixel line is glitched at the bottom of the helmet
Quantum Solar Panel can output on the sides only 2048EU/t, which is half the power being generated (i remember this happening also on 1.10.2) so the internal buffer will always fill no matter how much cables and mfsu's you use, but its internal inventory can charge lapotron crystals at 8192EU/t. It should be set to 8192EU/t
Also a small typo, Molecular Transofrmer tooltip shows power tier 14.
Thanks again.
-
AdvancedSolarHelmet renders on 3rd person as a black shapeless cube, ultimate hybrid solar helmet renders almost fine, just one pixel line is glitched at the bottom of the helmet
The Advanced Solar Helmet sounds like I missed a texture, the UHS helmet sounds more like a small texture model issue. I'll double check them both.
Quantum Solar Panel can output on the sides only 2048EU/t, which is half the power being generated (i remember this happening also on 1.10.2) so the internal buffer will always fill no matter how much cables and mfsu's you use, but its internal inventory can charge lapotron crystals at 8192EU/t. It should be set to 8192EU/t
I'm still in two minds about whether this was ever designed to output full tier 5 power. It would make it a much more interesting block if you could extract half the generated power easily, but the other half would have to be drained into energy or lapotron crystals and then extracted that way. Conceptually setting something up like that wouldn't be too hard either, but it makes it a tad more reasonable in terms of effort to space used.
Also a small typo, Molecular Transofrmer tooltip shows power tier 14.
That's the actual power tier, its the highest tier IC2 can go without overflowing. The Molecular Transformer has no input limit anyway, so whatever number it has is irrelevant at the end of the day
There are 6 repeated stone slabs with the default cubic texture, but all of them transform into dirt block when placed.
Where abouts? That sounds very strange
Thanks for your assistance in finding (and reporting) these too, the last bugs can't get fixed if they're not found
-
-
imer could you explain me that?
Why the "heck" can I enter Text There? Why does the Forum make my Text Insertion Pointer go up there while I try to paste into the Reply Field?
Must be a glitch or something.
Are you in debug mode? only tails the box boy can do the expert engineering with expolit jazz.
Remember: blue bolded text meaning the original was swearing, so i replaced it with a not a swearing text instead.
-
boxMenu
Must be a glitch or something.
Are you in debug mode? only tails the box boy can do the expert engineering with expolit jazz.
Remember: blue bolded text meaning the original was swearing, so i replaced it with a not a swearing text instead.
No, it is trivial to reproduce, I just did it myself. It looks like there is some javascript swapping things around at load that is causing it.
-
Remember: blue bolded text meaning the original was swearing, so i replaced it with a not a swearing text instead.
me in school lol
-
can you give me a step by step how to do it? cant figure it out
-
Step 1: Copy some random Line.
Step 2: Load a Thread that you can reply to
Step 3: While the Page is still loading (important), click into the Reply Box and hit Ctrl+V to paste
Step 4: WTF there is now something pasted to the top left corner?!
-
That up there does not make any sense, still I can change from a sense tool into a scythe tool instead because of I am a british.
Also, getting diamonds are a piece of cake because I am in a newest minecraft version: 1.12.2.
Comparing to the gregtech mod, I could hardly any diamonds which oh boy It sucks.
Lol.
What exactly is this dumpsterfire of a shitpost you just did about? This is even too offtopic for offtopic.
-
What exactly is this dumpster fire of a nonsense post you just did about? This is even too offtopic for offtopic.
Blue Text meaning changed into a non swearing text.
Extensive swearing again.
Read the title duh.
Red text meaning don't read that.
-
Also, getting diamonds are a piece of cake because I am in a newest minecraft version: 1.12.2.
Comparing to the gregtech mod, I could hardly any diamonds which oh boy It sucks
I don't get if that is a satire or not? If not, well, don't play it -
Also, getting diamonds are a piece of cake because I am in a newest minecraft version: 1.12.2.
Comparing to the gregtech mod, I could hardly any diamonds which oh boy It sucks
I don't get if that is a satire or not? If not, well, don't play itI don't get that either, I already warned him about it about a day later. Lets hope that isn't happening again, because he is confusing people left and right with that dumb stuff.
-
I don't get that either, I already warned him about it about a day later. Lets hope that isn't happening again, because he is confusing people left and right with that dumb stuff.
So I this thread is supposed to be IC2 Related, Oh godang it, What about the offtopic nonsense, does it supposed to go to the other threads, forums, or somewhere else that I can post nonsense post, but not here? And get rid of that stupid warning it is annoying me like crazy. I don't have really to anything to talk about here so Im outta here before I get even more warnings or worst case scenario I get temporarily banned for a week or the true worst case scenario I get permanent banned.
What exactly is this dumpster fire of a waste you just did about? This is even too offtopic for offtopic.
Sorry but not Sorry at the same time, wrong Forum ehh for that offtopic waste.
Also, getting diamonds are a piece of cake because I am in a newest minecraft version: 1.12.2.
Comparing to the gregtech mod, I could hardly any diamonds which oh boy It sucks.
Last Question: Where does this offtopic post which quoted myself is supposed to go?
I am lazy so The color code is in my signature now.
-
So I this thread is supposed to be IC2 Related, Oh godang it, What about the offtopic nonsense, does it supposed to go to the other threads, forums, or somewhere else that I can post nonsense post, but not here? And get rid of that stupid warning it is annoying me like crazy. I don't have really to anything to talk about here so Im outta here before I get even more warnings or worst case scenario I get temporarily banned for a week or the true worst case scenario I get permanent banned.
Sorry but not Sorry at the same time, wrong Forum ehh for that offtopic waste.
Last Question: Where does this offtopic post which quoted myself is supposed to go?
I am lazy so The color code is in my signature now.
You are not supposed to go to other peoples places and yell things that dont even have any contextual sense. For example the "oh its so easy to get diamonds" stuff does not make any sense and is not supposed to be in any Thread. You just end up confusing people with those completely irrelevant Posts, and that is a bad thing.
-
You are not supposed to go to other peoples places and yell things that dont even have any contextual sense. For example the "oh its so easy to get diamonds" stuff does not make any sense and is not supposed to be in any Thread. You just end up confusing people with those completely irrelevant Posts, and that is a bad thing.
Right I am now an idiot.
-
Can't do it GregoriusT - what browser are you on?
Also sorry for the slow reply, got some irl stuff going on atm
-
Can't do it GregoriusT - what browser are you on?
Also sorry for the slow reply, got some irl stuff going on atm
Chrome