Skip to content

Commit

Permalink
Dump forge playtest to the forge run/mods directory when it builds
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Jul 7, 2024
1 parent a01ffae commit 86320f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playtest-forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ minecraft {

sourceSets.main.resources.srcDir 'src/generated/resources'

jar {
destinationDirectory.set(project(":forge").file("run/mods"))
}

processResources {
from project(":playtest-common").sourceSets.main.resources
def buildProps = project.properties.clone()
Expand Down

0 comments on commit 86320f3

Please sign in to comment.