Skip to content

Commit f1ad287

Browse files
authored
Update mod to Minecraft 1.20.4 (#66)
1 parent 4e40a52 commit f1ad287

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525

2626
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
2727

28-
modImplementation include('xyz.nucleoid:stimuli:0.4.9+1.20.2')
28+
modImplementation include('xyz.nucleoid:stimuli:0.4.10+1.20.4')
2929

3030
modCompileOnly "dev.gegy:player-roles-api:1.6.7"
3131
modCompileOnly "me.lucko:fabric-permissions-api:0.2-SNAPSHOT"

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Done to increase the memory available to gradle.
22
org.gradle.jvmargs=-Xmx1G
33

4-
minecraft_version=1.20.2
5-
yarn_mappings=1.20.2+build.1
6-
loader_version=0.14.22
4+
minecraft_version=1.20.4
5+
yarn_mappings=1.20.4+build.3
6+
loader_version=0.15.2
77

88
#Dependencies
9-
fabric_version=0.89.0+1.20.2
9+
fabric_version=0.91.2+1.20.4
1010

1111
# Mod Properties
1212
mod_version=0.3.7

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"depends": {
1515
"fabricloader": ">=0.12",
1616
"fabric": "*",
17-
"minecraft": ">=1.20-",
17+
"minecraft": ">=1.20.3-",
1818
"stimuli": ">=0.4.3",
1919
"java": ">=17"
2020
}

0 commit comments

Comments
 (0)