Skip to content

Commit

Permalink
Update bone forge texture, add gradle config to copy newest build to …
Browse files Browse the repository at this point in the history
…syncthing dir
  • Loading branch information
Badtz committed Oct 16, 2023
1 parent 1aa0e49 commit 4f94456
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
}
}

task copyTask(type: Copy) {
from 'build/libs'
include 'bone-1.0.0.jar'
into '/home/badtz/.config/gdlauncher_next/instances/bone modpack/mods'
}

if (System.getProperty('user.name').equals('badtz')) {
build.finalizedBy copyTask
}

java {
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
// if it is present.
Expand Down
Binary file modified src/main/resources/assets/bone/textures/block/bone_forge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f94456

Please sign in to comment.