Skip to content

Commit

Permalink
Update mod to Minecraft 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 authored and Patbox committed Dec 5, 2024
1 parent 3be8d2b commit c87c967
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

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

modImplementation 'xyz.nucleoid:plasmid:0.6.0-SNAPSHOT+1.21.3'
modImplementation 'xyz.nucleoid:plasmid:0.6.3-SNAPSHOT+1.21.4'
modImplementation include('xyz.nucleoid:more-codecs:0.3.5+1.21.2')
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.1
loader_version=0.16.9

# Dependencies
fabric_version=0.108.0+1.21.3
fabric_version=0.110.5+1.21.4

# Mod Properties
mod_version=1.0.3
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 @@ -13,7 +13,7 @@
"depends": {
"fabricloader": ">=0.9.1",
"fabric": "*",
"minecraft": ">=1.21.2-",
"minecraft": ">=1.21.4-",
"plasmid": "0.6.x",
"java": ">=21"
}
Expand Down

0 comments on commit c87c967

Please sign in to comment.