Skip to content

Commit

Permalink
ImproperUI-0.0.4-BETA.jar -> ImproperUI-0.0.5-BETA.jar, also fixed a …
Browse files Browse the repository at this point in the history
…bug with other mods that are using improperui.

 (Mod version 4.0)
  • Loading branch information
I-No-oNe committed May 23, 2024
1 parent 21937f0 commit 6cb42f7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 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-0.0.4-BETA.jar")
compileOnly files("libs/ImproperUI-1.20.6-0.0.5-BETA.jar")
}

processResources {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.15.11

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

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/net/i_no_am/viewmodel/client/Global.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public interface Global {

String modId = "viewmodel";
String[] screens = {
"scripts/screen.ui"
"assets/viewmodel/improperui/screen.ui"
};
}
File renamed without changes.

0 comments on commit 6cb42f7

Please sign in to comment.