1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

restore mobs:boom order

This commit is contained in:
tenplus1
2024-11-22 08:11:25 +00:00
parent ca76558edd
commit e17ea86bf5
2 changed files with 4 additions and 4 deletions

View File

@ -619,7 +619,7 @@ Explosion Function
mobs:explosion(pos, radius) -- DEPRECATED!!! use mobs:boom() instead
mobs:boom(self, pos, entity_radius, damage_radius, texture)
mobs:boom(self, pos, damage_radius, entity_radius, texture)
'self' mob entity
'pos' centre position of explosion
'damage_radius' radius of node damage (typically 3)