Now uses the ic2 icons, they seams to be a bit off, will check them later

This commit is contained in:
modmuss50 2015-05-03 14:46:17 +01:00
parent 2ae61a7625
commit 4ae6522b34
2 changed files with 55 additions and 4 deletions

View file

@ -1,16 +1,14 @@
package techreborn.init;
import cpw.mods.fml.common.Mod;
import techreborn.partSystem.IPartProvider;
import techreborn.partSystem.ModPartRegistry;
import techreborn.partSystem.block.WorldProvider;
import techreborn.partSystem.parts.CablePart;
public class ModParts {
public static void init()
{
for (int i = 0; i < 14; i++) {
for (int i = 0; i < 13; i++) {
ModPartRegistry.registerPart(new CablePart(i));
}
ModPartRegistry.addProvider(