Delete Gleba

by Leftn

I hate Gleba. This mod deletes Gleba and moves it's research and products to use stuff from Fulgora and Vulcanus

Tweaks
1 year, 13 days ago
2.0
1.84K
Manufacturing

g Use nil instead of null

1 year, 13 days ago

In lua the empty value is "nil" instead of "null". Your code only works because variable "null" doesn't exit, and if some goober made a mod that assigns a value to null (lua uses global value by default and in data stage mods aren't sandboxed), your mod's gonna go kaboom

1 year, 13 days ago

Thanks for letting me know, it should all be fixed now.

New response