mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Dust glows
For improved visibility
This commit is contained in:
parent
fdc38134c7
commit
fef4fa2d79
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ minetest.register_node("moontest:stone", {
|
||||||
minetest.register_node("moontest:dust", {
|
minetest.register_node("moontest:dust", {
|
||||||
description = "Moon Dust",
|
description = "Moon Dust",
|
||||||
tiles = {"moontest_dust.png"},
|
tiles = {"moontest_dust.png"},
|
||||||
|
paramtype = "light",
|
||||||
|
light_source = 4,
|
||||||
groups = {crumbly=3, falling_node=1},
|
groups = {crumbly=3, falling_node=1},
|
||||||
sounds = default.node_sound_sand_defaults({
|
sounds = default.node_sound_sand_defaults({
|
||||||
footstep = {name="default_sand_footstep", gain=0.1},
|
footstep = {name="default_sand_footstep", gain=0.1},
|
||||||
|
|
Loading…
Add table
Reference in a new issue