Fixed problems with buildscript

Signed-off-by: deathrat <deathrat43@gmail.com>
This commit is contained in:
deathrat
2013-12-17 19:09:53 -05:00
parent a8baba9430
commit 8d19d71d8a
4 changed files with 12 additions and 4 deletions

View File

@@ -80,4 +80,10 @@ public abstract class DDCommandBase extends CommandBase
player.sendChatToPlayer(cmp);
}
@Override
public int compareTo(Object par1Obj)
{
return this.getCommandName().compareTo(((CommandBase)par1Obj).getCommandName());
}
}

View File

@@ -1,5 +1,4 @@
package StevenDimDoors.mod_pocketDimClient;
import net.minecraft.src.ModLoader;
import StevenDimDoors.mod_pocketDim.CommonProxy;
import StevenDimDoors.mod_pocketDim.ticking.MobMonolith;
import StevenDimDoors.mod_pocketDim.tileentities.TileEntityDimDoor;
@@ -33,7 +32,6 @@ public class ClientProxy extends CommonProxy
@Override
public void printStringClient(String string)
{
ModLoader.getMinecraftInstance().ingameGUI.getChatGUI().printChatMessage(string);
}
}

View File

@@ -0,0 +1,21 @@
{
"modinfoversion":2,
"modlist":
[
{
"modid": "DimDoors",
"name": "Dimensional Doors",
"description": "Bend and twist reality itself, creating pocket dimensions, rifts, and much more",
"version": "1.6.4R2.1.2RC1",
"credits": "Created by StevenRS11, Coded by StevenRS11 and SenseiKiwi, Logo and Testing by Jaitsu",
"logoFile": "/dimdoors_logo.png",
"mcversion": "",
"url": "http://www.minecraftforum.net/topic/1650007-147smpssplan-dimensional-doors-v110-physics-what-physics-updated-with-fancy-opengl/",
"updateUrl": "",
"authors": [ "StevenRS11", "SenseiKiwi" ],
"parent":"",
"screenshots": [],
"dependencies": [ "Forge"]
}
]
}