com.magistuarmory.effects.ModEffects Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of 1.20.2-epic-knights-common Show documentation
Show all versions of 1.20.2-epic-knights-common Show documentation
mod that adds medieval stuff to the game
package com.magistuarmory.effects;
import com.magistuarmory.EpicKnights;
import dev.architectury.registry.registries.DeferredRegister;
import dev.architectury.registry.registries.RegistrySupplier;
import net.minecraft.class_1291;
import net.minecraft.class_7924;
public class ModEffects
{
public static final DeferredRegister EFFECTS = DeferredRegister.create(EpicKnights.ID, class_7924.field_41208);
public static final RegistrySupplier LACERATION = EFFECTS.register("laceration", () -> LacerationEffect.INSTANCE);
public static void init()
{
EFFECTS.register();
}
}