Skip to content

Commit 47e466f

Browse files
committed
add 1.21.4
Signed-off-by: Aaron Lowe <cyberflameu@gmail.com>
1 parent b7031d9 commit 47e466f

File tree

6 files changed

+14
-34
lines changed

6 files changed

+14
-34
lines changed

.idea/compiler.xml

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/cyberflame.IdeaProjects.viewmodel-changer.main.iml

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/cyberflame.IdeaProjects.viewmodel-changer.test.iml

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Minecraft_Server.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
org.gradle.jvmargs=-Xmx4G
44
# Fabric Properties
55
# check these on https://modmuss50.me/fabric.html
6-
minecraft_version=1.21.1
7-
yarn_mappings=1.21.1+build.3
8-
loader_version=0.16.7
6+
minecraft_version=1.21.4
7+
yarn_mappings=1.21.4+build.8
8+
loader_version=0.16.10
99
# Mod Properties
10-
mod_version=1.10.3
10+
mod_version=1.10.4
1111
maven_group=net.cyberflame
1212
archives_base_name=viewmodel
1313
# Dependencies
1414
# check this on https://modmuss50.me/fabric.html
15-
fabric_version=0.105.0+1.21.1
15+
fabric_version=0.118.0+1.21.4

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"depends": {
2626
"fabricloader": ">=0.15.1",
27-
"minecraft": "~1.21.1",
27+
"minecraft": "~1.21.4",
2828
"java": ">=21",
2929
"fabric-api": "*",
3030
"fabric-key-binding-api-v1": "*"

0 commit comments

Comments
 (0)