More Minecraft-like light levels
This commit is contained in:
parent
bf3af4b0e2
commit
b6c603dc23
7 changed files with 13 additions and 6 deletions
|
@ -18,7 +18,7 @@ minetest.register_node("torches:torch", {
|
|||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
liquids_pointable = false,
|
||||
light_source = 13,
|
||||
light_source = 14,
|
||||
groups = {choppy=2, dig_immediate=3, attached_node=1, torch=1, dig_by_water=1, deco_block=1},
|
||||
drop = "torches:torch",
|
||||
selection_box = {
|
||||
|
@ -77,7 +77,7 @@ minetest.register_node("torches:torch_wall", {
|
|||
paramtype2 = "wallmounted",
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
light_source = 13,
|
||||
light_source = 14,
|
||||
groups = {choppy=2, dig_immediate=3, not_in_creative_inventory=1, attached_node=1, torch=1, dig_by_water=1},
|
||||
drop = "torches:torch",
|
||||
selection_box = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue