From 94fab903b32a788e8b59dfb3e2e80901d3b80e4f Mon Sep 17 00:00:00 2001 From: Och Noe Date: Mon, 11 Mar 2019 15:39:38 +0100 Subject: added technic:marble --- depends.txt | 1 + init.lua | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/depends.txt b/depends.txt index 27976a9..49190b5 100644 --- a/depends.txt +++ b/depends.txt @@ -5,3 +5,4 @@ ethereal? maple? moreores? minetest_errata? +technic? diff --git a/init.lua b/init.lua index 0a1ce6f..cd78cfe 100644 --- a/init.lua +++ b/init.lua @@ -89,6 +89,13 @@ list_moreores = { -- ? +-- technic - added 2019-03-11 + +list_technic = { + "technic:marble" } + + + for _,name in pairs(list_default) do advtrains.register_platform(own_name,name) end @@ -135,3 +142,14 @@ if minetest.get_modpath("moreores") then advtrains.register_platform(own_name,name) end end + + +if minetest.get_modpath("technic") then + for _,name in pairs(list_technic) do + advtrains.register_platform(own_name,name) + end +end + + + + -- cgit v1.2.3