mirror of
https://github.com/adrido/darkage.git
synced 2025-01-09 09:20:19 +01:00
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",
|
||||
tiles = {"darkage_chalk.png"},
|
||||
is_ground_content = true,
|
||||
drop = 'darkage:chalk_pile 2',
|
||||
drop = 'darkage:chalk_powder 2',
|
||||
groups = {crumbly=2,cracky=2},
|
||||
sounds = default.node_sound_stone_defaults()
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user