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,5 +1,5 @@
-- support for i18n
local S = plantlife_i18n.gettext
local S = minetest.get_translator("nature_classic")
-- Blossoms and such
local function spawn_apple_under(pos)

View File

@ -1,3 +0,0 @@
default
plantlife_i18n
moretrees?

View File

@ -7,7 +7,7 @@ local current_mod_name = minetest.get_current_modname()
nature = {}
-- support for i18n
local S = plantlife_i18n.gettext
local S = minetest.get_translator("nature_classic")
nature.blossomqueue = {}
nature.blossomqueue_max = 1000

View File

@ -0,0 +1,10 @@
# textdomain: nature_classic
# 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.
#
Apple blossoms=Fleurs de pommier
[Nature Classic] loaded!=[Nature Classic] chargé.!

View File

@ -0,0 +1,10 @@
# textdomain: nature_classic
# 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.
#
Apple blossoms=
[Nature Classic] loaded!=

3
nature_classic/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = nature_classic
depends = default
optional_depends = moretrees