Skip to content

Commit

Permalink
View model 0.4 for 1.20 Minecraft version
Browse files Browse the repository at this point in the history
  • Loading branch information
I-No-oNe committed May 23, 2024
1 parent 7a1cce8 commit 633877d
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 @@ -27,7 +27,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

compileOnly files("libs/ImproperUI-1.20.2-0.0.5-BETA.jar")
compileOnly files("libs/ImproperUI-1.20-0.0.5-BETA.jar")
}

processResources {
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.15.11

# Mod Properties
mod_version = 4.0-1.20.2-fabric
mod_version = 4.0-1.20-fabric
maven_group=net.i_no_am.view_model
archives_base_name=view-model

# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.91.6+1.20.2
fabric_version=0.83.0+1.20
Binary file not shown.

0 comments on commit 633877d

Please sign in to comment.