From 6251842242632c7180196747f81f29262110561e Mon Sep 17 00:00:00 2001 From: Och Noe Date: Tue, 12 Jan 2021 11:29:15 +0100 Subject: new wood types: olive and sakura --- init.lua | 6 +++++- textures/advtrains_platform_version_node.png | Bin 733 -> 666 bytes 2 files changed, 5 insertions(+), 1 deletion(-) 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 Binary files a/textures/advtrains_platform_version_node.png and b/textures/advtrains_platform_version_node.png differ -- cgit v1.2.3