Slightly increase brightness of lava in a bottle

master
LoneWolfHT 2019-08-28 17:05:46 -07:00
parent 476b08c7fe
commit 82fc0e54b3
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ minetest.register_node("lavastuff:lava_in_a_bottle", {
inventory_image = "lavastuff_lava_in_a_bottle.png^[verticalframe:2:0",
wield_image = "lavastuff_lava_in_a_bottle.png^[verticalframe:2:0",
paramtype = "light",
light_source = 8,
light_source = 9,
is_ground_content = false,
walkable = false,
selection_box = {