Skip to content

Commit

Permalink
View model 0.4 for 1.20.2 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 ac1d5ac commit 7a1cce8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.6-0.0.5-BETA.jar")
compileOnly files("libs/ImproperUI-1.20.2-0.0.5-BETA.jar")
}

processResources {
Expand All @@ -43,7 +43,7 @@ processResources {
}
}

def targetJavaVersion = 21
def targetJavaVersion = 17
tasks.withType(JavaCompile).configureEach {
// ensure that the encoding is set to UTF-8, no matter what the system default is
// this fixes some edge cases with special characters not displaying correctly
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.6
yarn_mappings=1.20.6+build.1
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.15.11

# Mod Properties
mod_version = 4.0-1.20.6-fabric
mod_version = 4.0-1.20.2-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.98.0+1.20.6
fabric_version=0.91.6+1.20.2
Binary file not shown.

0 comments on commit 7a1cce8

Please sign in to comment.