forked from VoxeLibre/VoxeLibre
blackstone: remove soul lantern dupe(mcl_lanterns)
This commit is contained in:
parent
4a0a9ba482
commit
67e026cb12
|
@ -840,47 +840,3 @@ minetest.register_lbm({
|
|||
end
|
||||
end,
|
||||
})
|
||||
|
||||
|
||||
minetest.register_node("mcl_blackstone:soul_lantern", {
|
||||
tiles = {
|
||||
"lantern_top.png",
|
||||
"lantern_bottom.png",
|
||||
"lantern.png",
|
||||
"lantern.png",
|
||||
"lantern.png",
|
||||
"lantern.png",
|
||||
},
|
||||
groups = {pickaxey=3},
|
||||
inventory_image = "lantern.png",
|
||||
light_source = 10,
|
||||
description = S("Soul Lantern"),
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
_mcl_hardness = 1,
|
||||
-- Node box by debiankaios
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.1875, -0.5000, -0.1875, 0.1875, -0.06250, 0.1875},
|
||||
{-0.1250, -0.06250, -0.1250, 0.1250, 0.06250, 0.1250},
|
||||
{-0.06250, 0.1250, -0.006250, 0.06250, 0.1875, 0.006250},
|
||||
{-0.06250, 0.06250, -0.006250, -0.03125, 0.1250, 0.006250},
|
||||
{0.03125, 0.06250, -0.006250, 0.06250, 0.1250, 0.006250},
|
||||
}
|
||||
},
|
||||
stack_max = 64,
|
||||
})
|
||||
|
||||
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shaped",
|
||||
output = "mcl_blackstone:soul_lantern",
|
||||
recipe = {
|
||||
{"mcl_core:iron_nugget", "mcl_core:iron_nugget","mcl_core:iron_nugget"},
|
||||
{"mcl_core:iron_nugget", "mcl_blackstone:soul_torch", "mcl_core:iron_nugget"},
|
||||
{"mcl_core:iron_nugget", "mcl_core:iron_nugget", "mcl_core:iron_nugget"}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue