forked from mtcontrib/plantlife_modpack
every time an ABM or on_generated is called. Optimized a number of nil
comparisons ("if x == nil" -> "if not x" and similar).
every time an ABM or on_generated is called. Optimized a number of nil
comparisons ("if x == nil" -> "if not x" and similar).