Add cloud layers. Add teleporter graphics.
This commit is contained in:
parent
ac2096246e
commit
b5d48307cb
7 changed files with 72 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue