forked from mtcontrib/plantlife_modpack
Merge branch 'master' of yunohost.local:mtcontrib/plantlife_modpack into nalc-1.2-dev
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
default
|
||||
biome_lib
|
||||
plantlife_i18n
|
||||
stonage?
|
||||
sumpf?
|
@ -7,7 +7,7 @@
|
||||
-- Branch textures created by Neuromancer.
|
||||
|
||||
-- support for i18n
|
||||
local S = plantlife_i18n.gettext
|
||||
local S = minetest.get_translator("bushes")
|
||||
abstract_bushes = {}
|
||||
|
||||
minetest.register_node("bushes:youngtree2_bottom", {
|
||||
|
11
bushes/locale/bushes.fr.tr
Normal file
11
bushes/locale/bushes.fr.tr
Normal file
@ -0,0 +1,11 @@
|
||||
# textdomain: bushes
|
||||
|
||||
# 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 Tree 2 (bottom)=Arbuste 2 (bas)
|
||||
Bush Branches @1=Branches de buisson @1
|
||||
Bush Leaves @1=Feuilles de buisson @1
|
10
bushes/locale/template.txt
Normal file
10
bushes/locale/template.txt
Normal file
@ -0,0 +1,10 @@
|
||||
# textdomain: bushes
|
||||
|
||||
# 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 Tree 2 (bottom)=
|
||||
Bush Branches @1=
|
||||
Bush Leaves @1=
|
3
bushes/mod.conf
Normal file
3
bushes/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = bushes
|
||||
depends = default, biome_lib
|
||||
optional_depends = stonage, sumpf
|
Reference in New Issue
Block a user