Data Raw Prototypes deprecated


A modding utility to access raw prototype data from data.raw within control.lua. Prototypes are only loaded as required, cached to the save game for as long as the mods state is unchanged, and the cache is shared across all mods. To use: remote.call("data-raw", "prototype", "car", "tank"). See readme for more details.

Utilities
6 years ago
0.14 - 0.15
59

g prototype list inconsistencies

6 years ago

The prototype list include every prototypes, it should be interesting if it could only contains data entities it could index or have a boolean value to tell which prototype could be indexed.