mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-04 20:39:09 +01:00
10 lines
193 B
Java
10 lines
193 B
Java
package de.ellpeck.naturesaura.potion;
|
|
|
|
import net.minecraft.potion.Effect;
|
|
|
|
@SuppressWarnings("FieldNamingConvention")
|
|
public final class ModPotions {
|
|
|
|
public static Effect BREATHLESS;
|
|
|
|
}
|