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.19.2-epic-knights-common Show documentation
Show all versions of 1.19.2-epic-knights-common Show documentation
mod that adds medieval stuff to the game
The newest version!
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_2378;
public class ModEffects
{
public static final DeferredRegister EFFECTS = DeferredRegister.create(EpicKnights.ID, class_2378.field_25104);
public static final RegistrySupplier LACERATION = EFFECTS.register("laceration", () -> LacerationEffect.INSTANCE);
public static void init()
{
EFFECTS.register();
}
}