Skip to content

Commit

Permalink
Update mod to Minecraft 1.20.4 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 authored Dec 16, 2023
1 parent 4e40a52 commit f1ad287
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {

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

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

modCompileOnly "dev.gegy:player-roles-api:1.6.7"
modCompileOnly "me.lucko:fabric-permissions-api:0.2-SNAPSHOT"
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.2

#Dependencies
fabric_version=0.89.0+1.20.2
fabric_version=0.91.2+1.20.4

# Mod Properties
mod_version=0.3.7
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"depends": {
"fabricloader": ">=0.12",
"fabric": "*",
"minecraft": ">=1.20-",
"minecraft": ">=1.20.3-",
"stimuli": ">=0.4.3",
"java": ">=17"
}
Expand Down

0 comments on commit f1ad287

Please sign in to comment.