Server now starts

This commit is contained in:
modmuss50 2015-04-28 20:37:46 +01:00
parent fbbe621074
commit b99cac1a1c
5 changed files with 83 additions and 64 deletions

View file

@ -15,7 +15,6 @@ public class ModParts {
"techreborn.partSystem.QLib.QModPartFactory", "qmunitylib");
ModPartRegistry.addProvider("techreborn.partSystem.fmp.FMPFactory",
"ForgeMultipart");
ModPartRegistry.addProvider(new WorldProvider());
ModPartRegistry.addAllPartsToSystems();
}
}