Laboratory Tiling Generator

by KFAF

Replaces the terrain with laboratory tiling on generation. To permanently activate on a new map, use the activation seed '5228453' (=LABTILE). Can also be activated per-session and replace existing chunks triggered via the remote. Provides buttons for the creative-mode mod.

Utilities
6 years ago
0.15
5

b Calling game in on_load will crash

6 years ago

game.surfaces is not accessible during load.
script.on_load(register)

6 years ago

Thanks for the report. This was my first mod I made yesterday in a bit of a rush. Upon reading the API I realized this problem aswell.

I fixed this in the new 1.0.4 Version by storing a mod global that indicates the state, so that the seed check only needs to be executed on init.

New response