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
10 months ago
2.0
1.71K
Manufacturing

g Use nil instead of null

10 months 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

10 months ago

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

New response