This commit is contained in:
MasterGollum 2012-10-18 02:17:15 +02:00
parent 62e765feee
commit 7dac67fd7b
1 changed files with 1 additions and 1 deletions

View File

@ -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()
})