From 321e089c9a4a8ddb1aabf4cfa1dacde11f7e1460 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Mon, 10 Jul 2023 12:59:10 -0400 Subject: [PATCH] 10 Fix incorrect description on Willow Tree Sapling --- nodes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes.lua b/nodes.lua index 685ccee..0497383 100644 --- a/nodes.lua +++ b/nodes.lua @@ -4406,8 +4406,8 @@ Everness:register_node('everness:cursed_dream_tree_sapling', { }) Everness:register_node('everness:willow_tree_sapling', { - description = S('Dry Tree Sapling'), - short_description = S('Dry Tree Sapling'), + description = S('Willow Tree Sapling'), + short_description = S('Willow Tree Sapling'), drawtype = 'plantlike', tiles = { 'everness_willow_tree_sapling.png' }, inventory_image = 'everness_willow_tree_sapling.png',