1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-14 03:40:21 +02:00

Replace LIGHT_MAX with default.LIGHT_MAX

This commit is contained in:
Craig Davison
2015-08-01 14:08:48 +01:00
committed by Vanessa Ezekowitz
parent ade26437ee
commit ed3aa1e88a
3 changed files with 17 additions and 17 deletions

View File

@ -94,7 +94,7 @@ homedecor.register("television", {
}
}
},
light_source = LIGHT_MAX - 1,
light_source = default.LIGHT_MAX - 1,
groups = { snappy = 3 },
sounds = default.node_sound_wood_defaults(),
})