Place base battery schematics with full charge / Exclude fallback sprites from assetsJar

This commit is contained in:
Anuken
2025-02-04 12:18:04 -05:00
parent 9f03050d04
commit fb5945f1e8
2 changed files with 8 additions and 4 deletions

View File

@@ -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"
}
}