summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOch Noe <och_noe@forksworld.de>2021-01-12 11:29:15 +0100
committerOch Noe <och_noe@forksworld.de>2021-01-12 11:29:15 +0100
commit6251842242632c7180196747f81f29262110561e (patch)
tree0f468dc114721ffa49b93fd2ac2109e8042368b0
parentfce72d6a60aa9053c97e8c5f447e64717eaedf4e (diff)
downloadadvtrains_platform-6251842242632c7180196747f81f29262110561e.tar.gz
advtrains_platform-6251842242632c7180196747f81f29262110561e.tar.bz2
advtrains_platform-6251842242632c7180196747f81f29262110561e.zip
new wood types: olive and sakura
-rw-r--r--init.lua6
-rw-r--r--textures/advtrains_platform_version_node.pngbin733 -> 666 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index c728022..f28d893 100644
--- a/init.lua
+++ b/init.lua
@@ -136,7 +136,11 @@ list_wood_ethereal = {
"ethereal:redwood_wood",
"ethereal:willow_wood",
"ethereal:yellow_wood",
- "ethereal:bamboo_floor" }
+ "ethereal:bamboo_floor",
+ -- added 2020-01-12
+ "ethereal:olive_wood",
+ "ethereal:sakura_wood",
+}
list_wood_maple = {
diff --git a/textures/advtrains_platform_version_node.png b/textures/advtrains_platform_version_node.png
index fe617d2..6ae1850 100644
--- a/textures/advtrains_platform_version_node.png
+++ b/textures/advtrains_platform_version_node.png
Binary files differ