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;
import net.minecraft.potion.Potion;
public final class ModPotions {
public static final Potion BREATHLESS = new PotionBreathless().setIconIndex(0, 0);
}