Custom cape fix for b84
-
So I make the steps in this post but I have an error, this one:
-
I assume the CustomCape module is an
Object
type. If it is then simply replace thecustomCape
variable with this:CustomCape customCape = CustomCape.INSTANCE;
-
@mems Should I make the CustomCape module in Java or Kotlin?
-
The modules should preferably be in Kotlin.