1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-04-13 15:40:39 +02:00
Vanessa Ezekowitz 96df170e2d Made a couple of perlin functions global so they aren't being redefined
every time an ABM or on_generated is called.  Optimized a number of nil
comparisons ("if x == nil" -> "if not x" and similar).
2013-02-23 00:34:03 -05:00
..