Quote6.07.20:
[FIXED] Something, I think. I know I did something but forgot to add it to the Changelog, so now I dont know what it was.
Reminded me of her, huh.
Quote6.07.20:
[FIXED] Something, I think. I know I did something but forgot to add it to the Changelog, so now I dont know what it was.
Reminded me of her, huh.
Good to see the mod is still alive. Would like to try it again if it gets ported to 1.13.
In due course I'm sure it will be
I'm guessing the devs are waiting for Forge 1.13 to release first before they start on that (porting to Rift might be too much hassle for a fairly large tech mod like IC2).
Waiting for Forge to get into any kind of existing state for 1.13 what you'll have to wait for first. Once that's happened it will be possible to start moving IC2 over to 1.13 as well, until then there isn't especially anything that can be done.
Rift lacks any kind of solid API for doing anything as it is right now, just this week they've changed how blocks and items are registered so porting anything to it would be an uphill battle. For smaller mods though Rift is quite an interesting project, it's sort of a midway point between Liteloader and Forge, almost Modloader like. It's certainly not ready for something like IC2 yet though.
I wonder if Chocohead and Speiger are in a cooperation with their dog profile pictures?
Hey Great work on the Gravisuit Mod, unfortunately it does not work for me. Is the Porting still in progress, i love the mod and would love to see it work :).
Porting/Rewriting has been in progress for a good while now, still don't quite like the way things work
When I install your mod my game keeps crashing with this error massage. I hope somebody can help.
An invalid crafting recipe was attempted to be added. This could happen due to a bug in IndustrialCraft 2 or an addon.
(Technical information: AdvRecipe, duplicate char mapping)
Output: 1xtri_addon.machines@11
Char: C
Input: 1xic2.crafting@2
Type: net.minecraft.item.ItemStack
Source: com.chocohead.advsolar.Recipes.addShapedRecipe(AdvancedSolarPanels.java:544)
I'm having the same issue as Darkzonegermany.
Here's my error log: https://paste.ee/p/LFKf6
If you got this error on load
1. Go to config folder;
2. Find advanced_solar_panels.cfg;
3. Set B:"Disable Hybrid Solar Panel recipe" to true;
3. Restart your game.
Disabled recipe can be re-added with CraftTweaker or through IC2-recipes itself.
tag: kriNon
, Darkzonegermany
Quick 1.12 port of Advanced Machines, Solars and Gravisuite. In here because it's all bundled up, completely untested yet not (hopefully) highly dangerous to your worlds. Comes with Compact Solars as a bonus.
I get a game crash when using GraviTool
Display MoreIf you got this error on load
1. Go to config folder;
2. Find advanced_solar_panels.cfg;
3. Set B:"Disable Hybrid Solar Panel recipe" to true;
3. Restart your game.
Disabled recipe can be re-added with CraftTweaker or through IC2-recipes itself.
tag: kriNon , Darkzonegermany
Can you please explain how to introduce the recipe? I'm totally lost in IC2 config
Can you please explain how to introduce the recipe? I'm totally lost in IC2 config
You'll want to change it in the Advanced Solars config (advanced_solar_panels.cfg) which you can edit using any text editor like Notepad.
You'll want to change it in the Advanced Solars config (advanced_solar_panels.cfg) which you can edit using any text editor like Notepad.
Thanks, but the problem is not disabling Hybrid Solar Panel, is adding the recipe again as said CrossVas "Disabled recipe can be re-added with CraftTweaker or through IC2-recipes itself."
Thanks, but the problem is not disabling Hybrid Solar Panel, is adding the recipe again as said CrossVas "Disabled recipe can be re-added with CraftTweaker or through IC2-recipes itself."
So, first at all, you must open IC2Exp mod's jar file (in my case it is industrialcraft-2-2.8.109-ex112).
Then go to assets\ic2\config\ (your path should be industrialcraft-2-2.8.109-ex112.jar\assets\ic2\config\.
From assets\ic2\config folder copy the file shaped_recipes.ini into your_minecraft_directory/config/ic2 folder (if you don't have ic2 folder in your config folder, you must create it)
After that open shaped_recipes.ini file with any text editor (for best result I'd recommend to use NotePad++ or AkelPad)
Put this code* at the bottom of shaped_recipes.ini file.
Restart your minecraft.
Enjoy.
*code:
; Hybrid Solar Panel
"CLC|IPI|ASA" C:ic2:crafting#carbon_plate L:OreDict:blockLapis I:ic2:crafting#iridium P:tri_addon:machines@10 A:ic2:crafting#advanced_circuit S:advanced_solar_panels:crafting@4 = tri_addon:machines@11
!!! This code must be one line written !!!
tag: xexixaxi
Display More
So, first at all, you must open IC2Exp mod's jar file (in my case it is industrialcraft-2-2.8.109-ex112).
Then go to assets\ic2\config\ (your path should be industrialcraft-2-2.8.109-ex112.jar\assets\ic2\config\.
From assets\ic2\config folder copy the file shaped_recipes.ini into your_minecraft_directory/config/ic2 folder (if you don't have ic2 folder in your config folder, you must create it)
After that open shaped_recipes.ini file with any text editor (for best result I'd recommend to use NotePad++ or AkelPad)
Put this code* at the bottom of shaped_recipes.ini file.
Restart your minecraft.
Enjoy.
*code:; Hybrid Solar Panel
"CLC|IPI|ASA" C:ic2:crafting#carbon_plate L:OreDict:blockLapis I:ic2:crafting#iridium P:tri_addon:machines@10 A:ic2:crafting#advanced_circuit S:advanced_solar_panels:crafting@4 = tri_addon:machines@11
!!! This code must be one line written !!!
tag: xexixaxi
WOW! You're a genius, seriously.
Thanks a lot.