minetest / minetest_game

Minetest Game - A lightweight and well-maintained base for modding [https://github.com/minetest/minetest/]
http://minetest.net/
Other
1.41k stars 568 forks source link

Secure TNT #3100

Closed acmgit closed 4 months ago

acmgit commented 4 months ago

Enables a new option. TNT is only working below a given height.

# The height below tnt can explode.
tnt_work_below_height (Under tnt explodes) int 31000
appgurueu commented 4 months ago

Sorry, but I think this feature is too oddly specific to warrant inclusion in Minetest Game, especially as we are in a feature freeze. Consider overriding minetest.is_protected or tnt.boom or similar instead.