Fixed Bugs in Golden Dimensional Doors #167
@@ -15,7 +15,7 @@ apply plugin: 'forge'
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
version = "2.2.3-" + System.getenv("BUILD_NUMBER")
|
version = "2.2.4-" + System.getenv("BUILD_NUMBER")
|
||||||
group= "com.stevenrs11.dimdoors" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
group= "com.stevenrs11.dimdoors" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
archivesBaseName = "DimensionalDoors"
|
archivesBaseName = "DimensionalDoors"
|
||||||
|
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ serverPacketHandlerSpec =
|
|||||||
@SidedPacketHandler(channels = {PacketConstants.CHANNEL_NAME}, packetHandler = ServerPacketHandler.class))
|
@SidedPacketHandler(channels = {PacketConstants.CHANNEL_NAME}, packetHandler = ServerPacketHandler.class))
|
||||||
public class mod_pocketDim
|
public class mod_pocketDim
|
||||||
{
|
{
|
||||||
public static final String version = "1.6.4-R2.2.3";
|
public static final String version = "1.6.4-R2.2.4";
|
||||||
public static final String modid = "dimdoors";
|
public static final String modid = "dimdoors";
|
||||||
|
|
||||||
//TODO need a place to stick all these constants
|
//TODO need a place to stick all these constants
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"modid": "dimdoors",
|
"modid": "dimdoors",
|
||||||
"name": "Dimensional Doors",
|
"name": "Dimensional Doors",
|
||||||
"description": "Bend and twist reality itself, creating pocket dimensions, rifts, and much more",
|
"description": "Bend and twist reality itself, creating pocket dimensions, rifts, and much more",
|
||||||
"version": "1.6.4-R2.2.3",
|
"version": "1.6.4-R2.2.4",
|
||||||
"credits": "Created by StevenRS11, Coded by StevenRS11 and SenseiKiwi, Logo and Testing by Jaitsu",
|
"credits": "Created by StevenRS11, Coded by StevenRS11 and SenseiKiwi, Logo and Testing by Jaitsu",
|
||||||
"logoFile": "/dimdoors_logo.png",
|
"logoFile": "/dimdoors_logo.png",
|
||||||
"mcversion": "",
|
"mcversion": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user