1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-18 07:40:39 +02:00

Merge branch 'master' of yunohost.local:mtcontrib/plantlife_modpack into nalc-1.2-dev

This commit is contained in:
2020-03-25 23:11:23 +01:00
107 changed files with 734 additions and 3098 deletions

View File

@ -1,6 +1,6 @@
-- Code by Mossmanikin & Neuromancer
-- support for i18n
local S = plantlife_i18n.gettext
local S = minetest.get_translator("trunks")
-----------------------------------------------------------------------------------------------
-- TWiGS
-----------------------------------------------------------------------------------------------
@ -334,7 +334,7 @@ for i in pairs(TRuNKS) do
local des = node.description
minetest.register_node("trunks:"..TRuNK.."root", {
description = des.." "..S("Root"),
description = S("@1 Root", des),
paramtype = "light",
paramtype2 = "facedir",
tiles = {