Tweak behavior of tnt:boom

This commit is contained in:
Wuzzy 2020-04-18 19:39:28 +02:00
parent 06cbcbbf7a
commit e0f9cc9cef
1 changed files with 5 additions and 0 deletions

View File

@ -162,7 +162,12 @@ minetest.register_node("tnt:tnt_burning", {
minetest.register_node("tnt:boom", {
drawtype = "plantlike",
tiles = {"tnt_boom.png"},
inventory_image = "tnt_boom.png",
wield_image = "tnt_boom.png",
pointable = false,
buildable_to = true,
light_source = minetest.LIGHT_MAX,
paramtype = "light",
walkable = false,
drop = "",
groups = {dig_immediate=3},