IC2 experimental changed the energy crystals to have a damage bar so now the recipe doesn't work for the medium recharger.
[ADDON] [1.7.2] Aroma1997s Portable Recharger
-
-
jjjworley: If you use the mod "Minetweaker", I have a workaround for you:
Just input following into your "mods/minetweaker/main.cfg":
Code
Display Morerecipes.remove(item.ic2rechargerSmall); recipes.addShaped(item.ic2rechargerSmall, [[items.ic2.itemBatREDischarged, items.blockTransformerLV, items.ic2.itemBatREDischarged], [null, items.blockBatBox, null], [items.ic2.itemBatREDischarged, items.blockTransformerLV, items.ic2.itemBatREDischarged]]); recipes.remove(item.ic2rechargerMedium); recipes.addShaped(item.ic2rechargerMedium, [[items.ic2.itemBatCrystal.damaged, items.blockTransformerMV, items.ic2.itemBatCrystal.damaged], [null, item.ic2rechargerSmall.damaged, null], [items.ic2.itemBatCrystal.damaged, items.blockTransformerMV, items.ic2.itemBatCrystal.damaged]]); recipes.remove(item.ic2recharger); recipes.addShaped(item.ic2recharger, [[items.ic2.itemBatLamaCrystal.damaged, items.blockTransformerHV, items.ic2.itemBatLamaCrystal.damaged], [null, item.ic2rechargerMedium.damaged, null], [items.ic2.itemBatLamaCrystal.damaged, items.blockTransformerHV, items.ic2.itemBatLamaCrystal.damaged]]); recipes.remove(item.ic2rechargerHuge); recipes.addShaped(item.ic2rechargerHuge, [[items.blockMFSU, items.ic2.itemPartIridium, items.blockMFSU], [items.ic2.itemPartIridium, item.ic2recharger.damaged, items.ic2.itemPartIridium], [items.blockMFSU, items.ic2.itemPartIridium, items.blockMFSU]]);
The recipes are the original ones, except they now accept damaged items. I hope, this helps you :).
-
jjjworley: If you use the mod "Minetweaker", I have a workaround for you:
Just input following into your "mods/minetweaker/main.cfg":
The recipes are the original ones, except they now accept damaged items. I hope, this helps you :).
This worked perfectly. Thank you! I would have continued using this mod, but I would have been carrying around four small chargers. Now I can craft the huge charger, and Minecraft will be back to normal for me. I appreciate the extra work you put in, and the original work of creating this excellent mod.
-
IC2 experimental changed the energy crystals to have a damage bar so now the recipe doesn't work for the medium recharger.
Can you check if the one in the attachment works?
-
Can you check if the one in the attachment works?
I removed the config file from minetweaker and installed version 1.0.0.5. I built the small, medium and large rechargers and they all work good. I don't have enough resources to build the huge yet, but I suspect it too will work. Thanks for taking the time to bring a new version!
-
I removed the config file from minetweaker and installed version 1.0.0.5. I built the small, medium and large rechargers and they all work good. I don't have enough resources to build the huge yet, but I suspect it too will work. Thanks for taking the time to bring a new version!
Thanks for testing. That means we'll have a new version for 1.6.4 and the 1.7 release. -
I notice this is currently in the "Outdated Addons" section. Does that mean it won't work with MC 1.7.10 and recent builds of IC2 experimental?
-
I guess so