Fix incorrect id

This commit is contained in:
Sollace 2024-10-09 18:54:46 +01:00
parent 0484bdc5e2
commit 0785ae0d3d
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -10,7 +10,7 @@ import net.minecraft.registry.Registry;
public interface UEnchantmentEffects {
static void bootstrap() {
register("group_based_attribute", GroupBasedAttributeEnchantmentEffect.CODEC);
register("poisoned_joke_sound", AmbientSoundsEnchantmentEffect.CODEC);
register("ambient_sounds", AmbientSoundsEnchantmentEffect.CODEC);
register("danger_sensor", DangerSensingEnchantmentEffect.CODEC);
register("particle_trail", ParticleTrailEnchantmentEntityEffect.CODEC);
}