No compile warnings
This commit is contained in:
parent
0b240123e2
commit
3202e7c387
@ -9,7 +9,7 @@ import org.spongepowered.asm.mixin.Shadow;
|
|||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
|
||||||
@Mixin(PotionEffectType.class)
|
@Mixin(value = PotionEffectType.class, remap = false)
|
||||||
public class PotionEffectTypeMixin {
|
public class PotionEffectTypeMixin {
|
||||||
|
|
||||||
@Shadow @Final private static PotionEffectType[] byId;
|
@Shadow @Final private static PotionEffectType[] byId;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user