Fixes #1271: Added missing pack.mcmeta

Was missing in the resource management of the build script to be handled
This commit is contained in:
thatsIch 2015-04-13 12:25:54 +02:00
parent 817163dbf6
commit 800c30e91c

View file

@ -112,5 +112,6 @@ processResources {
from(sourceSets.main.resources.srcDirs) {
include 'mcmod.info'
expand 'version': project.version, 'mcversion': config.minecraft_version
include 'pack.mcmeta'
}
}