Skip to content

Tags: pcu71/minetest_game

Tags

0.4.17.2

Toggle 0.4.17.2's commit message
Prevent divide by zero (luanti-org#2106)

This forces all explosions to damage entities within the 1 node
range. If that needs to be disabled, the damage_radius needs to
be set to 0.

0.4.17.1

Toggle 0.4.17.1's commit message
Prevent divide by zero (luanti-org#2106)

This forces all explosions to damage entities within the 1 node
range. If that needs to be disabled, the damage_radius needs to
be set to 0.

0.4.16

Toggle 0.4.16's commit message
Change "Junglewood" to "Jungle Wood"

0.4.13

Toggle 0.4.13's commit message
Fire: Slow down fire spread and reduce lua load

Increase chance value of ABMs
Disable ignition from a distance
Only detect neighbouring extinguishing nodes
Fix code style issues and add comments