这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1.18.2 COMPATIBILITY (THIS IS A FORK)
Hey everyone, this is my fork of viewmodel-changer with 1.18.2 compatibility. Please create any issues you deem relevant for me to resolve in this repository, or check out other ways to contact me on my GitHub profile! You can download the mod from [here](https://github.com/CyberFlameGO/viewmodel-changer/releases/latest) \(you just need to click on the `viewmodel-*.x.jar` \(it'll have a version, which is 1.2 at the time of posting\) file under the `Assets` subheading\).
# viewmodel-changer ported to later versions (THIS IS A FORK)
Hey everyone, this is my fork of viewmodel-changer with compatibility for various later versions of Minecraft - you can see the versions this mod has been updated for on the [Releases page](https://github.com/CyberFlameGO/viewmodel-changer/releases). Please create any issues you deem relevant for me to resolve in this repository, or check out other ways to contact me on my GitHub profile! You can download the mod from [here](https://github.com/CyberFlameGO/viewmodel-changer/releases/latest) \(you just need to click on the `viewmodel-*.x.jar` \(it'll have a version, which is 1.2 at the time of posting\) file under the `Assets` subheading\).
**Read on for the original README content for mod instructions, among other things.**

> ## viewmodel-changer
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'fabric-loom' version '1.0.17'
id 'maven-publish'
}

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.2
loader_version=0.14.9
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.5
loader_version=0.14.12
# Mod Properties
mod_version=1.3
mod_version=1.4
maven_group=me.ethius
archives_base_name=viewmodel
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.61.0+1.19.2
fabric_version=0.72.0+1.19.3
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"viewmodel.mixins.json"
],
"depends": {
"fabricloader": ">=0.13.3",
"fabricloader": ">=0.14.10",
"fabric": "*",
"minecraft": "1.19.x"
"minecraft": "~1.19.3"
}
}