添加咒火弹贴图
This commit is contained in:
parent
6aba0b4f15
commit
8ba4ebd115
3 changed files with 7 additions and 1 deletions
|
@ -264,7 +264,7 @@ public class Mle1934Entity extends PathfinderMob implements GeoEntity {
|
|||
|
||||
if (player instanceof ServerPlayer serverPlayer) {
|
||||
SoundTool.playLocalSound(serverPlayer, ModSounds.MK_42_FIRE_1P.get(), 2, 1);
|
||||
ModUtils.queueServerWork(40, () -> {
|
||||
ModUtils.queueServerWork(44, () -> {
|
||||
SoundTool.playLocalSound(serverPlayer, ModSounds.MK_42_RELOAD.get(), 2, 1);
|
||||
});
|
||||
serverPlayer.level().playSound(null, serverPlayer.getOnPos(), ModSounds.MK_42_FIRE_3P.get(), SoundSource.PLAYERS, 6, 1);
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "superbwarfare:item/perk/curse_flame_bullet"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Reference in a new issue