summaryrefslogtreecommitdiff
path: root/poisonivy
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-16 18:12:21 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-16 18:12:21 -0400
commit75e0a665ce2a45e1158a427d3f70f854f5f4d5a8 (patch)
tree881209e2c8f7efcbce69482bc3caa19b4828e290 /poisonivy
parentb8cd2f723c7c9079e631d7a4078862ff47b24915 (diff)
downloaddreambuilder_modpack-75e0a665ce2a45e1158a427d3f70f854f5f4d5a8.tar
dreambuilder_modpack-75e0a665ce2a45e1158a427d3f70f854f5f4d5a8.tar.gz
dreambuilder_modpack-75e0a665ce2a45e1158a427d3f70f854f5f4d5a8.tar.bz2
dreambuilder_modpack-75e0a665ce2a45e1158a427d3f70f854f5f4d5a8.tar.xz
dreambuilder_modpack-75e0a665ce2a45e1158a427d3f70f854f5f4d5a8.zip
Updated several mods for Minetest 0.4.16
castles modpack, areas, biome_lib, blox, boost_cart, plantlife modpack caverealms, coloredwood, concrete, currency, farming redo, home decor, ilights, mesecons, moreores, pipeworks, signs_lib, technic, unified inventory unified bricks, unified dyes, worldedit, and xban2
Diffstat (limited to 'poisonivy')
-rw-r--r--poisonivy/init.lua7
-rw-r--r--poisonivy/locale/es.txt7
2 files changed, 13 insertions, 1 deletions
diff --git a/poisonivy/init.lua b/poisonivy/init.lua
index 466b930..8f7f7ba 100644
--- a/poisonivy/init.lua
+++ b/poisonivy/init.lua
@@ -1,7 +1,12 @@
-- This file supplies poison ivy for the plantlife modpack
-- Last revision: 2013-01-24
-local S = biome_lib.intllib
+local S
+if minetest.get_modpath("intllib") then
+ S = intllib.Getter()
+else
+ S = function(s) return s end
+end
local SPAWN_DELAY = 1000
local SPAWN_CHANCE = 200
diff --git a/poisonivy/locale/es.txt b/poisonivy/locale/es.txt
new file mode 100644
index 0000000..e9880e4
--- /dev/null
+++ b/poisonivy/locale/es.txt
@@ -0,0 +1,7 @@
+# Traducido por Carlos Barraza
+
+Poison ivy (seedling) = Hiedra venenosa (retoƱo)
+Poison ivy (sproutling) = Hiedra venenosa (brotes)
+Poison ivy (climbing plant) = Hiedra venenosa (planta trepadora)
+
+[Poison Ivy] Loaded. = [Hiedra venenosa] Cargado.