This allows you to do for example,
Entities.damage(1, -1, 500, getMod("MOD_TARGET_LASER"))
instead of searching for the MOD's ID.
This allows you to do for example,
```lua
Entities.damage(1, -1, 500, getMod("MOD_TARGET_LASER"))
```
instead of searching for the MOD's ID.