DoyleChris wrote:Tried it out last night and i love it.
As in the orignal mod post, i wish therewas a text entry for the robots. Or a copy command to more than one.
Trying to program alot of them is hard, and time consuming.
DoyleChris wrote:I would like to make it so the Torches come out every 10-20 squares. Right now they are coming out every 3-4 squares.
tbm.placetorch = function(pos, facing)
-- places a torch besides the track
local box = tbm.offsets[facing + 1]
local ppos = {}
ppos.x = pos.x + box[tbm.newposline][1].X
ppos.y = pos.y + box[tbm.newposline][1].Y
ppos.z = pos.z + box[tbm.newposline][1].Z
minetest.env:place_node(ppos, { name = "default:torch" })
endif lightcount >= 10 then tbm.placetorch(pos, facing)tbillion wrote:lol... the code for this mod is under the 0.5 release i would assume as i havent seen a 0,6 release.
Users browsing this forum: No registered users and 27 guests