Add cloud layers. Add teleporter graphics.

This commit is contained in:
Duane 2016-06-11 19:25:54 -05:00
parent ac2096246e
commit b5d48307cb
7 changed files with 72 additions and 2 deletions

View file

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