Skip to content

Commit

Permalink
Update mod to Minecraft 1.20.4 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 authored Feb 11, 2024
1 parent 0a13ffd commit b7c4a89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ dependencies {

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

modImplementation include('eu.pb4:polymer-core:0.6.0+1.20.2')
modImplementation include('xyz.nucleoid:server-translations-api:2.1.0+1.20.2-rc2')
modImplementation include('xyz.nucleoid:fantasy:0.4.11+1.20-rc1')
modImplementation include('eu.pb4:polymer-core:0.7.1+1.20.4')
modImplementation include('xyz.nucleoid:server-translations-api:2.2.0+1.20.3-rc1')
modImplementation include('xyz.nucleoid:fantasy:0.5.0+1.20.4')
modImplementation(include('me.lucko:fabric-permissions-api:0.2-SNAPSHOT'))

modImplementation include('xyz.nucleoid:map-templates:0.1.8+1.20')
modImplementation include('xyz.nucleoid:map-templates:0.1.9+1.20.4')
}

processResources {
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.1
loader_version=0.15.1

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

# Mod Properties
mod_version=0.2.2
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 @@ -15,7 +15,7 @@
"depends": {
"fabricloader": ">=0.9.1",
"fabric": "*",
"minecraft": ">=1.19.4-",
"minecraft": ">=1.20.3-",
"java": ">=17"
}
}

0 comments on commit b7c4a89

Please sign in to comment.