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,3 +0,0 @@
default
biome_lib
plantlife_i18n

View File

@ -1,5 +1,5 @@
-- support for i18n
local S = plantlife_i18n.gettext
local S = minetest.get_translator("youngtrees")
abstract_youngtrees = {}

View File

@ -0,0 +1,13 @@
# textdomain: youngtrees
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Young Bamboo Tree=
Young Tree 2 (middle)=
Young Tree (top)=
Young Tree (middle)=
Young Tree (bottom)=

View File

@ -0,0 +1,13 @@
# textdomain: youngtrees
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# fat115 <fat115@framasoft.org>, 2017.
#
Young Bamboo Tree=Bambou jeune
Young Tree 2 (middle)=Arbuste 2 (milieu)
Young Tree (top)=Arbuste (haut)
Young Tree (middle)=Arbuste (milieu)
Young Tree (bottom)=Arbuste (bas)

2
youngtrees/mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = youngtrees
depends = default, biome_lib