mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-11-23 08:45:37 +01:00
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).