Fixed Version in mod_pocketDim
Forgot to change the placeholder in mod_pocketDim
This commit is contained in:
parent
c4abae8fdd
commit
83998969f6
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ serverPacketHandlerSpec =
|
|||
@SidedPacketHandler(channels = {PacketConstants.CHANNEL_NAME}, packetHandler = ServerPacketHandler.class))
|
||||
public class mod_pocketDim
|
||||
{
|
||||
public static final String version = "$version";
|
||||
public static final String version = "@VERSION@";
|
||||
public static final String modid = "dimdoors";
|
||||
|
||||
//TODO need a place to stick all these constants
|
||||
|
|
Loading…
Reference in a new issue