Before anyone asks, yes, my sounds.json is in the assets folder, not the sounds folder, and yes, my sounds folder is called sounds.
I've been stumped on this issue for almost a week now, it makes absolutely no sense because I've copied code from vanilla, other people's mods, and it still doesn't work and gives me this:
[14:22:09] [Client thread/WARN]: Unable to play empty soundEvent: trumpmob:entity.trump.death
The code I am current using is this:
@Override
protected SoundEvent getDeathSound()
{
return new SoundEvent(new ResourceLocation(TrumpMobMod.MODID + ":" + "entity.trump.death"));
}
Please help me.