
Any help is appreciated.

--Tiki_torch by Tedypig
minetest.register_node("tiki_torch:tiki_torch", {
description = "Tiki Torch",
drawtype = "torchlike",
{"tiki_torch.png", "tiki_torch.png", "tiki_torch.png"},
inventory_image = "tiki_torch.png",
wield_image = "tiki_torch.png",
paramtype =
"light",
sunlight_propagates = true,
walkable = false,
light_source =
LIGHT_MAX-1,
},
groups = {choppy=2,dig_immediate=3,flammable=1,attached_node=1},
legacy_wallmounted = false,
})
minetest.register_craft({
output = 'tiki_torch:tiki_torch',
recipe = {
{'', 'default:torch', ''},
{'', 'default:stick', ''},
{'', 'default:stick', ''},
}
})
Casimir wrote:Use a good code editing program instead of a texteditor. Then just do the mod again.
--Tiki_torch by Tedypig
minetest.register_node("tiki_torch:tiki_torch", {
description = "Tiki Torch",
drawtype = "torchlike",
tiles={"tiki_torch.png", "tiki_torch.png", "tiki_torch.png"},
inventory_image = "tiki_torch.png",
wield_image = "tiki_torch.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,
light_source = LIGHT_MAX-1,
groups = {choppy=2,dig_immediate=3,flammable=1,attached_node=1},
legacy_wallmounted = false,
})
minetest.register_craft({
output = 'tiki_torch:tiki_torch',
recipe = {
{'', 'default:torch', ''},
{'', 'default:stick', ''},
{'', 'default:stick', ''},
}
})
Tedypig wrote:Thank you Blockmen. It was really just blank spaces? I don't know proper structure yet, but I guess that will come with experience right? Lol. Thanks again.
Tedypig wrote:How do I make part of a texture transparent in gimp?
Users browsing this forum: No registered users and 4 guests