add achillobator (untweaked)

This commit is contained in:
2026-06-01 00:24:06 -04:00
parent fe2dc22d33
commit d0e90b6029
49 changed files with 6580 additions and 11 deletions
@@ -351,6 +351,11 @@ public class ModSounds {
public static final Supplier<SoundEvent> ZHENYUANOPTERUS_HURT = registerSoundEvent("zhenyuanopterus_hurt");
public static final Supplier<SoundEvent> ZHENYUANOPTERUS_DEATH = registerSoundEvent("zhenyuanopterus_death");
public static final Supplier<SoundEvent> ACHILLOBATOR_CALL = registerSoundEvent("achillobator_call");
public static final Supplier<SoundEvent> ACHILLOBATOR_ATTACK = registerSoundEvent("achillobator_attack");
public static final Supplier<SoundEvent> ACHILLOBATOR_HURT = registerSoundEvent("achillobator_hurt");
public static final Supplier<SoundEvent> ACHILLOBATOR_DEATH = registerSoundEvent("achillobator_death");
private static Supplier<SoundEvent> registerSoundEvent(String name) {
ResourceLocation id = Constants.rl(name);