mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-12-26 18:30:19 +01:00
Fixed Lightstone Drop
This commit is contained in:
parent
0d0271280f
commit
e880d814dd
@ -9,7 +9,7 @@ function mesecon:lightstone_add(name, base_item, texture_off, texture_on)
|
|||||||
tile_images = {texture_on},
|
tile_images = {texture_on},
|
||||||
inventory_image = minetest.inventorycube(texture_on),
|
inventory_image = minetest.inventorycube(texture_on),
|
||||||
material = minetest.digprop_stonelike(0.5),
|
material = minetest.digprop_stonelike(0.5),
|
||||||
dug_item = "node jeija:lightstone_" .. name .. "_off 1",
|
drop = "jeija:lightstone_" .. name .. "_off 1",
|
||||||
light_source = LIGHT_MAX-2,
|
light_source = LIGHT_MAX-2,
|
||||||
description=name.." Lightstone",
|
description=name.." Lightstone",
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user