Moved into techreborn/partSystem
This commit is contained in:
parent
41795ef16d
commit
df2ae8b335
20 changed files with 46 additions and 50 deletions
|
@ -1,15 +1,15 @@
|
|||
package techreborn.init;
|
||||
|
||||
import me.modmuss50.network.partSystem.ModPartRegistry;
|
||||
import me.modmuss50.network.partSystem.block.WorldProvider;
|
||||
import me.modmuss50.network.partSystem.parts.CablePart;
|
||||
import techreborn.partSystem.ModPartRegistry;
|
||||
import techreborn.partSystem.block.WorldProvider;
|
||||
import techreborn.partSystem.parts.CablePart;
|
||||
|
||||
public class ModParts {
|
||||
|
||||
public static void init(){
|
||||
ModPartRegistry.registerPart(new CablePart());
|
||||
ModPartRegistry.addProvider("me.modmuss50.network.partSystem.QLib.QModPartFactory", "qmunitylib");
|
||||
ModPartRegistry.addProvider("me.modmuss50.network.partSystem.fmp.FMPFactory", "ForgeMultipart");
|
||||
ModPartRegistry.addProvider("techreborn.partSystem.QLib.QModPartFactory", "qmunitylib");
|
||||
ModPartRegistry.addProvider("techreborn.partSystem.fmp.FMPFactory", "ForgeMultipart");
|
||||
ModPartRegistry.addProvider(new WorldProvider());
|
||||
ModPartRegistry.addAllPartsToSystems();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue