Commit Graph

10 Commits

Author SHA1 Message Date
329f6eb5d5 Random lady fern face direction 2014-08-22 10:24:24 -04:00
aa8668f69b Moved ferns "'module' loaded" asserts to top of files 2014-08-22 10:24:13 -04:00
5b5652c552 Renamed config/settings var names 2014-08-22 10:24:02 -04:00
174096ac87 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-21 01:12:17 -04:00
c5f6d6831e Stop polluting global namespace 2014-08-21 01:12:17 -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
c499030f7c do the same for the other small ferns 2014-08-12 23:55:34 -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