File tree Expand file tree Collapse file tree
src/main/java/net/camotoy/bedrockskinutility/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1G
55minecraft_version =1.18
66loader_version =0.12.6
77# Mod Properties
8- mod_version =1.2
8+ mod_version =1.2.1
99maven_group =net.camotoy
1010archives_base_name =BedrockSkinUtility
1111# Dependencies
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public String getRefMapperConfig() {
2323
2424 @ Override
2525 public boolean shouldApplyMixin (String targetClassName , String mixinClassName ) {
26- if (mixinClassName .equals ("com.github .camotoy.bedrockskinutility.client.mixin.CapeFeatureRendererMixin" )) {
26+ if (mixinClassName .equals ("net .camotoy.bedrockskinutility.client.mixin.CapeFeatureRendererMixin" )) {
2727 boolean capes = FabricLoader .getInstance ().getModContainer ("capes" ).isPresent ();
2828 if (capes ) {
2929 // the Capes mod has a Mixin that just sets all capes to transparent, so we don't need this Mixin
You can’t perform that action at this time.
0 commit comments