Remove weird constants in default
This commit is contained in:
parent
2c0f716a13
commit
c654c9fd11
6 changed files with 28 additions and 20 deletions
|
@ -255,7 +255,7 @@ minetest.register_node("tnt:tnt_burning", {
|
|||
minetest.register_node("tnt:boom", {
|
||||
drawtype = "plantlike",
|
||||
tiles = {"tnt_boom.png"},
|
||||
light_source = LIGHT_MAX,
|
||||
light_source = default.LIGHT_MAX,
|
||||
walkable = false,
|
||||
drop = "",
|
||||
groups = {dig_immediate=3},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue