Place base battery schematics with full charge / Exclude fallback sprites from assetsJar
This commit is contained in:
@@ -309,7 +309,7 @@ project(":core"){
|
||||
task assetsJar(type: Jar, dependsOn: ":tools:pack"){
|
||||
archiveClassifier = 'assets'
|
||||
from files("assets"){
|
||||
exclude "config", "cache", "music", "sounds"
|
||||
exclude "config", "cache", "music", "sounds", "sprites/fallback"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user