package de.ellpeck.naturesaura.potion; import net.minecraft.potion.Effect; public final class ModPotions { public static final Effect BREATHLESS = new PotionBreathless().setIconIndex(0, 0); }