Commit Graph

19 Commits

Author SHA1 Message Date
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
bf750c9721 fix bad shers wield image ref 2015-05-28 10:32:45 -04:00
Vanessa Ezekowitz
06f65fa183 don't grow vines on default trees 2015-05-10 17:22:36 -04:00
Vanessa Ezekowitz
92c5c81ea1 update vines mod again 2015-03-01 12:46:26 -05:00
Vanessa Ezekowitz
7059756929 update vines from upstream 2015-03-01 12:25:54 -05:00
Vanessa Ezekowitz
36eea79c4d fix typos in vine spawn target node names
fix wrong use of near_nodes_* fields in willow def
2015-02-17 01:31:56 -05:00
bas080
e049492b59 Vines update 2015-02-17 01:31:36 -05:00
Vanessa Ezekowitz
3eaf687da4 OPTIMIZE _ALL_ THE TEXTURES! \:D/ 2015-01-23 14:08:08 -05:00
Vanessa Ezekowitz
3472d32f2b make vines ONLY grow on jungle trees 2014-12-22 15:25:58 -05:00
Vanessa Ezekowitz
f7784aa9db add cleanup ABM: if vines lack a tree to hang from, they are deleted. 2014-12-22 14:38:58 -05:00
Vanessa Ezekowitz
d001b23396 make vines growth and rotting ABMs configurable 2014-12-22 13:51:42 -05:00
Vanessa Ezekowitz
5e8d4084ea make all vines buildable_to 2014-12-22 13:48:26 -05:00
Vanessa Ezekowitz
86abe21185 local-ize walldir in vines mod 2014-11-20 11:17:10 -05:00
Vanessa Ezekowitz
9bd5249c2d import bas080's vines-and-rope mod 2014-09-10 17:26:35 -04:00