mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +01:00
Fix incorrect id
This commit is contained in:
parent
0484bdc5e2
commit
0785ae0d3d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue