Fixed Version in mod_pocketDim
Forgot to change the placeholder in mod_pocketDim
This commit is contained in:
@@ -97,7 +97,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 = "$version";
|
public static final String version = "@VERSION@";
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user