1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

Remove weird constants in default

This commit is contained in:
PilzAdam
2014-12-07 15:17:09 +01:00
committed by Novatux
parent 2c0f716a13
commit c654c9fd11
6 changed files with 28 additions and 20 deletions

View File

@ -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},