Fixed problems with buildscript
Signed-off-by: deathrat <deathrat43@gmail.com>
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
21
src/main/resources/mcmod.info
Normal file
21
src/main/resources/mcmod.info
Normal 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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user