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

10 lines
200 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
public final class ModPotions {
2019-10-20 22:30:49 +02:00
public static final Effect BREATHLESS = new PotionBreathless().setIconIndex(0, 0);
2018-11-29 17:58:47 +01:00
}