4 lines
91 B
Lua
4 lines
91 B
Lua
minetest.override_item("default:mossycobble", {
|
|
paramtype = "light",
|
|
light_source = 4,
|
|
}) |