From 9da148347d304ec2f26af6f813e26cb02bc6a6e7 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Thu, 24 Jan 2019 17:50:26 +0100 Subject: Basic functions of "stop rail", missing ARS rules and signal. For signal, need to think of a callback system for signals and moving atlatc queue to core? --- advtrains_interlocking/tsr_rail.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'advtrains_interlocking/tsr_rail.lua') diff --git a/advtrains_interlocking/tsr_rail.lua b/advtrains_interlocking/tsr_rail.lua index 253298c..90e8101 100644 --- a/advtrains_interlocking/tsr_rail.lua +++ b/advtrains_interlocking/tsr_rail.lua @@ -1,6 +1,7 @@ -- tsr_rail.lua -- Point speed restriction rails -- Simple rail whose only purpose is to place a TSR on the position, as a temporary solution until the timetable system covers everything. +-- This code resembles the code in lines/stoprail.lua local function updateform(pos) local meta = minetest.get_meta(pos) -- cgit v1.2.3