Closed haykam821 closed 2 years ago
don't care
@Mixin(value = ParasiteRenderMode.class, remap = false)
public class ParasiteRenderModeMixin implements Translatable {
@Shadow
@Final
private String key;
@Override
public String getKey() {
return this.key;
}
}
shouldn't loom be the one to strip it??
I don't understand why you want to implement Translatable on a server only jar, it should be only used on the client config gui
When setting
serverOnlyMinecraftJar()
with Loom 0.11+, classes implementingTranslatable
fail to compile: