diff options
author | Max Hipp <34799688+maxxmodding@users.noreply.github.com> | 2018-09-25 20:41:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 20:41:19 +0200 |
commit | 04ac2dfeb84f9f957837e4befa39330253edb9ab (patch) | |
tree | b06ba90f7dcc69f965d47578d5aeb5fb48b27ed4 | |
parent | 4b02f63233d9d2792c62485b49206717fcf01025 (diff) |
Update init.luaorigin/masterorigin/HEAD
-rw-r--r-- | init.lua | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 +}) |