Added New Dungeons and Fixed Various Minor Bugs #43

Merged
SenseiKiwi merged 13 commits from master into master 2013-07-17 07:02:10 +00:00
4 changed files with 3 additions and 5 deletions
Showing only changes of commit ab05db40fe - Show all commits

View File

@@ -2,8 +2,6 @@ package StevenDimDoors.mod_pocketDim;
import java.io.File;
import StevenDimDoors.mod_pocketDim.world.LimboGenerator;
import net.minecraftforge.common.Configuration;
public class DDProperties

View File

@@ -14,7 +14,7 @@ public class CommandDeleteAllLinks extends DDCommandBase
private CommandDeleteAllLinks()
{
super("dd-deletelinks", "FIXME");
super("dd-deletelinks", "???");
}
public static CommandDeleteAllLinks instance()

View File

@@ -14,7 +14,7 @@ public class CommandDeleteDimensionData extends DDCommandBase
private CommandDeleteDimensionData()
{
super("dd-deletedimension", "FIXME");
super("dd-deletedimension", "???");
}
public static CommandDeleteDimensionData instance()

View File

@@ -15,7 +15,7 @@ public class CommandDeleteRifts extends DDCommandBase
private CommandDeleteRifts()
{
super("dd-???", "FIXME");
super("dd-???", "???");
}
public static CommandDeleteRifts instance()