Commit Graph

11 Commits

Author SHA1 Message Date
Vanessa Dannenberg 77093e428a use swap_node() where possible, for speed 2018-10-25 10:27:54 -04:00
fat115 5ca1ed261e global i18n : add plantlife_i18n mod
idea taken from homedecor_modpack and its homedecor_i18n
all translated mods have a new dependency : plantlife_i18n
translations are stored in po/pot file : one file for all mods

added french translation (almost complete)
transfered de/es/tr/pt translations to corresponding .po file
(only for some mods, unfortunately translations are incomplete)
2017-08-03 15:02:56 +02:00
Vanessa Ezekowitz dd14b2cb04 update vines mod from upstream 2017-05-18 05:47:41 -04:00
Vanessa Ezekowitz ab9b30778b Merge branch 'master' of github.com:minetest-mods/plantlife_modpack 2017-01-06 04:02:05 -05:00
Diego Martínez d85fb4c64f Prevent two separate instances of stack overflow.
The first one happens because `remove_node` is called
directly, calling `remove_node` for the vine below,
calling `remove_node` for the vine below, calling...

The second one happens because `get_item_group`
returns 0 for groups not set, and 0 is a truthy
value in Lua, so the code always removes the bottom
node regardless of its group rating. This interacted
funnily with doors wanting to remove their top node,
while vines wanted to remove their bottom nodes.
2017-01-06 05:57:48 -03:00
Ezhh 0f89ab5b44 Fix to prevent crashes 2017-01-04 19:27:49 +00:00
Vanessa Ezekowitz 16db34a9f1 tile_images --> tiles 2015-10-23 13:09:05 -04:00
Nick Name 865f108f36 Added missing local. 2015-08-15 11:24:52 +02:00
Vanessa Ezekowitz 42732b0636 split plants_lib off into its own repository
renamed it to biome_lib
changed all relevant functions, tables, depends.txt, etc. in this modpack to call for the new name.
2015-08-09 10:37:50 -04:00
Vanessa Ezekowitz 7059756929 update vines from upstream 2015-03-01 12:25:54 -05:00
bas080 e049492b59 Vines update 2015-02-17 01:31:36 -05:00