|
1 | 1 | plugins {
|
2 |
| - id 'fabric-loom' version '0.8-SNAPSHOT' |
| 2 | + id 'fabric-loom' version '0.10-SNAPSHOT' |
3 | 3 | id 'maven-publish'
|
4 | 4 | id 'com.matthewprenger.cursegradle' version '1.4.0'
|
5 | 5 | id 'org.ajoberstar.grgit' version '3.1.1'
|
6 | 6 | id 'com.github.breadmoirai.github-release' version '2.2.12'
|
7 | 7 | }
|
8 | 8 |
|
9 |
| -sourceCompatibility = JavaVersion.VERSION_16 |
10 |
| -targetCompatibility = JavaVersion.VERSION_16 |
| 9 | +sourceCompatibility = JavaVersion.VERSION_17 |
| 10 | +targetCompatibility = JavaVersion.VERSION_17 |
11 | 11 | // Adds a few utility methods like getProjectProperty
|
12 | 12 | apply from: 'https://raw.githubusercontent.com/NerdHubMC/Gradle-Scripts/master/scripts/utilities.gradle'
|
13 | 13 | apply from: 'https://raw.githubusercontent.com/NerdHubMC/Gradle-Scripts/master/scripts/fabric/publish/changelog.gradle'
|
@@ -81,24 +81,24 @@ dependencies {
|
81 | 81 | // }
|
82 | 82 |
|
83 | 83 | // Geckolib
|
84 |
| - modImplementation 'software.bernie.geckolib:geckolib-fabric-1.17:3.0.5:dev' |
| 84 | + modImplementation 'software.bernie.geckolib:geckolib-fabric-1.18:3.0.21' |
85 | 85 |
|
86 | 86 | // // cloth config
|
87 | 87 | // modApi("me.shedaniel.cloth:config-2:4.8.2") {
|
88 | 88 | // exclude(group: "net.fabricmc.fabric-api")
|
89 | 89 | // }
|
90 | 90 | // include "me.shedaniel.cloth:config-2:4.8.2"
|
91 | 91 |
|
92 |
| - modImplementation "io.github.ladysnake:requiem-api:${requiem_version}" |
93 |
| - modRuntime "io.github.ladysnake:requiem-core:${requiem_version}" |
94 |
| - modCompileOnly "io.github.ladysnake:requiem:${requiem_version}" |
95 |
| - modRuntime "io.github.ladysnake:requiem:${requiem_version}" |
| 92 | +// modImplementation "io.github.ladysnake:requiem-api:${requiem_version}" |
| 93 | +// modRuntime "io.github.ladysnake:requiem-core:${requiem_version}" |
| 94 | +// modCompileOnly "io.github.ladysnake:requiem:${requiem_version}" |
| 95 | +// modRuntime "io.github.ladysnake:requiem:${requiem_version}" |
96 | 96 |
|
97 | 97 | // Made available when Requiem is present
|
98 |
| - modCompileOnly "io.github.ladysnake:PlayerAbilityLib:${pal_version}" |
99 |
| - modCompileOnly "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:3.+" |
| 98 | +// modCompileOnly "io.github.ladysnake:PlayerAbilityLib:${pal_version}" |
| 99 | +// modCompileOnly "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:3.+" |
100 | 100 |
|
101 |
| - modImplementation "com.github.apace100:origins-fabric:${origins_version}" |
| 101 | +// modImplementation "com.github.apace100:origins-fabric:${origins_version}" |
102 | 102 |
|
103 | 103 | runtimeOnly "me.zeroeightsix:fiber:0.23.0-2"
|
104 | 104 |
|
|
0 commit comments