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

11 lines
193 B
Java
Raw Normal View History

2018-11-29 17:58:47 +01:00
package de.ellpeck.naturesaura.potion;
2019-10-20 22:30:49 +02:00
import net.minecraft.potion.Effect;
2018-11-29 17:58:47 +01:00
2020-01-21 23:02:39 +01:00
@SuppressWarnings("FieldNamingConvention")
2018-11-29 17:58:47 +01:00
public final class ModPotions {
2020-01-21 23:02:39 +01:00
public static Effect BREATHLESS;
2018-11-29 17:58:47 +01:00
}