NaturesAura/src/main/java/de/ellpeck/naturesaura/potion/ModPotions.java

11 lines
217 B
Java
Raw Normal View History

2018-11-29 17:58:47 +01:00
package de.ellpeck.naturesaura.potion;
2021-12-08 00:31:29 +01:00
import net.minecraft.world.effect.MobEffect;
2018-11-29 17:58:47 +01:00
2023-02-15 23:45:50 +01:00
@SuppressWarnings("NonConstantFieldWithUpperCaseName")
2018-11-29 17:58:47 +01:00
public final class ModPotions {
2021-12-08 00:31:29 +01:00
public static MobEffect BREATHLESS;
2018-11-29 17:58:47 +01:00
}