Skip to content

Commit

Permalink
Linux capitalization weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Dec 6, 2013
1 parent 91271f6 commit b61c1c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
import powercrystals.minefactoryreloaded.api.FactoryRegistry;
import tconstruct.common.TRepo;

public class MFRRegistering
public class MFRRegister
{
public static void registerWithMFR ()
{
Expand Down
Expand Up @@ -19,7 +19,7 @@ public void preInit() {
public void init()
{
TConstruct.logger.info("MineFactoryReloaded detected. Registering TConstruct farmables/grindables with MFR's Farming Registry.");
MFRRegistering.registerWithMFR();
MFRRegister.registerWithMFR();
/*
* Perhaps TC ores should be registered as drops from the MFR Laser Drill here, but I don't know which things would be suitable for that.
* Syntax: FarmingRegistry.registerLaserOre(int weight, ItemStack droppedStack));
Expand Down

0 comments on commit b61c1c5

Please sign in to comment.