mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-05-04 17:30:21 +02: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).