Skip to content

Commit

Permalink
revert to 1.21.1 (#170)
Browse files Browse the repository at this point in the history
* revert commit 1

Signed-off-by: CyberFlame <cyberflameu@gmail.com>

* half-revert

Signed-off-by: CyberFlame <cyberflameu@gmail.com>

---------

Signed-off-by: CyberFlame <cyberflameu@gmail.com>
  • Loading branch information
CyberFlameGO authored Sep 28, 2024
1 parent 61fac4d commit 35cd7e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ org.gradle.jvmargs=-Xmx4G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.1
yarn_mappings=1.21+build.9
yarn_mappings=1.21.1+build.3
loader_version=0.16.5
# Mod Properties
mod_version=1.10.2
maven_group=net.cyberflame
archives_base_name=viewmodel
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.102.0+1.21
fabric_version=0.105.0+1.21.1
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"depends": {
"fabricloader": ">=0.15.1",
"minecraft": "~1.21",
"minecraft": "~1.21.1",
"java": ">=21",
"fabric-api": "*"
}
Expand Down

0 comments on commit 35cd7e8

Please sign in to comment.