mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 10:57:42 +00:00
Replace Random with EaglercraftRandom
This commit is contained in:
16
build.gradle
16
build.gradle
@@ -1,6 +1,5 @@
|
||||
plugins {
|
||||
id "java"
|
||||
id "application"
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
@@ -24,18 +23,3 @@ tasks.withType(JavaCompile) {
|
||||
dependencies {
|
||||
implementation fileTree(dir: './lwjgl-rundir/', include: '*.jar')
|
||||
}
|
||||
|
||||
distributions {
|
||||
main {
|
||||
contents {
|
||||
from file("$projectDir/lwjgl-rundir/resources")
|
||||
into('/')
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = 'net.lax1dude.eaglercraft.MinecraftMain'
|
||||
applicationDefaultJvmArgs = ['-Djava.library.path=lwjgl-rundir']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user