Merge remote-tracking branch 'upstream/1.6.2-code' into 1.6-fixes
This commit is contained in:
@@ -23,8 +23,8 @@ minecraft {
|
|||||||
version = "1.6.4-9.11.1.964"
|
version = "1.6.4-9.11.1.964"
|
||||||
}
|
}
|
||||||
|
|
||||||
targetCompatibility = '1.7'
|
targetCompatibility = '1.6'
|
||||||
sourceCompatibility = '1.7'
|
sourceCompatibility = '1.6'
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -94,7 +94,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 = "2.2.0";
|
public static final String version = "$VERSION$";
|
||||||
public static final String modid = "dimdoors";
|
public static final String modid = "dimdoors";
|
||||||
|
|
||||||
//need to clean up
|
//need to clean up
|
||||||
|
|||||||
Reference in New Issue
Block a user