From c7f65aac83f4e99e0bdc5d242084609d660c894c Mon Sep 17 00:00:00 2001 From: Niklp <89982526+Niklp09@users.noreply.github.com> Date: Tue, 11 Jul 2023 00:24:25 +0200 Subject: [PATCH] cleanup codebase (#46) * cleanup codebase * fix typo * add nil checks to on_place * nuke all mod loaded statements --- 3dmushrooms/init.lua | 7 --- 3dmushrooms/locale/3dmushrooms.de.tr | 8 ---- 3dmushrooms/locale/3dmushrooms.eo.tr | 8 ---- 3dmushrooms/locale/template.txt | 8 ---- 3dmushrooms/mod.conf | 2 +- bushes/init.lua | 15 +++---- bushes/locale/bushes.de.tr | 6 --- bushes/locale/bushes.eo.tr | 6 --- bushes/locale/bushes.fr.tr | 7 --- bushes/locale/template.txt | 6 --- bushes_classic/cooking.lua | 5 ++- bushes_classic/init.lua | 4 +- bushes_classic/locale/bushes_classic.de.tr | 45 ++++++++----------- bushes_classic/locale/bushes_classic.eo.tr | 47 +++++++++----------- bushes_classic/locale/bushes_classic.es.tr | 45 ++++++++----------- bushes_classic/locale/bushes_classic.fr.tr | 45 ++++++++----------- bushes_classic/locale/bushes_classic.tr.tr | 45 ++++++++----------- bushes_classic/locale/template.txt | 45 ++++++++----------- bushes_classic/nodes.lua | 8 +--- cavestuff/init.lua | 15 ------- cavestuff/locale/cavestuff.de.tr | 7 --- cavestuff/locale/cavestuff.eo.tr | 7 --- cavestuff/locale/cavestuff.fr.tr | 7 --- cavestuff/locale/template.txt | 7 --- cavestuff/nodes.lua | 27 ++++++------ dryplants/crafting.lua | 4 +- dryplants/init.lua | 15 ++----- dryplants/juncus.lua | 4 ++ dryplants/locale/dryplants.de.tr | 7 --- dryplants/locale/dryplants.eo.tr | 7 --- dryplants/locale/dryplants.fr.tr | 7 --- dryplants/locale/template.txt | 7 --- ferns/crafting.lua | 6 +-- ferns/gianttreefern.lua | 4 +- ferns/init.lua | 50 ---------------------- ferns/locale/ferns.de.tr | 10 +---- ferns/locale/ferns.eo.tr | 10 +---- ferns/locale/ferns.fr.tr | 9 +--- ferns/locale/template.txt | 10 +---- molehills/init.lua | 13 ++---- molehills/locale/molehills.de.tr | 7 --- molehills/locale/molehills.eo.tr | 7 --- molehills/locale/molehills.fr.tr | 7 --- molehills/locale/template.txt | 7 --- nature_classic/global_function.lua | 4 +- nature_classic/init.lua | 10 +---- nature_classic/locale/nature_classic.de.tr | 8 ---- nature_classic/locale/nature_classic.fr.tr | 8 ---- nature_classic/locale/template.txt | 8 ---- pl_seaweed/init.lua | 18 +++++--- pl_seaweed/locale/pl_seaweed.de.tr | 9 ---- pl_seaweed/locale/pl_seaweed.fr.tr | 8 ---- pl_seaweed/locale/pl_seaweed.tr.tr | 8 ---- pl_seaweed/locale/pl_seawood.eo.tr | 9 ---- pl_seaweed/locale/pl_seawood.es.tr | 8 ---- pl_seaweed/locale/template.txt | 9 ---- pl_sunflowers/locale/pl_sunflowers.de.tr | 9 ---- pl_sunflowers/locale/pl_sunflowers.eo.tr | 9 ---- pl_sunflowers/locale/pl_sunflowers.es.tr | 8 ---- pl_sunflowers/locale/pl_sunflowers.fr.tr | 8 ---- pl_sunflowers/locale/pl_sunflowers.tr.tr | 8 ---- pl_sunflowers/locale/template.txt | 9 ---- pl_waterlilies/init.lua | 17 +++++--- pl_waterlilies/locale/pl_waterlilies.de.tr | 9 ---- pl_waterlilies/locale/pl_waterlilies.eo.tr | 11 +---- pl_waterlilies/locale/pl_waterlilies.es.tr | 8 ---- pl_waterlilies/locale/pl_waterlilies.fr.tr | 8 ---- pl_waterlilies/locale/pl_waterlilies.tr.tr | 8 ---- pl_waterlilies/locale/template.txt | 11 +---- poisonivy/init.lua | 5 +-- poisonivy/locale/poisonivy.de.tr | 8 ---- poisonivy/locale/poisonivy.eo.tr | 8 ---- poisonivy/locale/poisonivy.es.tr | 8 ---- poisonivy/locale/poisonivy.fr.tr | 8 ---- poisonivy/locale/poisonivy.pt.tr | 8 ---- poisonivy/locale/poisonivy.pt_BR.tr | 8 ++-- poisonivy/locale/poisonivy.tr.tr | 8 ---- poisonivy/locale/template.txt | 4 ++ trunks/generating.lua | 2 - trunks/init.lua | 12 ------ trunks/locale/template.txt | 7 --- trunks/locale/trunks.de.tr | 7 --- trunks/locale/trunks.eo.tr | 7 --- trunks/locale/trunks.fr.tr | 7 --- trunks/nodes.lua | 8 ++-- vines/locale/template.txt | 6 --- vines/locale/vines.de.tr | 6 --- vines/locale/vines.eo.tr | 6 --- vines/locale/vines.fr.tr | 7 --- woodsoils/init.lua | 28 ------------ woodsoils/locale/template.txt | 7 --- woodsoils/locale/woodsoils.de.tr | 7 --- woodsoils/locale/woodsoils.eo.tr | 7 --- woodsoils/locale/woodsoils.fr.tr | 7 --- youngtrees/locale/template.txt | 7 --- youngtrees/locale/youngtrees.de.tr | 7 --- youngtrees/locale/youngtrees.eo.tr | 7 --- youngtrees/locale/youngtrees.fr.tr | 7 --- 98 files changed, 200 insertions(+), 877 deletions(-) delete mode 100644 3dmushrooms/locale/3dmushrooms.de.tr delete mode 100644 3dmushrooms/locale/3dmushrooms.eo.tr delete mode 100644 3dmushrooms/locale/template.txt create mode 100644 poisonivy/locale/template.txt diff --git a/3dmushrooms/init.lua b/3dmushrooms/init.lua index f4bfbcb..170a0da 100644 --- a/3dmushrooms/init.lua +++ b/3dmushrooms/init.lua @@ -1,10 +1,5 @@ -- 3D Mushroom mod by VanessaE -mushroom = {} - --- support for i18n -local S = minetest.get_translator("3dmushrooms") - minetest.override_item("flowers:mushroom_fertile_brown", { drawtype = "mesh", mesh = "3dmushrooms.obj", @@ -68,5 +63,3 @@ minetest.register_alias("mushroom:spore1", "flowers:mushroom_spores_red") minetest.register_alias("mushroom:poison", "flowers:mushroom_red") minetest.register_alias("mushroom:identifier", "default:mese_crystal_fragment") - -minetest.log("info", S("[3D Mushrooms] loaded.")) diff --git a/3dmushrooms/locale/3dmushrooms.de.tr b/3dmushrooms/locale/3dmushrooms.de.tr deleted file mode 100644 index 9360f2b..0000000 --- a/3dmushrooms/locale/3dmushrooms.de.tr +++ /dev/null @@ -1,8 +0,0 @@ -# textdomain: 3dmushrooms - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# reusityback, 2022. - -[3D Mushrooms] loaded.=[3D Mushrooms] geladen. diff --git a/3dmushrooms/locale/3dmushrooms.eo.tr b/3dmushrooms/locale/3dmushrooms.eo.tr deleted file mode 100644 index f586e47..0000000 --- a/3dmushrooms/locale/3dmushrooms.eo.tr +++ /dev/null @@ -1,8 +0,0 @@ -# textdomain: 3dmushrooms - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. - -[3D Mushrooms] loaded.=[3D Mushrooms] ŝargis. diff --git a/3dmushrooms/locale/template.txt b/3dmushrooms/locale/template.txt deleted file mode 100644 index e56ec01..0000000 --- a/3dmushrooms/locale/template.txt +++ /dev/null @@ -1,8 +0,0 @@ -# textdomain: 3dmushrooms - -# 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 , YEAR. - -[3D Mushrooms] loaded.= diff --git a/3dmushrooms/mod.conf b/3dmushrooms/mod.conf index 27d9684..d7b881e 100644 --- a/3dmushrooms/mod.conf +++ b/3dmushrooms/mod.conf @@ -1,2 +1,2 @@ name = 3dmushrooms -depends = default, flowers +depends = flowers diff --git a/bushes/init.lua b/bushes/init.lua index a24812e..f541259 100644 --- a/bushes/init.lua +++ b/bushes/init.lua @@ -31,7 +31,6 @@ minetest.register_node("bushes:youngtree2_bottom", { node_box = { type = "fixed", fixed = { - --{0.375000,-0.500000,-0.500000,0.500000,0.500000,-0.375000}, --NodeBox 1 {-0.0612,-0.500000,-0.500000,0.0612,0.500000,-0.375000}, --NodeBox 1 } }, @@ -40,10 +39,10 @@ minetest.register_node("bushes:youngtree2_bottom", { drop = 'default:stick' }) -local BushBranchCenter = { {1,1}, {3,2} } +local BushBranchCenter = { {1,1}, {3,2} } for i in pairs(BushBranchCenter) do - local Num = BushBranchCenter[i][1] - local TexNum = BushBranchCenter[i][2] + local Num = BushBranchCenter[i][1] + local TexNum = BushBranchCenter[i][2] minetest.register_node("bushes:bushbranches"..Num, { description = S("Bush Branches @1", Num), drawtype = "nodebox", @@ -79,10 +78,10 @@ for i in pairs(BushBranchCenter) do }) end -local BushBranchSide = { {2,1}, {4,2} } +local BushBranchSide = { {2,1}, {4,2} } for i in pairs(BushBranchSide) do - local Num = BushBranchSide[i][1] - local TexNum = BushBranchSide[i][2] + local Num = BushBranchSide[i][1] + local TexNum = BushBranchSide[i][2] minetest.register_node("bushes:bushbranches"..Num, { description = S("Bush Branches @1", Num), drawtype = "nodebox", @@ -124,7 +123,7 @@ for i in pairs(BushBranchSide) do }) end -local BushLeafNode = { {1}, {2}} +local BushLeafNode = { {1}, {2}} for i in pairs(BushLeafNode) do local Num = BushLeafNode[i][1] minetest.register_node("bushes:BushLeaves"..Num, { diff --git a/bushes/locale/bushes.de.tr b/bushes/locale/bushes.de.tr index 6649b1f..af63ead 100644 --- a/bushes/locale/bushes.de.tr +++ b/bushes/locale/bushes.de.tr @@ -1,10 +1,4 @@ # 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 , YEAR. - Young Tree 2 (bottom)=Strauch 2 (Ansatz) Bush Branches @1=Buschäste @1 Bush Leaves @1=Buschblätter @1 diff --git a/bushes/locale/bushes.eo.tr b/bushes/locale/bushes.eo.tr index 5ff623a..95ef7ab 100644 --- a/bushes/locale/bushes.eo.tr +++ b/bushes/locale/bushes.eo.tr @@ -1,10 +1,4 @@ # 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. -# Jolesh, 2022. - Young Tree 2 (bottom)=Juna Arbo 2 (malsupro) Bush Branches @1=Arbustaj Branĉoj @1 Bush Leaves @1=Arbustaj Folioj @1 diff --git a/bushes/locale/bushes.fr.tr b/bushes/locale/bushes.fr.tr index a338814..6289a52 100644 --- a/bushes/locale/bushes.fr.tr +++ b/bushes/locale/bushes.fr.tr @@ -1,11 +1,4 @@ # 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 , 2017. -# - Young Tree 2 (bottom)=Arbuste 2 (bas) Bush Branches @1=Branches de buisson @1 Bush Leaves @1=Feuilles de buisson @1 diff --git a/bushes/locale/template.txt b/bushes/locale/template.txt index e3db363..412fb60 100644 --- a/bushes/locale/template.txt +++ b/bushes/locale/template.txt @@ -1,10 +1,4 @@ # 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 , YEAR. - Young Tree 2 (bottom)= Bush Branches @1= Bush Leaves @1= diff --git a/bushes_classic/cooking.lua b/bushes_classic/cooking.lua index 3e46441..9179f11 100644 --- a/bushes_classic/cooking.lua +++ b/bushes_classic/cooking.lua @@ -33,9 +33,12 @@ end -- override farming_plus strawberry and add food_ group if minetest.get_modpath("farming_plus") then + local groups = table.copy(minetest.registered_items["farming_plus:strawberry_item"]) + groups["food_strawberry"] = 1 + groups["food_berry"] = 1 minetest.override_item("farming_plus:strawberry_item", { - groups = {food_strawberry = 1, food_berry = 1, flammable = 2}, + groups = groups, }) end diff --git a/bushes_classic/init.lua b/bushes_classic/init.lua index a470a8f..ff386cb 100644 --- a/bushes_classic/init.lua +++ b/bushes_classic/init.lua @@ -7,7 +7,7 @@ bushes_classic = {} local S = minetest.get_translator("bushes_classic") bushes_classic.bushes = { - "strawberry", + "strawberry", "blackberry", "blueberry", "raspberry", @@ -54,5 +54,3 @@ biome_lib.register_active_spawner({ }) minetest.register_alias("bushes:basket_pies", "bushes:basket_strawberry") - -print("[Bushes] Loaded.") diff --git a/bushes_classic/locale/bushes_classic.de.tr b/bushes_classic/locale/bushes_classic.de.tr index 35520b5..9d45852 100644 --- a/bushes_classic/locale/bushes_classic.de.tr +++ b/bushes_classic/locale/bushes_classic.de.tr @@ -1,46 +1,39 @@ # textdomain: bushes_classic - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Xanthin, 2017. -# - Sugar=Zucker -Basket with Strawberry pies=Korb mit Erdbeertorten -Cooked Strawberry pie=Erdbeertorte -Raw Strawberry pie=Rohe Erdbeertorte -Slice of Strawberry pie=Erdbeertortenstueck Strawberry=Erdbeere +Raw Strawberry pie=Rohe Erdbeertorte +Cooked Strawberry pie=Erdbeertorte +Slice of Strawberry pie=Erdbeertortenstueck +Basket with Strawberry pies=Korb mit Erdbeertorten Strawberry Bush=Erdbeerbusch -Basket with Blackberry pies=Korb mit Brombeertorten Blackberry=Brombeere -Blackberry Bush=Brombeerbusch -Cooked Blackberry pie=Brombeertorte Raw Blackberry pie=Rohe Brombeertorte +Cooked Blackberry pie=Brombeertorte Slice of Blackberry pie=Brombeertortenstueck -Basket with Blueberry pies=Korb mit Blaubeertorten +Basket with Blackberry pies=Korb mit Brombeertorten +Blackberry Bush=Brombeerbusch Blueberry=Blaubeere -Blueberry Bush=Blaubeerbusch -Cooked Blueberry pie=Blaubeertorte Raw Blueberry pie=Rohe Blaubeertorte +Cooked Blueberry pie=Blaubeertorte Slice of Blueberry pie=Blaubeertortenstueck -Basket with Raspberry pies=Korb mit Himbeertorten -Cooked Raspberry pie=Himbeertorte +Basket with Blueberry pies=Korb mit Blaubeertorten +Blueberry Bush=Blaubeerbusch Raspberry=Himbeere -Raspberry Bush=Himbeerbusch Raw Raspberry pie=Rohe Himbeertorte +Cooked Raspberry pie=Himbeertorte Slice of Raspberry pie=Himbeertortenstueck -Basket with Gooseberry pies=Korb mit Stachelbeertorten -Cooked Gooseberry pie=Stachelbeertorte +Basket with Raspberry pies=Korb mit Himbeertorten +Raspberry Bush=Himbeerbusch Gooseberry=Stachelbeere -Gooseberry Bush=Stachelbeerbusch Raw Gooseberry pie=Rohe Stachelbeertorte +Cooked Gooseberry pie=Stachelbeertorte Slice of Gooseberry pie=Stachelbeertortenstueck -Basket with Mixed Berry pies=Korb mit Beerenmixtorten -Cooked Mixed Berry pie=Beerenmixtorte -Currently fruitless Bush=zur Zeit fruechteloser +Basket with Gooseberry pies=Korb mit Stachelbeertorten +Gooseberry Bush=Stachelbeerbusch Mixed Berry=Beerenmix Raw Mixed Berry pie=Rohe Beerenmixtorte +Cooked Mixed Berry pie=Beerenmixtorte Slice of Mixed Berry pie=Beerenmixtortenstueck +Basket with Mixed Berry pies=Korb mit Beerenmixtorten +Currently fruitless Bush=zur Zeit fruechteloser Basket=Korb diff --git a/bushes_classic/locale/bushes_classic.eo.tr b/bushes_classic/locale/bushes_classic.eo.tr index af14e8b..194cc17 100644 --- a/bushes_classic/locale/bushes_classic.eo.tr +++ b/bushes_classic/locale/bushes_classic.eo.tr @@ -1,46 +1,39 @@ # textdomain: bushes_classic - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# - Sugar=Sukero -Basket with Strawberry pies=Korbo kun Fragokukoj -Cooked Strawberry pie=Kuirita Fragokuko -Raw Strawberry pie=Kruda Fragokuko -Slice of Strawberry pie=Tranĉaĵo de Fragokuko Strawberry=Frago +Raw Strawberry pie=Kruda Fragokuko +Cooked Strawberry pie=Kuirita Fragokuko +Slice of Strawberry pie=Tranĉaĵo de Fragokuko +Basket with Strawberry pies=Korbo kun Fragokukoj Strawberry Bush=Fraga Arbusto -Basket with Blackberry pies=Korbo kun Rubusokukoj -Cooked Blackberry pie=Kuirita Rubusokuko -Raw Blackberry pie=Kruda Rubusokuko -Slice of Blackberry pie=Tranĉaĵo de Rubusokuko Blackberry=Rubuso +Raw Blackberry pie=Kruda Rubusokuko +Cooked Blackberry pie=Kuirita Rubusokuko +Slice of Blackberry pie=Tranĉaĵo de Rubusokuko +Basket with Blackberry pies=Korbo kun Rubusokukoj Blackberry Bush=Rubusa Arbusto -Basket with Blueberry pies=Korbo kun Mirtelokukoj Blueberry=Mirtelo -Blueberry Bush=Mirtela Arbusto -Cooked Blueberry pie=Kuirita Mirtelokuko Raw Blueberry pie=Kruda Mirtelokuko +Cooked Blueberry pie=Kuirita Mirtelokuko Slice of Blueberry pie=Tranĉaĵo de Mirtelokuko -Basket with Raspberry pies=Korbo kun Frambokukoj -Cooked Raspberry pie=Kuirita Frambokuko +Basket with Blueberry pies=Korbo kun Mirtelokukoj +Blueberry Bush=Mirtela Arbusto Raspberry=Frambo -Raspberry Bush=Framba Arbusto Raw Raspberry pie=Kruda Frambokuko +Cooked Raspberry pie=Kuirita Frambokuko Slice of Raspberry pie=Tranĉaĵo de Frambokuko -Basket with Gooseberry pies=Korbo kun Grosberkuko -Cooked Gooseberry pie=Kuirita Grosberkuko +Basket with Raspberry pies=Korbo kun Frambokukoj +Raspberry Bush=Framba Arbusto Gooseberry=Grosbero -Gooseberry Bush=Grosberarbusto Raw Gooseberry pie=Kruda Grosberkuko +Cooked Gooseberry pie=Kuirita Grosberkuko Slice of Gooseberry pie=Tranĉaĵo de Grosberkuko -Basket with Mixed Berry pies=Korbo kun Miksitaj Beraj Kukoj -Cooked Mixed Berry pie=Kuirita Miksa Beraj Kukoj -Currently fruitless Bush=Nuntempe senfrukta Arbusto +Basket with Gooseberry pies=Korbo kun Grosberkuko +Gooseberry Bush=Grosberarbusto Mixed Berry=Miksita Bero Raw Mixed Berry pie=Kruda Miksita Bera Kuko +Cooked Mixed Berry pie=Kuirita Miksa Beraj Kukoj Slice of Mixed Berry pie=Tranĉaĵo de Miksita Bera Kuko +Basket with Mixed Berry pies=Korbo kun Miksitaj Beraj Kukoj +Currently fruitless Bush=Nuntempe senfrukta Arbusto Basket=Korbo diff --git a/bushes_classic/locale/bushes_classic.es.tr b/bushes_classic/locale/bushes_classic.es.tr index 9726073..2a900bc 100644 --- a/bushes_classic/locale/bushes_classic.es.tr +++ b/bushes_classic/locale/bushes_classic.es.tr @@ -1,46 +1,39 @@ # textdomain: bushes_classic - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Carlos Barraza , 2017. -# - Sugar=Azúcar -Basket with Strawberry pies=Cesta con Pasteles de Frutilla -Cooked Strawberry pie=Pastel de Frutilla Cocido -Raw Strawberry pie=Pastel de Frutilla Crudo -Slice of Strawberry pie=Rebanada de Pastel de Frutilla Strawberry=Frutilla +Raw Strawberry pie=Pastel de Frutilla Crudo +Cooked Strawberry pie=Pastel de Frutilla Cocido +Slice of Strawberry pie=Rebanada de Pastel de Frutilla +Basket with Strawberry pies=Cesta con Pasteles de Frutilla Strawberry Bush=Arbusto de Frutilla -Basket with Blackberry pies=Cesta con Pasteles de Mora Blackberry=Mora -Blackberry Bush=Arbusto de Mora -Cooked Blackberry pie=Pastel de Mora Cocido Raw Blackberry pie=Pastel de Mora Crudo +Cooked Blackberry pie=Pastel de Mora Cocido Slice of Blackberry pie=Rebanada de Pastel de Mora -Basket with Blueberry pies=Cesta con Pasteles de Arándano +Basket with Blackberry pies=Cesta con Pasteles de Mora +Blackberry Bush=Arbusto de Mora Blueberry=Arándano -Blueberry Bush=Arbusto de Arándano -Cooked Blueberry pie=Pastel de Arándano Cocido Raw Blueberry pie=Pastel de Arándano Crudo +Cooked Blueberry pie=Pastel de Arándano Cocido Slice of Blueberry pie=Rebanada de Pastel de Arándano -Basket with Raspberry pies=Cesta con Pasteles de Frambuesa -Cooked Raspberry pie=Pastel de Frambuesa Cocido +Basket with Blueberry pies=Cesta con Pasteles de Arándano +Blueberry Bush=Arbusto de Arándano Raspberry=Frambuesa -Raspberry Bush=Arbusto de Frambuesa Raw Raspberry pie=Pastel de Frambuesa Crudo +Cooked Raspberry pie=Pastel de Frambuesa Cocido Slice of Raspberry pie=Rebanada de Pastel de Frambuesa -Basket with Gooseberry pies=Cesta con Pasteles de Grosella -Cooked Gooseberry pie=Pastel de Grosella Cocido +Basket with Raspberry pies=Cesta con Pasteles de Frambuesa +Raspberry Bush=Arbusto de Frambuesa Gooseberry=Grosella -Gooseberry Bush=Arbusto de Grosella Raw Gooseberry pie=Pastel de Grosella Crudo +Cooked Gooseberry pie=Pastel de Grosella Cocido Slice of Gooseberry pie=Rebanada de Pastel de Grosella -Basket with Mixed Berry pies=Cesta con Pasteles de Mezcla de Baya -Cooked Mixed Berry pie=Pastel de Mezcla de Bayas Cocido -Currently fruitless Bush=Arbusto actualmente infructuoso +Basket with Gooseberry pies=Cesta con Pasteles de Grosella +Gooseberry Bush=Arbusto de Grosella Mixed Berry=Mezcla de Baya Raw Mixed Berry pie=Pastel de Mezcla de Bayas Cruda +Cooked Mixed Berry pie=Pastel de Mezcla de Bayas Cocido Slice of Mixed Berry pie=Rebanada de Pastel de Mezcla de Bayas +Basket with Mixed Berry pies=Cesta con Pasteles de Mezcla de Baya +Currently fruitless Bush=Arbusto actualmente infructuoso Basket=Cesta diff --git a/bushes_classic/locale/bushes_classic.fr.tr b/bushes_classic/locale/bushes_classic.fr.tr index 4400433..b64e3b6 100644 --- a/bushes_classic/locale/bushes_classic.fr.tr +++ b/bushes_classic/locale/bushes_classic.fr.tr @@ -1,46 +1,39 @@ # textdomain: bushes_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 , 2017. -# - Sugar=Sucre -Basket with Strawberry pies=Panier de tartes aux fraises -Cooked Strawberry pie=Tarte aux fraises (cuite) -Raw Strawberry pie=Tarte aux fraises (crue) -Slice of Strawberry pie=Part de tarte aux fraises Strawberry=Fraises +Raw Strawberry pie=Tarte aux fraises (crue) +Cooked Strawberry pie=Tarte aux fraises (cuite) +Slice of Strawberry pie=Part de tarte aux fraises +Basket with Strawberry pies=Panier de tartes aux fraises Strawberry Bush=Buisson de fraises -Basket with Blackberry pies=Panier de tartes aux fraises Blackberry=Mûres -Blackberry Bush=Buisson de mûres -Cooked Blackberry pie=Tarte aux mûres (cuite) Raw Blackberry pie=Tarte aux mûres (crue) +Cooked Blackberry pie=Tarte aux mûres (cuite) Slice of Blackberry pie=Part de tarte aux mûres -Basket with Blueberry pies=Panier de tartes aux mûres +Basket with Blackberry pies=Panier de tartes aux fraises +Blackberry Bush=Buisson de mûres Blueberry=Myrtilles -Blueberry Bush=Buisson de myrtilles -Cooked Blueberry pie=Tarte aux myrtilles (cuite) Raw Blueberry pie=Tarte aux myrtilles (crue) +Cooked Blueberry pie=Tarte aux myrtilles (cuite) Slice of Blueberry pie=Part de tarte aux myrtilles -Basket with Raspberry pies=Panier de tartes aux framboises -Cooked Raspberry pie=Tarte aux framboises (cuite) +Basket with Blueberry pies=Panier de tartes aux mûres +Blueberry Bush=Buisson de myrtilles Raspberry=Framboises -Raspberry Bush=Buisson de framboises Raw Raspberry pie=Tarte aux framboises (crue) +Cooked Raspberry pie=Tarte aux framboises (cuite) Slice of Raspberry pie=Part de tarts aux framboises -Basket with Gooseberry pies=Panier de tartes aux groseilles -Cooked Gooseberry pie=Tarte aux groseilles (cuite) +Basket with Raspberry pies=Panier de tartes aux framboises +Raspberry Bush=Buisson de framboises Gooseberry=Groseilles -Gooseberry Bush=Buisson de groseilles Raw Gooseberry pie=Tarte aux groseilles (crue) +Cooked Gooseberry pie=Tarte aux groseilles (cuite) Slice of Gooseberry pie=Part de tarte aux groseilles -Basket with Mixed Berry pies=Panier de tartes aux fruits rouges -Cooked Mixed Berry pie=Tarte aux fruits rouges (cuite) -Currently fruitless Bush=Buisson sans fruits pour l'instant +Basket with Gooseberry pies=Panier de tartes aux groseilles +Gooseberry Bush=Buisson de groseilles Mixed Berry=Fruits rouges Raw Mixed Berry pie=Tarte aux fruits rouges (crue) +Cooked Mixed Berry pie=Tarte aux fruits rouges (cuite) Slice of Mixed Berry pie=Part de tarte aux fruits rouges +Basket with Mixed Berry pies=Panier de tartes aux fruits rouges +Currently fruitless Bush=Buisson sans fruits pour l'instant Basket=Panier diff --git a/bushes_classic/locale/bushes_classic.tr.tr b/bushes_classic/locale/bushes_classic.tr.tr index 38ed28d..c88b716 100644 --- a/bushes_classic/locale/bushes_classic.tr.tr +++ b/bushes_classic/locale/bushes_classic.tr.tr @@ -1,46 +1,39 @@ # textdomain: bushes_classic - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# mahmutelmas06@hotmail.com, 2017. -# - Sugar=Şeker -Basket with Strawberry pies=Çilekli pasta sepeti -Cooked Strawberry pie=Pişmiş çilekli pasta -Raw Strawberry pie=Çilekli çiğ pasta -Slice of Strawberry pie=Çilekli pasta dilimi Strawberry=Çilek +Raw Strawberry pie=Çilekli çiğ pasta +Cooked Strawberry pie=Pişmiş çilekli pasta +Slice of Strawberry pie=Çilekli pasta dilimi +Basket with Strawberry pies=Çilekli pasta sepeti Strawberry Bush=Çilek fidanı -Basket with Blackberry pies=Böğürtlenli pasta sepeti Blackberry=Böğürtlen -Blackberry Bush=Böğürtlen fidanı -Cooked Blackberry pie=Pişmiş böğürtlenli pasta Raw Blackberry pie=Böğürtlenli çiğ pasta +Cooked Blackberry pie=Pişmiş böğürtlenli pasta Slice of Blackberry pie=Böğürtlenli pasta dilimi -Basket with Blueberry pies=Yaban mersini pastalı sepet +Basket with Blackberry pies=Böğürtlenli pasta sepeti +Blackberry Bush=Böğürtlen fidanı Blueberry=Yaban mersini -Blueberry Bush=Yaban mersini fidanı -Cooked Blueberry pie=Pişmiş yaban mersinli pasta Raw Blueberry pie=Yaban mersinli çiğ pasta +Cooked Blueberry pie=Pişmiş yaban mersinli pasta Slice of Blueberry pie=Yaban mersinli pasta dilimi -Basket with Raspberry pies=Ahududulu pasta sepeti -Cooked Raspberry pie=Pişmiş ahududulu pasta +Basket with Blueberry pies=Yaban mersini pastalı sepet +Blueberry Bush=Yaban mersini fidanı Raspberry=Ahududu -Raspberry Bush=Ahududu fidanı Raw Raspberry pie=Ahududulu çiğ pasta +Cooked Raspberry pie=Pişmiş ahududulu pasta Slice of Raspberry pie=Ahududulu pasta dilimi -Basket with Gooseberry pies=Bektaşi üzümlü pasta sepeti -Cooked Gooseberry pie=Pişmiş bektaşi üzümlü pasta +Basket with Raspberry pies=Ahududulu pasta sepeti +Raspberry Bush=Ahududu fidanı Gooseberry=Bektaşi üzümü -Gooseberry Bush=Bektaşi üzümü fidanı Raw Gooseberry pie=Bektaşi üzümlü çiğ pasta +Cooked Gooseberry pie=Pişmiş bektaşi üzümlü pasta Slice of Gooseberry pie=Bektaşi üzümlü pasta dilimi -Basket with Mixed Berry pies=Dutlu pasta sepeti -Cooked Mixed Berry pie=Pişmiş dutlu pasta -Currently fruitless Bush=Fidanı şu anda meyvesiz +Basket with Gooseberry pies=Bektaşi üzümlü pasta sepeti +Gooseberry Bush=Bektaşi üzümü fidanı Mixed Berry=Dut Raw Mixed Berry pie=Dutlu çiğ pasta +Cooked Mixed Berry pie=Pişmiş dutlu pasta Slice of Mixed Berry pie=Dutlu pasta dilimi +Basket with Mixed Berry pies=Dutlu pasta sepeti +Currently fruitless Bush=Fidanı şu anda meyvesiz Basket=Sepet diff --git a/bushes_classic/locale/template.txt b/bushes_classic/locale/template.txt index c721e23..69fc2a1 100644 --- a/bushes_classic/locale/template.txt +++ b/bushes_classic/locale/template.txt @@ -1,46 +1,39 @@ # textdomain: bushes_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 , YEAR. -# - Sugar= -Basket with Strawberry pies= -Cooked Strawberry pie= -Raw Strawberry pie= -Slice of Strawberry pie= Strawberry= +Raw Strawberry pie= +Cooked Strawberry pie= +Slice of Strawberry pie= +Basket with Strawberry pies= Strawberry Bush= -Basket with Blackberry pies= Blackberry= -Blackberry Bush= -Cooked Blackberry pie= Raw Blackberry pie= +Cooked Blackberry pie= Slice of Blackberry pie= -Basket with Blueberry pies= +Basket with Blackberry pies= +Blackberry Bush= Blueberry= -Blueberry Bush= -Cooked Blueberry pie= Raw Blueberry pie= +Cooked Blueberry pie= Slice of Blueberry pie= -Basket with Raspberry pies= -Cooked Raspberry pie= +Basket with Blueberry pies= +Blueberry Bush= Raspberry= -Raspberry Bush= Raw Raspberry pie= +Cooked Raspberry pie= Slice of Raspberry pie= -Basket with Gooseberry pies= -Cooked Gooseberry pie= +Basket with Raspberry pies= +Raspberry Bush= Gooseberry= -Gooseberry Bush= Raw Gooseberry pie= +Cooked Gooseberry pie= Slice of Gooseberry pie= -Basket with Mixed Berry pies= -Cooked Mixed Berry pie= -Currently fruitless Bush= +Basket with Gooseberry pies= +Gooseberry Bush= Mixed Berry= Raw Mixed Berry pie= +Cooked Mixed Berry pie= Slice of Mixed Berry pie= +Basket with Mixed Berry pies= +Currently fruitless Bush= Basket= diff --git a/bushes_classic/nodes.lua b/bushes_classic/nodes.lua index 835b9ca..1af4675 100644 --- a/bushes_classic/nodes.lua +++ b/bushes_classic/nodes.lua @@ -161,19 +161,13 @@ for i, bush_name in ipairs(bushes_classic.bushes) do groups = { dig_immediate = 3 }, }) - local texture_top, texture_bottom local groups = {snappy = 3, bush = 1, flammable = 2, attached_node=1} if bush_name == "mixed_berry" then bush_name = "fruitless"; - texture_top = "bushes_fruitless_bush_top.png" - texture_bottom = "bushes_fruitless_bush_bottom.png" groups.not_in_creative_inventory = 1 - else - texture_top = "bushes_bush_top.png" - texture_bottom = "bushes_bush_bottom.png" end - + local node_dig_prediction local node_placement_prediction if bush_name ~= "fruitless" then diff --git a/cavestuff/init.lua b/cavestuff/init.lua index 3f46ea9..d328f46 100644 --- a/cavestuff/init.lua +++ b/cavestuff/init.lua @@ -1,17 +1,2 @@ ------------------------------------------------------------------------------------------------ -local title = "Cave Stuff" -local version = "0.0.3" -local mname = "cavestuff" ------------------------------------------------------------------------------------------------ - --- support for i18n -local S = minetest.get_translator("cavestuff") - -cavestuff = {} - dofile(minetest.get_modpath("cavestuff").."/nodes.lua") dofile(minetest.get_modpath("cavestuff").."/mapgen.lua") - ------------------------------------------------------------------------------------------------ - -print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") diff --git a/cavestuff/locale/cavestuff.de.tr b/cavestuff/locale/cavestuff.de.tr index 43f68fb..69bb0cc 100644 --- a/cavestuff/locale/cavestuff.de.tr +++ b/cavestuff/locale/cavestuff.de.tr @@ -1,11 +1,4 @@ # textdomain: cavestuff - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# reusityback, 2022. -# - Pebble=Kieselstein Desert Pebble=Wüstenkiesel Stalactite=Stalaktit diff --git a/cavestuff/locale/cavestuff.eo.tr b/cavestuff/locale/cavestuff.eo.tr index c077ae8..9da0f26 100644 --- a/cavestuff/locale/cavestuff.eo.tr +++ b/cavestuff/locale/cavestuff.eo.tr @@ -1,11 +1,4 @@ # textdomain: cavestuff - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# - Pebble=Ŝtoneto Desert Pebble=Dezerta Ŝtoneto Stalactite=Stalaktito diff --git a/cavestuff/locale/cavestuff.fr.tr b/cavestuff/locale/cavestuff.fr.tr index aae88ac..0c48fb0 100644 --- a/cavestuff/locale/cavestuff.fr.tr +++ b/cavestuff/locale/cavestuff.fr.tr @@ -1,11 +1,4 @@ # textdomain: cavestuff - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - Pebble=Caillou Desert Pebble=Caillou du désert Stalactite=Stalactite diff --git a/cavestuff/locale/template.txt b/cavestuff/locale/template.txt index 8e8d18a..aae2112 100644 --- a/cavestuff/locale/template.txt +++ b/cavestuff/locale/template.txt @@ -1,11 +1,4 @@ # textdomain: cavestuff - -# 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 , YEAR. -# - Pebble= Desert Pebble= Stalactite= diff --git a/cavestuff/nodes.lua b/cavestuff/nodes.lua index 7dcf6b7..a5211d7 100644 --- a/cavestuff/nodes.lua +++ b/cavestuff/nodes.lua @@ -12,33 +12,32 @@ minetest.register_node("cavestuff:pebble_1",{ description = S("Pebble"), drawtype = "mesh", mesh = "cavestuff_pebble.obj", - tiles = {"undergrowth_pebble.png"}, - paramtype = "light", + tiles = {"undergrowth_pebble.png"}, + paramtype = "light", paramtype2 = "facedir", - groups = {cracky=3, stone=1, attached_node=1}, - selection_box = cbox, - collision_box = cbox, - on_place = function(itemstack, placer, pointed_thing) + groups = {cracky=3, stone=1, attached_node=1}, + selection_box = cbox, + collision_box = cbox, + on_place = function(itemstack, placer, pointed_thing) -- place a random pebble node local stack = ItemStack("cavestuff:pebble_"..math.random(1,2)) local ret = minetest.item_place(stack, placer, pointed_thing) return ItemStack("cavestuff:pebble_1 "..itemstack:get_count()-(1-ret:get_count())) end, - sounds = default.node_sound_stone_defaults(), + sounds = default.node_sound_stone_defaults(), }) minetest.register_node("cavestuff:pebble_2",{ drawtype = "mesh", mesh = "cavestuff_pebble.obj", - tiles = {"undergrowth_pebble.png"}, + tiles = {"undergrowth_pebble.png"}, drop = "cavestuff:pebble_1", - tiles = {"undergrowth_pebble.png"}, - paramtype = "light", + paramtype = "light", paramtype2 = "facedir", - groups = {cracky=3, stone=1, attached_node=1, not_in_creative_inventory=1}, + groups = {cracky=3, stone=1, attached_node=1, not_in_creative_inventory=1}, selection_box = cbox, collision_box = cbox, - sounds = default.node_sound_stone_defaults(), + sounds = default.node_sound_stone_defaults(), }) minetest.register_node("cavestuff:desert_pebble_1",{ @@ -100,7 +99,7 @@ minetest.register_node("cavestuff:stalactite_1",{ if not placer then return end local playername = placer:get_player_name() if minetest.is_protected(place, playername) - or minetest.is_protected(above, playername) then + or minetest.is_protected(above, playername) then minetest.record_protection_violation(place, playername) return end @@ -156,5 +155,3 @@ minetest.register_node("cavestuff:stalactite_3",{ } }, }) - ---Stalagmites diff --git a/dryplants/crafting.lua b/dryplants/crafting.lua index 349661c..97be53e 100644 --- a/dryplants/crafting.lua +++ b/dryplants/crafting.lua @@ -53,7 +53,7 @@ minetest.register_craft({ {"default:stick",""} } }) -if minetest.get_modpath("flint") ~= nil then +if minetest.get_modpath("flint") then minetest.register_craft({ output = "dryplants:sickle", recipe = { @@ -63,7 +63,7 @@ if minetest.get_modpath("flint") ~= nil then } }) end -if minetest.get_modpath("stoneage") ~= nil then +if minetest.get_modpath("stoneage") then minetest.register_craft({ output = "dryplants:sickle", recipe = { diff --git a/dryplants/init.lua b/dryplants/init.lua index 77ca2dd..a3256b9 100644 --- a/dryplants/init.lua +++ b/dryplants/init.lua @@ -1,8 +1,3 @@ ------------------------------------------------------------------------------------------------ -local title = "Grasses" -- former "Dry plants" -local version = "0.1.5" -local mname = "dryplants" ------------------------------------------------------------------------------------------------ -- by Mossmanikin -- textures & ideas partly by Neuromancer @@ -20,13 +15,13 @@ dofile(minetest.get_modpath("dryplants").."/crafting.lua") dofile(minetest.get_modpath("dryplants").."/settings.txt") dofile(minetest.get_modpath("dryplants").."/reed.lua") if REEDMACE_GENERATES == true then -dofile(minetest.get_modpath("dryplants").."/reedmace.lua") + dofile(minetest.get_modpath("dryplants").."/reedmace.lua") end if SMALL_JUNCUS_GENERATES == true then -dofile(minetest.get_modpath("dryplants").."/juncus.lua") + dofile(minetest.get_modpath("dryplants").."/juncus.lua") end if EXTRA_TALL_GRASS_GENERATES == true then -dofile(minetest.get_modpath("dryplants").."/moregrass.lua") + dofile(minetest.get_modpath("dryplants").."/moregrass.lua") end --dofile(minetest.get_modpath("dryplants").."/meadowvariation.lua") @@ -201,7 +196,3 @@ minetest.register_abm({ end end, }) - ------------------------------------------------------------------------------------------------ -print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") ------------------------------------------------------------------------------------------------ diff --git a/dryplants/juncus.lua b/dryplants/juncus.lua index 0bfd635..186b4b0 100644 --- a/dryplants/juncus.lua +++ b/dryplants/juncus.lua @@ -46,6 +46,10 @@ minetest.register_node("dryplants:juncus", { fixed = {-7/16, -1/2, -7/16, 7/16, 0, 7/16}, }, on_place = function(itemstack, placer, pointed_thing) + if not itemstack or not placer or not pointed_thing then + return + end + local playername = placer:get_player_name() if minetest.is_protected(pointed_thing.above, playername) or minetest.is_protected(pointed_thing.under, playername) then diff --git a/dryplants/locale/dryplants.de.tr b/dryplants/locale/dryplants.de.tr index 442cd79..8f5dff9 100644 --- a/dryplants/locale/dryplants.de.tr +++ b/dryplants/locale/dryplants.de.tr @@ -1,11 +1,4 @@ # textdomain: dryplants - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# reusityback, 2022. -# - Sickle=Sichel Cut Grass=Gras schneiden Hay=Heu diff --git a/dryplants/locale/dryplants.eo.tr b/dryplants/locale/dryplants.eo.tr index 1ae0121..a9b36b9 100644 --- a/dryplants/locale/dryplants.eo.tr +++ b/dryplants/locale/dryplants.eo.tr @@ -1,11 +1,4 @@ # textdomain: dryplants - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# - Sickle= Cut Grass=Tranĉita Herbenon Hay=Fojno diff --git a/dryplants/locale/dryplants.fr.tr b/dryplants/locale/dryplants.fr.tr index 4172ea8..4345799 100644 --- a/dryplants/locale/dryplants.fr.tr +++ b/dryplants/locale/dryplants.fr.tr @@ -1,11 +1,4 @@ # textdomain: dryplants - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - Sickle=Faucille Cut Grass=Herbe coupée Hay=Foin diff --git a/dryplants/locale/template.txt b/dryplants/locale/template.txt index a95fb53..a244774 100644 --- a/dryplants/locale/template.txt +++ b/dryplants/locale/template.txt @@ -1,11 +1,4 @@ # textdomain: dryplants - -# 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 , YEAR. -# - Sickle= Cut Grass= Hay= diff --git a/ferns/crafting.lua b/ferns/crafting.lua index f32aa69..db419ef 100644 --- a/ferns/crafting.lua +++ b/ferns/crafting.lua @@ -30,7 +30,7 @@ minetest.register_craft({ ----------------------------------------------------------------------------------------------- -- FIDDLEHEAD ----------------------------------------------------------------------------------------------- -minetest.register_alias("archaeplantae:fiddlehead", "ferns:fiddlehead") +minetest.register_alias("archaeplantae:fiddlehead", "ferns:fiddlehead") minetest.register_craftitem("ferns:fiddlehead", { description = S("Fiddlehead"), @@ -51,7 +51,7 @@ minetest.register_craftitem("ferns:fiddlehead_roasted", { ----------------------------------------------------------------------------------------------- -- FERN TUBER ----------------------------------------------------------------------------------------------- -minetest.register_alias("archaeplantae:ferntuber", "ferns:ferntuber") +minetest.register_alias("archaeplantae:ferntuber", "ferns:ferntuber") minetest.register_craftitem("ferns:ferntuber", { description = S("Fern Tuber"), @@ -64,7 +64,7 @@ minetest.register_craft({ cooktime = 3, }) -minetest.register_alias("archaeplantae:ferntuber_roasted", "ferns:ferntuber_roasted") +minetest.register_alias("archaeplantae:ferntuber_roasted", "ferns:ferntuber_roasted") minetest.register_craftitem("ferns:ferntuber_roasted", { description = S("Roasted Fern Tuber"), diff --git a/ferns/gianttreefern.lua b/ferns/gianttreefern.lua index 58c8f79..bc1a334 100644 --- a/ferns/gianttreefern.lua +++ b/ferns/gianttreefern.lua @@ -84,8 +84,8 @@ abstract_ferns.grow_giant_tree_fern = function(pos) local brk = false for i = 1, size-3 do pos_aux.y = pos.y + i - local name = minetest.get_node(pos_aux).name - if not (name == "air" or (i == 1 and name == "ferns:sapling_giant_tree_fern")) then + local nodename = minetest.get_node(pos_aux).name + if not (nodename == "air" or (i == 1 and nodename == "ferns:sapling_giant_tree_fern")) then brk = true break end diff --git a/ferns/init.lua b/ferns/init.lua index 03ce8a9..14249b3 100644 --- a/ferns/init.lua +++ b/ferns/init.lua @@ -1,16 +1,5 @@ ------------------------------------------------------------------------------------------------ -local title = "Ferns" -- former "Archae Plantae" -local version = "0.2.1" -local mname = "ferns" -- former "archaeplantae" ------------------------------------------------------------------------------------------------ --- (by Mossmanikin) ------------------------------------------------------------------------------------------------ - abstract_ferns = {} --- support for i18n -local S = minetest.get_translator("ferns") - dofile(minetest.get_modpath("ferns").."/settings.lua") if abstract_ferns.config.enable_lady_fern == true then @@ -30,42 +19,3 @@ if abstract_ferns.config.enable_giant_treefern == true then end dofile(minetest.get_modpath("ferns").."/crafting.lua") - - ------------------------------------------------------------------------------ --- TESTS ------------------------------------------------------------------------------ -local run_tests = true -- set to false to skip - -if run_tests then - - -- These are, essentially, unit tests to make sure that all required item - -- strings are registered. The init sequence is not time critical so leaving - -- them here won't affect performance. - - -- Check node names - if abstract_ferns.config.enable_horsetails then - print("[Mod] " ..title.. " Checking horsetail item strings") - assert(minetest.registered_items["ferns:horsetail_01"] ~= nil) - assert(minetest.registered_items["ferns:horsetail_02"] ~= nil) - assert(minetest.registered_items["ferns:horsetail_03"] ~= nil) - assert(minetest.registered_items["ferns:horsetail_04"] ~= nil) - end - if abstract_ferns.config.enable_lady_fern then - print("[Mod] ".. title .." Checking lady fern item strings") - assert(minetest.registered_items["ferns:fern_01"] ~= nil) - assert(minetest.registered_items["ferns:fern_02"] ~= nil) - assert(minetest.registered_items["ferns:fern_03"] ~= nil) - end - if abstract_ferns.config.enable_treefern then - print("[Mod] ".. title .." Checking tree fern item strings") - assert(minetest.registered_items["ferns:tree_fern_leaves"] ~= nil) - assert(minetest.registered_items["ferns:tree_fern_leaves_02"] ~= nil) - assert(minetest.registered_items["ferns:fern_trunk"] ~= nil) - assert(minetest.registered_items["ferns:sapling_tree_fern"] ~= nil) - end -end - ------------------------------------------------------------------------------------------------ -print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") ------------------------------------------------------------------------------------------------ diff --git a/ferns/locale/ferns.de.tr b/ferns/locale/ferns.de.tr index 73e784d..a9582d7 100644 --- a/ferns/locale/ferns.de.tr +++ b/ferns/locale/ferns.de.tr @@ -1,18 +1,9 @@ # textdomain: ferns - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# reusityback, 2022. -# - - Fiddlehead=Geigenkopf Roasted Fiddlehead=Gerösteter Geigenkopf Fern Tuber=Farnknolle Roasted Fern Tuber=Geröstete Farnknolle Lady-fern (Athyrium)=Frauenfarn (Athyrium) -Tree Fern Crown (Dicksonia)=Baumfarnkrone (Dicksonia) Giant Tree Fern Leaves=Riesige Baumfarnblätter Giant Tree Fern Leave End=Riesiges Baumfarnblattende Giant Fern Trunk=Riesiger Baumfarnstamm @@ -21,3 +12,4 @@ Young Horsetail (Equisetum)=Junger Schachtelhalm (Equisetum) Horsetail (Equisetum)=Schachtelhalm (Equisetum) Fern Trunk (Dicksonia)=Farnstamm (Dicksonia) Tree Fern Sapling (Dicksonia)=Baumfarnsetzling (Dicksonia) +Tree Fern Crown (Dicksonia)=Baumfarnkrone (Dicksonia) diff --git a/ferns/locale/ferns.eo.tr b/ferns/locale/ferns.eo.tr index 0dc3da3..ad0bde3 100644 --- a/ferns/locale/ferns.eo.tr +++ b/ferns/locale/ferns.eo.tr @@ -1,18 +1,9 @@ # textdomain: ferns - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# - - Fiddlehead=Filika Supro Roasted Fiddlehead=Rostita Filika Supro Fern Tuber=Filika Tubero Roasted Fern Tuber=Rostita Filika Tubero Lady-fern (Athyrium)=Afiriumo (Athyrium) -Tree Fern Crown (Dicksonia)=Krono de Arba Filiko Giant Tree Fern Leaves=Folioj de Giganta Arba Filiko Giant Tree Fern Leave End=Folifino de Giganta Arba Filiko Giant Fern Trunk=Trunko de Giganta Arba Filiko @@ -21,3 +12,4 @@ Young Horsetail (Equisetum)=Juna Ekvizeto (Equisetum) Horsetail (Equisetum)=Ekvizeto (Equisetum) Fern Trunk (Dicksonia)=Trunko de Arba Filiko (Dicksonia) Tree Fern Sapling (Dicksonia)=Arbido de Arba Filiko (Dicksonia) +Tree Fern Crown (Dicksonia)=Krono de Arba Filiko diff --git a/ferns/locale/ferns.fr.tr b/ferns/locale/ferns.fr.tr index 9eb8d74..c893605 100644 --- a/ferns/locale/ferns.fr.tr +++ b/ferns/locale/ferns.fr.tr @@ -1,17 +1,9 @@ # textdomain: ferns - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - Fiddlehead=Crosse de fougère Roasted Fiddlehead=Crosse de fougère rôtie Fern Tuber=Tubercule de fougère Roasted Fern Tuber=Tubercule de fougère rôti Lady-fern (Athyrium)=Fougère (Athyrium) -Tree Fern Crown (Dicksonia)=Fougère en couronne (Dicksonia) Giant Tree Fern Leaves=Feuilles de fougère géante Giant Tree Fern Leave End=Feuilles de fougère géante (extrémité) Giant Fern Trunk=Tronc de fougère géante @@ -20,3 +12,4 @@ Young Horsetail (Equisetum)=Pousse de prêle (Equisetum) Horsetail (Equisetum)=Prêle (Equisetum) Fern Trunk (Dicksonia)=Tronc de fougère en couronne (Dicksonia) Tree Fern Sapling (Dicksonia)=Pousse de fougère en couronne (Dicksonia) +Tree Fern Crown (Dicksonia)=Fougère en couronne (Dicksonia) diff --git a/ferns/locale/template.txt b/ferns/locale/template.txt index a824e9c..b438c8c 100644 --- a/ferns/locale/template.txt +++ b/ferns/locale/template.txt @@ -1,18 +1,9 @@ # textdomain: ferns - -# 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 , YEAR. -# - - Fiddlehead= Roasted Fiddlehead= Fern Tuber= Roasted Fern Tuber= Lady-fern (Athyrium)= -Tree Fern Crown (Dicksonia)= Giant Tree Fern Leaves= Giant Tree Fern Leave End= Giant Fern Trunk= @@ -21,3 +12,4 @@ Young Horsetail (Equisetum)= Horsetail (Equisetum)= Fern Trunk (Dicksonia)= Tree Fern Sapling (Dicksonia)= +Tree Fern Crown (Dicksonia)= diff --git a/molehills/init.lua b/molehills/init.lua index c682318..c6f7824 100644 --- a/molehills/init.lua +++ b/molehills/init.lua @@ -1,13 +1,10 @@ ------------------------------------------------------------------------------------------------ -- Idea by Sokomine -- Code & textures by Mossmanikin -- support for i18n local S = minetest.get_translator("molehills") ------------------------------------------------------------------------------------------------ --- NoDe ------------------------------------------------------------------------------------------------ +-- Node local mh_cbox = { type = "fixed", fixed = { -0.5, -0.5, -0.5, 0.5, -0.125, 0.5} @@ -27,9 +24,7 @@ minetest.register_node("molehills:molehill",{ sounds = default.node_sound_dirt_defaults(), }) ------------------------------------------------------------------------------------------------ --- CRaFTiNG ------------------------------------------------------------------------------------------------ +-- Crafting minetest.register_craft({ -- molehills --> dirt output = "default:dirt", recipe = { @@ -38,9 +33,7 @@ minetest.register_craft({ -- molehills --> dirt } }) ------------------------------------------------------------------------------------------------ --- GeNeRaTiNG ------------------------------------------------------------------------------------------------ +-- Generating minetest.register_decoration({ decoration = { "molehills:molehill" diff --git a/molehills/locale/molehills.de.tr b/molehills/locale/molehills.de.tr index ba98372..07d8f7c 100644 --- a/molehills/locale/molehills.de.tr +++ b/molehills/locale/molehills.de.tr @@ -1,9 +1,2 @@ # textdomain: molehills - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# reusityback, 2022. -# - Mole Hill=Maulwurfshügel diff --git a/molehills/locale/molehills.eo.tr b/molehills/locale/molehills.eo.tr index 3740d78..ca7a1c6 100644 --- a/molehills/locale/molehills.eo.tr +++ b/molehills/locale/molehills.eo.tr @@ -1,9 +1,2 @@ # textdomain: molehills - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# - Mole Hill=Talpa Monteto diff --git a/molehills/locale/molehills.fr.tr b/molehills/locale/molehills.fr.tr index f3f9aab..b0eaf66 100644 --- a/molehills/locale/molehills.fr.tr +++ b/molehills/locale/molehills.fr.tr @@ -1,9 +1,2 @@ # textdomain: molehills - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - Mole Hill=Taupinière diff --git a/molehills/locale/template.txt b/molehills/locale/template.txt index 46fc119..bd7f836 100644 --- a/molehills/locale/template.txt +++ b/molehills/locale/template.txt @@ -1,9 +1,2 @@ # textdomain: molehills - -# 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 , YEAR. -# - Mole Hill= diff --git a/nature_classic/global_function.lua b/nature_classic/global_function.lua index b83201c..ebf5529 100644 --- a/nature_classic/global_function.lua +++ b/nature_classic/global_function.lua @@ -2,7 +2,7 @@ local function process_blossom_queue_item() local pos = nature.blossomqueue[1][1] - local node = nature.blossomqueue[1][2] + -- local node = nature.blossomqueue[1][2] local replace = nature.blossomqueue[1][3] if (nature.blossomqueue[1][3] == nature.blossom_node and not nature:is_near_water(pos)) then table.remove(nature.blossomqueue, 1) -- don't grow if it's not near water, pop from queue. @@ -32,7 +32,7 @@ end) function nature.enqueue_node(pos, node, replace) local idx = #nature.blossomqueue if idx < nature.blossomqueue_max then - local enqueue_prob = 0 + local enqueue_prob if idx < nature.blossomqueue_max * 0.8 then enqueue_prob = 1 else diff --git a/nature_classic/init.lua b/nature_classic/init.lua index 48a207e..0d0de99 100644 --- a/nature_classic/init.lua +++ b/nature_classic/init.lua @@ -6,8 +6,6 @@ local current_mod_name = minetest.get_current_modname() nature = {} --- support for i18n -local S = minetest.get_translator("nature_classic") nature.blossomqueue = {} nature.blossomqueue_max = 1000 @@ -25,7 +23,7 @@ if minetest.get_modpath("moretrees") then nature.blossom_node = "moretrees:apple_blossoms" nature.blossom_leaves = "moretrees:apple_tree_leaves" nature.blossom_textures = { "moretrees_apple_tree_leaves.png^nature_blossom.png" } - nature.blossom_groups = { snappy = 3, leafdecay = 1, leaves = 1, flammable = 2, moretrees_leaves = 1 }, + nature.blossom_groups = { snappy = 3, leafdecay = 1, leaves = 1, flammable = 2, moretrees_leaves = 1 } minetest.register_alias("nature:blossom", "default:leaves") end @@ -39,12 +37,6 @@ nature.apple_spread = 2 nature.meta_blossom_time = "blossom_time" nature.blossom_duration = nature.blossom_delay -function dumppos(pos) - return "("..pos.x..","..pos.y..","..pos.z..")" -end - dofile(minetest.get_modpath(current_mod_name) .. "/config.lua") dofile(minetest.get_modpath(current_mod_name) .. "/global_function.lua") dofile(minetest.get_modpath(current_mod_name) .. "/blossom.lua") - -minetest.log("info", S("[Nature Classic] loaded!")) diff --git a/nature_classic/locale/nature_classic.de.tr b/nature_classic/locale/nature_classic.de.tr index 9902d27..1f1f4d0 100644 --- a/nature_classic/locale/nature_classic.de.tr +++ b/nature_classic/locale/nature_classic.de.tr @@ -1,10 +1,2 @@ # 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. -# reusityback, 2022. -# - Apple blossoms=Apfelblüten -[Nature Classic] loaded!=[Nature Classic] geladen! diff --git a/nature_classic/locale/nature_classic.fr.tr b/nature_classic/locale/nature_classic.fr.tr index ffa9c50..6c60509 100644 --- a/nature_classic/locale/nature_classic.fr.tr +++ b/nature_classic/locale/nature_classic.fr.tr @@ -1,10 +1,2 @@ # 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 , 2017. -# - Apple blossoms=Fleurs de pommier -[Nature Classic] loaded!=[Nature Classic] chargé.! diff --git a/nature_classic/locale/template.txt b/nature_classic/locale/template.txt index c39a57b..a2c7ee4 100644 --- a/nature_classic/locale/template.txt +++ b/nature_classic/locale/template.txt @@ -1,10 +1,2 @@ # 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 , YEAR. -# - Apple blossoms= -[Nature Classic] loaded!= diff --git a/pl_seaweed/init.lua b/pl_seaweed/init.lua index 49885d4..e842478 100644 --- a/pl_seaweed/init.lua +++ b/pl_seaweed/init.lua @@ -47,7 +47,11 @@ for i in ipairs(algae_list) do liquids_pointable = true, drop = "flowers:seaweed", on_place = function(itemstack, placer, pointed_thing) - local keys=placer:get_player_control() + if not itemstack or not placer or not pointed_thing then + return + end + + local keys = placer:get_player_control() local pt = pointed_thing local place_pos = nil @@ -161,9 +165,9 @@ biome_lib.register_on_generate({ pl_seaweed.grow_seaweed ) -minetest.register_alias( "flowers:flower_seaweed" , "flowers:seaweed" ) -minetest.register_alias( "along_shore:pondscum_1" , "flowers:seaweed" ) -minetest.register_alias( "along_shore:seaweed_1" , "flowers:seaweed" ) -minetest.register_alias( "along_shore:seaweed_2" , "flowers:seaweed_2" ) -minetest.register_alias( "along_shore:seaweed_3" , "flowers:seaweed_3" ) -minetest.register_alias( "along_shore:seaweed_4" , "flowers:seaweed_4" ) +minetest.register_alias("flowers:flower_seaweed", "flowers:seaweed") +minetest.register_alias("along_shore:pondscum_1", "flowers:seaweed") +minetest.register_alias("along_shore:seaweed_1", "flowers:seaweed") +minetest.register_alias("along_shore:seaweed_2", "flowers:seaweed_2") +minetest.register_alias("along_shore:seaweed_3", "flowers:seaweed_3") +minetest.register_alias("along_shore:seaweed_4", "flowers:seaweed_4") diff --git a/pl_seaweed/locale/pl_seaweed.de.tr b/pl_seaweed/locale/pl_seaweed.de.tr index 89ed60d..6c34f92 100644 --- a/pl_seaweed/locale/pl_seaweed.de.tr +++ b/pl_seaweed/locale/pl_seaweed.de.tr @@ -1,11 +1,2 @@ # textdomain: pl_seaweed - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Xanthin, 2017. -# - - - Seaweed=Seetang diff --git a/pl_seaweed/locale/pl_seaweed.fr.tr b/pl_seaweed/locale/pl_seaweed.fr.tr index 5a76eb8..39dbbcf 100644 --- a/pl_seaweed/locale/pl_seaweed.fr.tr +++ b/pl_seaweed/locale/pl_seaweed.fr.tr @@ -1,10 +1,2 @@ # textdomain: pl_seaweed - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - - Seaweed=Algues diff --git a/pl_seaweed/locale/pl_seaweed.tr.tr b/pl_seaweed/locale/pl_seaweed.tr.tr index c1aa4bd..0e11bb1 100644 --- a/pl_seaweed/locale/pl_seaweed.tr.tr +++ b/pl_seaweed/locale/pl_seaweed.tr.tr @@ -1,10 +1,2 @@ # textdomain: pl_seaweed - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# mahmutelmas06@hotmail.com, 2017. -# - - Seaweed=Deniz yosunu diff --git a/pl_seaweed/locale/pl_seawood.eo.tr b/pl_seaweed/locale/pl_seawood.eo.tr index 40b89cb..f76dfe2 100644 --- a/pl_seaweed/locale/pl_seawood.eo.tr +++ b/pl_seaweed/locale/pl_seawood.eo.tr @@ -1,11 +1,2 @@ # textdomain: pl_seaweed - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# - - - Seaweed=Algo diff --git a/pl_seaweed/locale/pl_seawood.es.tr b/pl_seaweed/locale/pl_seawood.es.tr index 2927e3c..bcd13a2 100644 --- a/pl_seaweed/locale/pl_seawood.es.tr +++ b/pl_seaweed/locale/pl_seawood.es.tr @@ -1,10 +1,2 @@ # textdomain: pl_seaweed - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Carlos Barraza , 2017. -# - - Seaweed=Algas marinas diff --git a/pl_seaweed/locale/template.txt b/pl_seaweed/locale/template.txt index 1950d90..e2f00f6 100644 --- a/pl_seaweed/locale/template.txt +++ b/pl_seaweed/locale/template.txt @@ -1,11 +1,2 @@ # textdomain: pl_seaweed - -# 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 , YEAR. -# - - - Seaweed= diff --git a/pl_sunflowers/locale/pl_sunflowers.de.tr b/pl_sunflowers/locale/pl_sunflowers.de.tr index ab40a42..d82b0c7 100644 --- a/pl_sunflowers/locale/pl_sunflowers.de.tr +++ b/pl_sunflowers/locale/pl_sunflowers.de.tr @@ -1,11 +1,2 @@ # textdomain: pl_sunflowers - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Xanthin, 2017. -# - - - Sunflower=Sonnenblume diff --git a/pl_sunflowers/locale/pl_sunflowers.eo.tr b/pl_sunflowers/locale/pl_sunflowers.eo.tr index 8042897..f9203e0 100644 --- a/pl_sunflowers/locale/pl_sunflowers.eo.tr +++ b/pl_sunflowers/locale/pl_sunflowers.eo.tr @@ -1,11 +1,2 @@ # textdomain: pl_sunflowers - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# - - - Sunflower=Sunfloro diff --git a/pl_sunflowers/locale/pl_sunflowers.es.tr b/pl_sunflowers/locale/pl_sunflowers.es.tr index b57f3b6..2d5edc3 100644 --- a/pl_sunflowers/locale/pl_sunflowers.es.tr +++ b/pl_sunflowers/locale/pl_sunflowers.es.tr @@ -1,10 +1,2 @@ # textdomain: pl_sunflowers - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Carlos Barraza , 2017. -# - - Sunflower=Girasol diff --git a/pl_sunflowers/locale/pl_sunflowers.fr.tr b/pl_sunflowers/locale/pl_sunflowers.fr.tr index 1c04e4f..aea069f 100644 --- a/pl_sunflowers/locale/pl_sunflowers.fr.tr +++ b/pl_sunflowers/locale/pl_sunflowers.fr.tr @@ -1,10 +1,2 @@ # textdomain: pl_sunflowers - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - - Sunflower=Tournesol diff --git a/pl_sunflowers/locale/pl_sunflowers.tr.tr b/pl_sunflowers/locale/pl_sunflowers.tr.tr index 5b6409f..13e5a85 100644 --- a/pl_sunflowers/locale/pl_sunflowers.tr.tr +++ b/pl_sunflowers/locale/pl_sunflowers.tr.tr @@ -1,10 +1,2 @@ # textdomain: pl_sunflowers - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# mahmutelmas06@hotmail.com, 2017. -# - - Sunflower=Ayçiçeği diff --git a/pl_sunflowers/locale/template.txt b/pl_sunflowers/locale/template.txt index 46c6f0a..96186a8 100644 --- a/pl_sunflowers/locale/template.txt +++ b/pl_sunflowers/locale/template.txt @@ -1,11 +1,2 @@ # textdomain: pl_sunflowers - -# 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 , YEAR. -# - - - Sunflower= diff --git a/pl_waterlilies/init.lua b/pl_waterlilies/init.lua index 57edad3..1a33cbb 100644 --- a/pl_waterlilies/init.lua +++ b/pl_waterlilies/init.lua @@ -59,7 +59,11 @@ for i in ipairs(lilies_list) do liquids_pointable = true, drop = "flowers:waterlily", on_place = function(itemstack, placer, pointed_thing) - local keys=placer:get_player_control() + if not itemstack or not placer or not pointed_thing then + return + end + + local keys = placer:get_player_control() local pt = pointed_thing local place_pos = nil @@ -86,7 +90,6 @@ for i in ipairs(lilies_list) do local nodename = "default:cobble" -- if this block appears, something went....wrong :-) if not keys["sneak"] then - local node = minetest.get_node(pt.under) local waterlily = math.random(1,8) if waterlily == 1 then nodename = "flowers:waterlily" @@ -158,8 +161,8 @@ minetest.register_alias( "flowers:flower_waterlily", "flowers:waterlily") minetest.register_alias( "flowers:flower_waterlily_225", "flowers:waterlily_225") minetest.register_alias( "flowers:flower_waterlily_45", "flowers:waterlily_45") minetest.register_alias( "flowers:flower_waterlily_675", "flowers:waterlily_675") -minetest.register_alias( "trunks:lilypad" , "flowers:waterlily_s1" ) -minetest.register_alias( "along_shore:lilypads_1" , "flowers:waterlily_s1" ) -minetest.register_alias( "along_shore:lilypads_2" , "flowers:waterlily_s2" ) -minetest.register_alias( "along_shore:lilypads_3" , "flowers:waterlily_s3" ) -minetest.register_alias( "along_shore:lilypads_4" , "flowers:waterlily_s4" ) +minetest.register_alias( "trunks:lilypad", "flowers:waterlily_s1") +minetest.register_alias( "along_shore:lilypads_1", "flowers:waterlily_s1") +minetest.register_alias( "along_shore:lilypads_2", "flowers:waterlily_s2") +minetest.register_alias( "along_shore:lilypads_3", "flowers:waterlily_s3") +minetest.register_alias( "along_shore:lilypads_4", "flowers:waterlily_s4") diff --git a/pl_waterlilies/locale/pl_waterlilies.de.tr b/pl_waterlilies/locale/pl_waterlilies.de.tr index 58de1f5..09558c5 100644 --- a/pl_waterlilies/locale/pl_waterlilies.de.tr +++ b/pl_waterlilies/locale/pl_waterlilies.de.tr @@ -1,11 +1,2 @@ # textdomain: pl_waterlilies - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Xanthin, 2017. -# - - - Waterlily=Seerose diff --git a/pl_waterlilies/locale/pl_waterlilies.eo.tr b/pl_waterlilies/locale/pl_waterlilies.eo.tr index 0c188eb..c2de467 100644 --- a/pl_waterlilies/locale/pl_waterlilies.eo.tr +++ b/pl_waterlilies/locale/pl_waterlilies.eo.tr @@ -1,11 +1,2 @@ -# textdomain: pl_waterlillies - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# - - - +# textdomain: pl_waterlilies Waterlily=Akvolilio diff --git a/pl_waterlilies/locale/pl_waterlilies.es.tr b/pl_waterlilies/locale/pl_waterlilies.es.tr index bf93642..55f8874 100644 --- a/pl_waterlilies/locale/pl_waterlilies.es.tr +++ b/pl_waterlilies/locale/pl_waterlilies.es.tr @@ -1,10 +1,2 @@ # textdomain: pl_waterlilies - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Carlos Barraza , 2017. -# - - Waterlily=Lirio de agua diff --git a/pl_waterlilies/locale/pl_waterlilies.fr.tr b/pl_waterlilies/locale/pl_waterlilies.fr.tr index c0e0fd1..0770369 100644 --- a/pl_waterlilies/locale/pl_waterlilies.fr.tr +++ b/pl_waterlilies/locale/pl_waterlilies.fr.tr @@ -1,10 +1,2 @@ # textdomain: pl_waterlilies - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - - Waterlily=Nénuphar diff --git a/pl_waterlilies/locale/pl_waterlilies.tr.tr b/pl_waterlilies/locale/pl_waterlilies.tr.tr index ae05de6..b9f30e4 100644 --- a/pl_waterlilies/locale/pl_waterlilies.tr.tr +++ b/pl_waterlilies/locale/pl_waterlilies.tr.tr @@ -1,10 +1,2 @@ # textdomain: pl_waterlilies - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# mahmutelmas06@hotmail.com, 2017. -# - - Waterlily=Nilüfer diff --git a/pl_waterlilies/locale/template.txt b/pl_waterlilies/locale/template.txt index bdf61b3..f9399c7 100644 --- a/pl_waterlilies/locale/template.txt +++ b/pl_waterlilies/locale/template.txt @@ -1,11 +1,2 @@ -# textdomain: pl_waterlillies - -# 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 , YEAR. -# - - - +# textdomain: pl_waterlilies Waterlily= diff --git a/poisonivy/init.lua b/poisonivy/init.lua index 0c914fa..f0e9d9d 100644 --- a/poisonivy/init.lua +++ b/poisonivy/init.lua @@ -1,5 +1,4 @@ -- This file supplies poison ivy for the plantlife modpack --- Last revision: 2013-01-24 -- support for i18n local S = minetest.get_translator("poisonivy") @@ -20,7 +19,7 @@ local walls_list = { "default:jungletree", "default:stone_with_coal", "default:stone_with_iron" -}, +} minetest.register_node('poisonivy:seedling', { description = S("Poison ivy (seedling)"), drawtype = 'plantlike', @@ -100,5 +99,3 @@ biome_lib.update_plant({ verticals_list = walls_list, ground_nodes = {"default:dirt_with_grass"} }) - -print("[Poison Ivy] Loaded.") diff --git a/poisonivy/locale/poisonivy.de.tr b/poisonivy/locale/poisonivy.de.tr index 85b9f13..4b337a2 100644 --- a/poisonivy/locale/poisonivy.de.tr +++ b/poisonivy/locale/poisonivy.de.tr @@ -1,12 +1,4 @@ # textdomain: poisonivy - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Xanthin, 2017. -# - Poison ivy (seedling)=Giftefeu (Saemling) Poison ivy (sproutling)=Giftefeu (Sproessling) Poison ivy (climbing plant)=Giftefeu (Kletterpflanze) -[Poison Ivy] Loaded.=[Poison Ivy] Geladen. diff --git a/poisonivy/locale/poisonivy.eo.tr b/poisonivy/locale/poisonivy.eo.tr index d0cb098..8db7877 100644 --- a/poisonivy/locale/poisonivy.eo.tr +++ b/poisonivy/locale/poisonivy.eo.tr @@ -1,12 +1,4 @@ # textdomain: poisonivy - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# - Poison ivy (seedling)=Venena hedero (plantido) Poison ivy (sproutling)=Venena hedero (ĝermanta) Poison ivy (climbing plant)=Venena hedero (grimpplanto) -[Poison Ivy] Loaded.=[Poison Ivy] ŝarĝita. diff --git a/poisonivy/locale/poisonivy.es.tr b/poisonivy/locale/poisonivy.es.tr index 19aaa3f..58f2f21 100644 --- a/poisonivy/locale/poisonivy.es.tr +++ b/poisonivy/locale/poisonivy.es.tr @@ -1,12 +1,4 @@ # textdomain: poisonivy - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Carlos Barraza , 2017. -# - Poison ivy (seedling)=Hiedra venenosa (retoño) Poison ivy (sproutling)=Hiedra venenosa (brotes) Poison ivy (climbing plant)=Hiedra venenosa (planta trepadora) -[Poison Ivy] Loaded.=[Poison Ivy] Cargado. diff --git a/poisonivy/locale/poisonivy.fr.tr b/poisonivy/locale/poisonivy.fr.tr index 1436b0d..519648e 100644 --- a/poisonivy/locale/poisonivy.fr.tr +++ b/poisonivy/locale/poisonivy.fr.tr @@ -1,12 +1,4 @@ # textdomain: poisonivy - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - Poison ivy (seedling)=Sumac vénéneux (semis) Poison ivy (sproutling)=Sumac vénéneux (pousse) Poison ivy (climbing plant)=Sumac vénéneux (grimpant) -[Poison Ivy] Loaded.=[Poison Ivy] chargé. diff --git a/poisonivy/locale/poisonivy.pt.tr b/poisonivy/locale/poisonivy.pt.tr index 5b6ab87..9ef066d 100644 --- a/poisonivy/locale/poisonivy.pt.tr +++ b/poisonivy/locale/poisonivy.pt.tr @@ -1,12 +1,4 @@ # textdomain: poisonivy - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - Poison ivy (seedling)=Hera venenosa (plantilha) Poison ivy (sproutling)=Hera venenosa (brotando) Poison ivy (climbing plant)=Hera venenosa (planta trepadeira) -[Poison Ivy] Loaded.=[Poison Ivy] Carregado diff --git a/poisonivy/locale/poisonivy.pt_BR.tr b/poisonivy/locale/poisonivy.pt_BR.tr index 185ddc9..d158d7c 100644 --- a/poisonivy/locale/poisonivy.pt_BR.tr +++ b/poisonivy/locale/poisonivy.pt_BR.tr @@ -1,6 +1,4 @@ # textdomain: poisonivy - -Poison ivy (seedling) = Hera venenosa (plantilha) -Poison ivy (sproutling) = Hera venenosa (brotando) -Poison ivy (climbing plant) = Hera venenosa (planta trepadeira) -[Poison Ivy] Loaded. =[Poison Ivy] Carregado +Poison ivy (seedling)= +Poison ivy (sproutling)= +Poison ivy (climbing plant)= diff --git a/poisonivy/locale/poisonivy.tr.tr b/poisonivy/locale/poisonivy.tr.tr index ecbb279..0e12f01 100644 --- a/poisonivy/locale/poisonivy.tr.tr +++ b/poisonivy/locale/poisonivy.tr.tr @@ -1,12 +1,4 @@ # textdomain: poisonivy - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# mahmutelmas06@hotmail.com, 2017. -# - Poison ivy (seedling)=Sarmaşık (Fidan) Poison ivy (sproutling)=Sarmaşık (Filiz) Poison ivy (climbing plant)=Sarmaşık (Dolanan) -[Poison Ivy] Loaded.=[Poison Ivy] yüklendi. diff --git a/poisonivy/locale/template.txt b/poisonivy/locale/template.txt new file mode 100644 index 0000000..d158d7c --- /dev/null +++ b/poisonivy/locale/template.txt @@ -0,0 +1,4 @@ +# textdomain: poisonivy +Poison ivy (seedling)= +Poison ivy (sproutling)= +Poison ivy (climbing plant)= diff --git a/trunks/generating.lua b/trunks/generating.lua index 145a945..2322062 100644 --- a/trunks/generating.lua +++ b/trunks/generating.lua @@ -475,8 +475,6 @@ end if Roots == true then -- see settings.txt abstract_trunks.grow_roots = function(pos) - local twig_size = math.random(1,27) - local right_here = {x=pos.x , y=pos.y , z=pos.z } local below = {x=pos.x , y=pos.y-1, z=pos.z } local north = {x=pos.x , y=pos.y , z=pos.z+1} diff --git a/trunks/init.lua b/trunks/init.lua index a82f7e3..729ed13 100644 --- a/trunks/init.lua +++ b/trunks/init.lua @@ -1,20 +1,8 @@ ------------------------------------------------------------------------------------------------ -local title = "Trunks" -local version = "0.1.4" -local mname = "trunks" ------------------------------------------------------------------------------------------------ -- Code by Mossmanikin & Neuromancer abstract_trunks = {} --- support for i18n -local S = minetest.get_translator("trunks") - dofile(minetest.get_modpath("trunks").."/trunks_settings.txt") dofile(minetest.get_modpath("trunks").."/generating.lua") dofile(minetest.get_modpath("trunks").."/nodes.lua") dofile(minetest.get_modpath("trunks").."/crafting.lua") - ------------------------------------------------------------------------------------------------ -print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") ------------------------------------------------------------------------------------------------ diff --git a/trunks/locale/template.txt b/trunks/locale/template.txt index 50cbff1..3657950 100644 --- a/trunks/locale/template.txt +++ b/trunks/locale/template.txt @@ -1,11 +1,4 @@ # textdomain: trunks - -# 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 , YEAR. -# - Twig= Moss= Moss with Fungus= diff --git a/trunks/locale/trunks.de.tr b/trunks/locale/trunks.de.tr index 54312be..f3ff6a5 100644 --- a/trunks/locale/trunks.de.tr +++ b/trunks/locale/trunks.de.tr @@ -1,11 +1,4 @@ # textdomain: trunks - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# reusityback, 2022. -# - Twig=Zweig Moss=Moos Moss with Fungus=Moos mit Pilz diff --git a/trunks/locale/trunks.eo.tr b/trunks/locale/trunks.eo.tr index 5f43812..2e9255c 100644 --- a/trunks/locale/trunks.eo.tr +++ b/trunks/locale/trunks.eo.tr @@ -1,11 +1,4 @@ # textdomain: trunks - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# - Twig=Branĉeto Moss=Musko Moss with Fungus=Musko kun Fungo diff --git a/trunks/locale/trunks.fr.tr b/trunks/locale/trunks.fr.tr index 4ef3392..097c2bb 100644 --- a/trunks/locale/trunks.fr.tr +++ b/trunks/locale/trunks.fr.tr @@ -1,11 +1,4 @@ # textdomain: trunks - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - Twig=Brindille Moss=Mousse Moss with Fungus=Mousse et champignons diff --git a/trunks/nodes.lua b/trunks/nodes.lua index 73cd9a1..f88df72 100644 --- a/trunks/nodes.lua +++ b/trunks/nodes.lua @@ -46,7 +46,7 @@ for i in pairs(NoDe) do if not placer then return end local playername = placer:get_player_name() - if minetest.is_protected(pt.above, playername) then + if minetest.is_protected(pt.above, playername) then minetest.record_protection_violation(pt.above, playername) return end @@ -125,7 +125,7 @@ for r = 0, 3 do }) end -minetest.register_alias("trunks:moss_plain", "trunks:moss_plain_0") +minetest.register_alias("trunks:moss_plain", "trunks:moss_plain_0") minetest.register_alias("trunks:moss_with_fungus", "trunks:moss_with_fungus_0") ----------------------------------------------------------------------------------------------- @@ -186,7 +186,7 @@ minetest.register_node("trunks:twigs_roof", { ----------------------------------------------------------------------------------------------- -- TWiGS RooF CoRNeR ----------------------------------------------------------------------------------------------- -minetest.register_alias("woodstuff:twigs_roof_corner", "trunks:twigs_roof_corner") +minetest.register_alias("woodstuff:twigs_roof_corner", "trunks:twigs_roof_corner") minetest.register_node("trunks:twigs_roof_corner", { description = S("Twigs Roof Corner 1"), @@ -214,7 +214,7 @@ minetest.register_node("trunks:twigs_roof_corner", { ----------------------------------------------------------------------------------------------- -- TWiGS RooF CoRNeR 2 ----------------------------------------------------------------------------------------------- -minetest.register_alias("woodstuff:twigs_roof_corner_2", "trunks:twigs_roof_corner_2") +minetest.register_alias("woodstuff:twigs_roof_corner_2", "trunks:twigs_roof_corner_2") minetest.register_node("trunks:twigs_roof_corner_2", { description = S("Twigs Roof Corner 2"), diff --git a/vines/locale/template.txt b/vines/locale/template.txt index c8c1a01..43ba2d9 100644 --- a/vines/locale/template.txt +++ b/vines/locale/template.txt @@ -1,10 +1,4 @@ # textdomain: vines - -# 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 , YEAR. -# Vines= Matured= Rope= diff --git a/vines/locale/vines.de.tr b/vines/locale/vines.de.tr index 31c542e..81c6cda 100644 --- a/vines/locale/vines.de.tr +++ b/vines/locale/vines.de.tr @@ -1,10 +1,4 @@ # textdomain: vines - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# reusityback, 2022. -# Vines=Ranken Matured=Gereifte Rope=Seil diff --git a/vines/locale/vines.eo.tr b/vines/locale/vines.eo.tr index cb6ce20..12018c2 100644 --- a/vines/locale/vines.eo.tr +++ b/vines/locale/vines.eo.tr @@ -1,10 +1,4 @@ # textdomain: vines - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# Vines=Vitoj Matured=Maturita Rope=Ŝnuro diff --git a/vines/locale/vines.fr.tr b/vines/locale/vines.fr.tr index 5610071..70c7dc1 100644 --- a/vines/locale/vines.fr.tr +++ b/vines/locale/vines.fr.tr @@ -1,11 +1,4 @@ # textdomain: vines - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - Vines=Plantes grimpantes Matured=Extrémité de Rope=Corde diff --git a/woodsoils/init.lua b/woodsoils/init.lua index 5d65837..456ec30 100644 --- a/woodsoils/init.lua +++ b/woodsoils/init.lua @@ -1,32 +1,4 @@ ------------------------------------------------------------------------------------------------ -local title = "Wood Soils" -- former "Forest Soils" -local version = "0.0.9" -local mname = "woodsoils" -- former "forestsoils" ------------------------------------------------------------------------------------------------ - abstract_woodsoils = {} --- support for i18n -local S = minetest.get_translator("woodsoils") - dofile(minetest.get_modpath("woodsoils").."/nodes.lua") dofile(minetest.get_modpath("woodsoils").."/generating.lua") - --- felt like playing a bit :D ---[[print(" _____ __") -print("_/ ____\\___________ ____ _______/ |_") -print("\\ __\\/ _ \\_ __ \\_/ __ \\ / ___/\\ __\\") -print(" | | ( <_> ) | \\/\\ ___/ \\___ \\ | |") -print(" |__| \\____/|__| \\___ >____ > |__|") -print(" \\/ \\/") - -print(" .__.__") -print(" __________ |__| | ______") -print(" / ___/ _ \\| | | / ___/") -print(" \\___ ( <_> ) | |__\\___ \\") -print("/____ >____/|__|____/____ >") -print(" \\/ \\/")]] - ------------------------------------------------------------------------------------------------ -print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") ------------------------------------------------------------------------------------------------ diff --git a/woodsoils/locale/template.txt b/woodsoils/locale/template.txt index 9c40b2a..e1ce367 100644 --- a/woodsoils/locale/template.txt +++ b/woodsoils/locale/template.txt @@ -1,11 +1,4 @@ # textdomain: woodsoils - -# 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 , YEAR. -# - Forest Soil 1= Forest Soil 2= Forest Soil 3= diff --git a/woodsoils/locale/woodsoils.de.tr b/woodsoils/locale/woodsoils.de.tr index c30a2ce..c87d1b5 100644 --- a/woodsoils/locale/woodsoils.de.tr +++ b/woodsoils/locale/woodsoils.de.tr @@ -1,11 +1,4 @@ # textdomain: woodsoils - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# reusityback, 2022. -# - Forest Soil 1=Waldboden 1 Forest Soil 2=Waldboden 2 Forest Soil 3=Waldboden 3 diff --git a/woodsoils/locale/woodsoils.eo.tr b/woodsoils/locale/woodsoils.eo.tr index 5998e30..8905184 100644 --- a/woodsoils/locale/woodsoils.eo.tr +++ b/woodsoils/locale/woodsoils.eo.tr @@ -1,11 +1,4 @@ # textdomain: woodsoils - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Jolesh, 2022. -# - Forest Soil 1=Arbara Grundo 1 Forest Soil 2=Arbara Grundo 2 Forest Soil 3=Arbara Grundo 3 diff --git a/woodsoils/locale/woodsoils.fr.tr b/woodsoils/locale/woodsoils.fr.tr index 3ef6a2c..a9e756e 100644 --- a/woodsoils/locale/woodsoils.fr.tr +++ b/woodsoils/locale/woodsoils.fr.tr @@ -1,11 +1,4 @@ # textdomain: woodsoils - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# fat115 , 2017. -# - Forest Soil 1=Humus forestier 1 Forest Soil 2=Humus forestier 2 Forest Soil 3=Humus forestier 3 diff --git a/youngtrees/locale/template.txt b/youngtrees/locale/template.txt index 745f6b8..33048ea 100644 --- a/youngtrees/locale/template.txt +++ b/youngtrees/locale/template.txt @@ -1,11 +1,4 @@ # 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 , YEAR. -# - Young Bamboo Tree= Young Tree 2 (middle)= Young Tree (top)= diff --git a/youngtrees/locale/youngtrees.de.tr b/youngtrees/locale/youngtrees.de.tr index d09f2ed..0024f8e 100644 --- a/youngtrees/locale/youngtrees.de.tr +++ b/youngtrees/locale/youngtrees.de.tr @@ -1,11 +1,4 @@ # 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. -# reusityback, 2022. -# - Young Bamboo Tree=Junger Bambus Young Tree 2 (middle)=Strauch 2 (Mitte) Young Tree (top)=Strauch (Spitze) diff --git a/youngtrees/locale/youngtrees.eo.tr b/youngtrees/locale/youngtrees.eo.tr index 5bf8f39..3aeca86 100644 --- a/youngtrees/locale/youngtrees.eo.tr +++ b/youngtrees/locale/youngtrees.eo.tr @@ -1,11 +1,4 @@ # 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. -# Jolesh, 2022. -# - Young Bamboo Tree=Juna Bambuarbo Young Tree 2 (middle)=Juna Arbo 2 (mezo) Young Tree (top)=Juna Arbo (supro) diff --git a/youngtrees/locale/youngtrees.fr.tr b/youngtrees/locale/youngtrees.fr.tr index 42de95b..19d9533 100644 --- a/youngtrees/locale/youngtrees.fr.tr +++ b/youngtrees/locale/youngtrees.fr.tr @@ -1,11 +1,4 @@ # 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 , 2017. -# - Young Bamboo Tree=Bambou jeune Young Tree 2 (middle)=Arbuste 2 (milieu) Young Tree (top)=Arbuste (haut)