Added New Dungeons and Fixed Various Minor Bugs #43
@@ -2,8 +2,6 @@ package StevenDimDoors.mod_pocketDim;
|
|||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
import StevenDimDoors.mod_pocketDim.world.LimboGenerator;
|
|
||||||
|
|
||||||
import net.minecraftforge.common.Configuration;
|
import net.minecraftforge.common.Configuration;
|
||||||
|
|
||||||
public class DDProperties
|
public class DDProperties
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ public class CommandDeleteAllLinks extends DDCommandBase
|
|||||||
|
|
||||||
private CommandDeleteAllLinks()
|
private CommandDeleteAllLinks()
|
||||||
{
|
{
|
||||||
super("dd-deletelinks", "FIXME");
|
super("dd-deletelinks", "???");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static CommandDeleteAllLinks instance()
|
public static CommandDeleteAllLinks instance()
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ public class CommandDeleteDimensionData extends DDCommandBase
|
|||||||
|
|
||||||
private CommandDeleteDimensionData()
|
private CommandDeleteDimensionData()
|
||||||
{
|
{
|
||||||
super("dd-deletedimension", "FIXME");
|
super("dd-deletedimension", "???");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static CommandDeleteDimensionData instance()
|
public static CommandDeleteDimensionData instance()
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ public class CommandDeleteRifts extends DDCommandBase
|
|||||||
|
|
||||||
private CommandDeleteRifts()
|
private CommandDeleteRifts()
|
||||||
{
|
{
|
||||||
super("dd-???", "FIXME");
|
super("dd-???", "???");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static CommandDeleteRifts instance()
|
public static CommandDeleteRifts instance()
|
||||||
|
|||||||
Reference in New Issue
Block a user