now torches are like minecraft ones... but you should change your download mirror... without register when downloading it...
And most people prefer .zip or .tar instead of .rar
The file you have limited access Requested: Publisher only.
tonyka wrote:you have to change the privacy of download ...
4shared gives the following message:The file you have limited access Requested: Publisher only.
babe223 wrote:changed the place ready to download now you can download for free without registering
yves_de_beck wrote:Could you make the models for torches, standing on ground or hang on ceiling too?
babe223 wrote:Well this will be my first mod'm thrilled =,D
before you say that I copied the mod 3D Forniture theoretically I do not copy I got the idea of the torch and choked be made in as a normal torch or charcoal stick tonyka I want to thank him and me Basiei much and hope you enjoy =D
craft =P
charcoal=C
stick=S
###
#C#
#S#
download .zip:http://www.sendspace.com/file/vg8h3s
I have no excuse .tar ;-;
4aiman wrote:Is this the same torch block or did you use separate node for torch_bottom and we can't place wallmounted torches on the floor?
Hey babe223,
I really like these torches in your mod.
But I miss those, that are on the floor.
Are you interested in an extension to your mod?
babe223 wrote:Hey babe223,
I really like these torches in your mod.
But I miss those, that are on the floor.
Are you interested in an extension to your mod?
yes I'm interested
minetest.register_on_placenode(function (pos, newnode, placer, oldnode, itemstack)
-- minetest.chat_send_all(oldnode.name .. " was replaced with " .. newnode.name .. " at " .. minetest.serialize(pos))
pos.y = pos.y-1
local nodeunder = minetest.env:get_node(pos)
local name = nodeunder.name
-- minetest.chat_send_all("A node under that is at " .. minetest.serialize(pos) .. " and that is " .. name)
if name ~= "air" and newnode.name == "default:torch" then
pos.y = pos.y+1
minetest.env:remove_node(pos)
minetest.env:place_node(pos, {name="torches:torch_bottom"})
return
end
end
)
node_box = {
type = "fixed",
fixed = {0.05,-0.45,0.45, 0.05,-0.35,0.5}
fixed = {
{0.05, -0.45, 0.45, 0.05, -0.35, 0.5},
{0.1, -0.35, 0.1, 0.05, 0, 0.5},
}
Users browsing this forum: No registered users and 13 guests