mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Particles: Do not add digging particles for airlike nodes (#6392)
This commit is contained in:
parent
e3093cbe85
commit
1105a14bcc
3 changed files with 9 additions and 10 deletions
|
@ -185,9 +185,6 @@ public:
|
|||
void addDiggingParticles(IGameDef *gamedef, LocalPlayer *player, v3s16 pos,
|
||||
const MapNode &n, const ContentFeatures &f);
|
||||
|
||||
void addPunchingParticles(IGameDef *gamedef, LocalPlayer *player, v3s16 pos,
|
||||
const MapNode &n, const ContentFeatures &f);
|
||||
|
||||
void addNodeParticle(IGameDef *gamedef, LocalPlayer *player, v3s16 pos,
|
||||
const MapNode &n, const ContentFeatures &f);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue