Mazes #117

Merged
StevenRS11 merged 101 commits from mazes into DevBranch 2013-12-29 07:03:48 +00:00
Showing only changes of commit 2355c92102 - Show all commits

View File

@@ -15,12 +15,12 @@ apply plugin: 'forge'
version = "2.1.1RC1" version = "2.2.1RC1"
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 = "dimdoors" archivesBaseName = "dimdoors"
minecraft { minecraft {
version = "1.6.4-9.11.1.964" version = "1.6.4-9.11.1.965"
} }
targetCompatibility = '1.6' targetCompatibility = '1.6'