|
1 | 1 | plugins { |
2 | 2 | id 'java' |
3 | | - id 'fabric-loom' version "1.10.+" |
4 | | - id 'ploceus' version "1.10.+" |
| 3 | + id 'fabric-loom' version "1.11.+" |
| 4 | + id 'ploceus' version "1.11.+" |
5 | 5 | id 'maven-publish' |
6 | 6 | id 'com.modrinth.minotaur' version "2.+" |
7 | 7 | id 'io.freefair.lombok' version "8.12" |
@@ -69,25 +69,9 @@ dependencies { |
69 | 69 | runtimeOnly("org.lwjgl:lwjgl-nanovg:$lwjglVersion:natives-macos") |
70 | 70 | runtimeOnly("org.lwjgl:lwjgl-nanovg:$lwjglVersion:natives-macos-arm64") |
71 | 71 |
|
72 | | - modCompileOnly("io.github.moehreag:legacy-lwjgl3:1.2.3+1.8.9") { |
73 | | - exclude group: 'org.lwjgl', module: 'lwjgl-glfw' |
74 | | - exclude group: 'org.lwjgl', module: 'lwjgl-openal' |
75 | | - exclude group: 'org.lwjgl', module: 'lwjgl-opengl' |
76 | | - exclude group: 'org.lwjgl', module: 'lwjgl' |
77 | | - exclude group: 'net.fabricmc' |
78 | | - } |
79 | | - modRuntimeOnly("io.github.moehreag:legacy-lwjgl3:1.2.3+1.8.9:all-remapped") { |
80 | | - exclude group: 'org.lwjgl', module: 'lwjgl-glfw' |
81 | | - exclude group: 'org.lwjgl', module: 'lwjgl-openal' |
82 | | - exclude group: 'org.lwjgl', module: 'lwjgl-opengl' |
83 | | - exclude group: 'org.lwjgl', module: 'lwjgl' |
84 | | - exclude group: 'net.fabricmc' |
85 | | - } |
86 | | - |
87 | | - modImplementation "com.terraformersmc:modmenu:0.1.1+mc1.8.9" |
| 72 | + modApi("io.github.moehreag:legacy-lwjgl3:$legacy_lwjgl3+${project.minecraft_18}") |
88 | 73 |
|
89 | | - /* I want to use @Expressions :p */ |
90 | | - include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.5.0-rc.2"))) |
| 74 | + modImplementation "com.terraformersmc:modmenu:0.3.1+mc1.8.9" |
91 | 75 | } |
92 | 76 |
|
93 | 77 | processResources { |
|
0 commit comments