From 04ac2dfeb84f9f957837e4befa39330253edb9ab Mon Sep 17 00:00:00 2001 From: Max Hipp <34799688+maxxmodding@users.noreply.github.com> Date: Tue, 25 Sep 2018 20:41:19 +0200 Subject: Update init.lua --- init.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 24df6d9..45bb7b4 100644 --- a/init.lua +++ b/init.lua @@ -5,25 +5,25 @@ ============= This mod adds signs for the advanced trains mod by orwell - version 0.3 by maxx + version 0.4 by maxx Copyright (C) 2018 Maximilian Hipp and gpcf See LICENSE.txt for more information History: - 2018-03-04 version 0.1 release - 2018-03-05 version 0.2 better node registrations and craft receipes | changed textures + 2018-03-04 version 0.1 release + 2018-03-05 version 0.2 better node registrations and craft receipes | changed textures 2018-03-06 version 0.21 alias added - 2018-03-07 version 0.3 alias removed in trainblocks and added new signs. => trainblocks_bc for backwards compatibility - 2018-09-24 code cleaned up; added new signs/blocks; textures uptdated + 2018-03-07 version 0.3 alias removed in trainblocks and added new signs. => trainblocks_bc for backwards compatibility + 2018-09-24 version 0.4 code cleaned up; added new signs/blocks; textures uptdated ]]-- --import file /craft.lua -dofile(minetest.get_modpath("trainblocks_bc") .. "/alias.lua") +dofile(minetest.get_modpath("trainblocks") .. "/alias.lua") @@ -327,4 +327,4 @@ minetest.register_node("trainblocks:mr", { is_ground_content = true, groups = {cracky = 3}, drop = "trainblocks:sbahnblock" -}) \ No newline at end of file +}) -- cgit v1.2.3