Now uses the ic2 icons, they seams to be a bit off, will check them later
This commit is contained in:
parent
2ae61a7625
commit
4ae6522b34
2 changed files with 55 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue