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