From 92ad797eb109d56cd3f380f921913ac0e0a8faf8 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 6 Dec 2022 11:18:53 +0000 Subject: [PATCH] fix typo --- license.txt | 4 ++++ plantlife.lua | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/license.txt b/license.txt index a5648c5..2afd5e1 100644 --- a/license.txt +++ b/license.txt @@ -20,6 +20,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Textures by VanessaE (CC-BY-SA 4.0) + moretrees_*.png + ethereal_banana_wood.png (edited) + ethereal_olive_wood.png (edited) Textures by Felfa (CC0) olive*.png diff --git a/plantlife.lua b/plantlife.lua index 4853da9..8e59123 100644 --- a/plantlife.lua +++ b/plantlife.lua @@ -242,7 +242,7 @@ minetest.register_node("ethereal:crystalgrass", { -- lilac minetest.register_node("ethereal:lilac", { - description = S("Fern"), + description = S("Lilac"), drawtype = "plantlike", visual_scale = 1.9, tiles = {"ethereal_lilac.png"},