mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-21 09:10:29 +02:00
cleanup codebase (#46)
* cleanup codebase * fix typo * add nil checks to on_place * nuke all mod loaded statements
This commit is contained in:
@ -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.")
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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 <carlosbarrazaes@gmail.com>, 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.
|
||||
|
@ -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 <fat115@framasoft.org>, 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é.
|
||||
|
@ -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 <fat115@framasoft.org>, 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
|
||||
|
@ -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)=
|
||||
|
@ -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.
|
||||
|
4
poisonivy/locale/template.txt
Normal file
4
poisonivy/locale/template.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: poisonivy
|
||||
Poison ivy (seedling)=
|
||||
Poison ivy (sproutling)=
|
||||
Poison ivy (climbing plant)=
|
Reference in New Issue
Block a user