Add minerals to clouds.

This commit is contained in:
Duane 2016-06-12 00:47:07 -05:00
parent 03f29b1cd8
commit dc05865839
4 changed files with 24 additions and 3 deletions

View file

@ -384,7 +384,7 @@ minetest.register_craftitem("fun_caves:meteoritic_iron_crucible", {
drawtype = "plantlike",
paramtype = "light",
tiles = {"fun_caves_crucible.png"},
inventory_image = "crucible.png",
inventory_image = "fun_caves_crucible.png",
groups = {dig_immediate = 3},
sounds = default.node_sound_stone_defaults(),
})