Skip to content

Commit

Permalink
Fix remaining injected interface (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
OroArmor authored Aug 23, 2024
1 parent 85b2cfd commit 98790eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build-logic/src/main/java/qsl/internal/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public final class Versions {
* The QSL version
*/
// Note: Make sure this matches QFAPI's gradle.properties entry for qsl_version
public static final String QSL_VERSION = "10.0.0-alpha.2";
public static final String QSL_VERSION = "10.0.0-alpha.3";

/**
* The target Minecraft version.
Expand Down
4 changes: 0 additions & 4 deletions library/rendering/entity_rendering/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ qslModule {
}
}
clientOnly()

injectedInterface("net/minecraft/class_1741") {
values = ["org/quiltmc/qsl/rendering/entity/api/client/QuiltArmorMaterialExtensions"]
}
}

0 comments on commit 98790eb

Please sign in to comment.