Skip to content

Commit 25b3e13

Browse files
update to j17 and mc18
1 parent 4800742 commit 25b3e13

4 files changed

Lines changed: 14 additions & 15 deletions

File tree

build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
2-
id 'fabric-loom' version '0.8-SNAPSHOT'
2+
id 'fabric-loom' version '0.10-SNAPSHOT'
33
id 'maven-publish'
44
}
55

6-
sourceCompatibility = JavaVersion.VERSION_16
7-
targetCompatibility = JavaVersion.VERSION_16
6+
sourceCompatibility = JavaVersion.VERSION_17
7+
targetCompatibility = JavaVersion.VERSION_17
88

99
archivesBaseName = project.archives_base_name
1010
version = project.mod_version
@@ -22,8 +22,8 @@ repositories {
2222
}
2323

2424
dependencies {
25-
implementation "com.github.wearblackallday:JavaUtils:1b369d41cd"
26-
include"com.github.wearblackallday:JavaUtils:1b369d41cd"
25+
implementation "com.github.wearblackallday:JavaUtils:bd58640372"
26+
include"com.github.wearblackallday:JavaUtils:bd58640372"
2727

2828
// To change the versions see the gradle.properties file
2929
minecraft "com.mojang:minecraft:${project.minecraft_version}"
@@ -33,7 +33,6 @@ dependencies {
3333
// Fabric API. This is technically optional, but you probably want it anyway.
3434
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
3535
modImplementation"net.fabricmc.fabric-api:fabric-game-rule-api-v1:${project.fabric_game_rule_v1_version}"
36-
3736
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
3837
// You may need to force-disable transitiveness on them.
3938
}

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# check these on https://modmuss50.me/fabric.html
5-
minecraft_version=1.17
6-
yarn_mappings=1.17+build.5
7-
loader_version=0.11.3
5+
minecraft_version=1.18
6+
yarn_mappings=1.18+build.1
7+
loader_version=0.12.8
88
# Mod Properties
9-
mod_version=1.2.4
9+
mod_version=1.2.5
1010
maven_group=wearblackallday
1111
archives_base_name=DimThread
1212
# Dependencies
1313
# check this on https://modmuss50.me/fabric.html
14-
#fabric_version=0.34.9+1.17
15-
fabric_game_rule_v1_version=1.0.6+a02b4463d5
14+
#fabric_version=0.44.0+1.18
15+
fabric_game_rule_v1_version=1.0.9+e77d3ea6cb
1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"accessWidener": "dimthread.accesswidener",
1919
"depends": {
20-
"fabricloader": ">=0.9.3+build.207",
21-
"minecraft": ">=1.16"
20+
"fabricloader": ">=0.12.8",
21+
"minecraft": ">=1.18"
2222
}
2323
}

0 commit comments

Comments
 (0)