Commit Graph

15 Commits

Author SHA1 Message Date
655cff9f76 Removed obsolete or useless code
Some commented code makes no sense because there is not comment as to why it's commented out. Removed.
2014-08-20 20:37:48 +10:00
b069341d33 Stop polluting global namespace 2014-08-20 18:35:08 +10:00
fc3363d439 Refactor abstract_ferns.grow_giant_tree_fern
Arguably more readable; definately more maintainable

Potentially slower but if it is the difference would be negligable
2014-08-20 18:00:59 +10:00
786a28a5e9 Renamed "leave" to "leaf" where appropriate 2014-08-20 16:57:01 +10:00
25c8c8aeb0 Early exit from abstract_ferns.grow_giant_tree_fern
(very) small performance increase
2014-08-20 16:41:43 +10:00
3b32a4acb7 typo 2014-08-18 19:23:56 -04:00
bc48ee59e3 fix wield scale of giant fern tree crown 2014-08-18 19:23:56 -04:00
b914e5395b use set_node(), not add_node()
don't use minetest.env:* method (deprecated), use minetest.* instead
2014-08-15 19:34:15 -04:00
da732bb18e use real function calls instead of the old string method where possible
(basically leaving only the old legacy mapgen calls still using the string method)
2014-08-15 10:47:44 -04:00
7f4fc1d553 fix wield scale on giant tree fern leaves 2014-08-15 08:42:57 -04:00
ae9c8c307d Bugfix: giant tree fern leaves dropping wrong item 2014-08-15 17:43:11 +10:00
d1aae719d0 Fixed emerge tread dig messages for ferns
Pretty sure it's right this time :)
2014-08-15 12:20:50 +10:00
b2c30c9a5e Use a loop to generate the giant ferns rather than lots of if statements.
NB: Technically giant tree ferns are a subcanopy species and not emergent (which with the current truck heights they are in jungles)
2014-08-14 10:48:07 -04:00
f3cdd1b7a1 don't disable air checking in biome defs when it isn't necessary
doing so greatly slows down plants_lib by forcing the use of the legacy
mapgen code.
2014-08-12 23:44:00 -04:00
3b7b242481 Imported dryplants and ferns mods and all components of the Undergrowth modpack 2014-08-12 15:08:11 -04:00