forked from mtcontrib/darkage
Powder
This commit is contained in:
parent
62e765feee
commit
7dac67fd7b
2
init.lua
2
init.lua
@ -36,7 +36,7 @@ minetest.register_node("darkage:chalk", {
|
|||||||
description = "Chalk",
|
description = "Chalk",
|
||||||
tiles = {"darkage_chalk.png"},
|
tiles = {"darkage_chalk.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
drop = 'darkage:chalk_pile 2',
|
drop = 'darkage:chalk_powder 2',
|
||||||
groups = {crumbly=2,cracky=2},
|
groups = {crumbly=2,cracky=2},
|
||||||
sounds = default.node_sound_stone_defaults()
|
sounds = default.node_sound_stone_defaults()
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user