Update #22 - Singleplayer and shared worlds, shader fixes

This commit is contained in:
lax1dude
2023-12-12 01:22:54 -08:00
parent e3d6256493
commit 3f00d402fa
2350 changed files with 45241 additions and 7798 deletions

View File

@ -2,9 +2,6 @@
apply plugin: 'java'
apply plugin: 'eclipse'
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceSets {
main {
java {
@ -18,7 +15,6 @@ repositories {
}
dependencies {
/** we use 0.6.1 due to performance issues on 7.0.0 */
implementation 'org.teavm:teavm-cli:0.6.1'
implementation 'org.teavm:teavm-tooling:0.6.1'
implementation 'org.teavm:teavm-cli:0.9.2'
implementation 'org.teavm:teavm-tooling:0.9.2'
}