1
0
mirror of https://github.com/adrido/darkage.git synced 2025-01-09 17:30:19 +01:00
This commit is contained in:
MasterGollum 2012-10-18 02:17:15 +02:00
parent 62e765feee
commit 7dac67fd7b

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