Slightly increase brightness of lava in a bottle
This commit is contained in:
parent
476b08c7fe
commit
82fc0e54b3
2
init.lua
2
init.lua
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user