6 lines
212 B
Lua
6 lines
212 B
Lua
require("prototypes/entity/entity-update")
|
|
require("prototypes/item/item-update")
|
|
require("prototypes/recipe/recipe-update")
|
|
|
|
--log( serpent.block( data.raw["recipe"], {comment = false, numformat = '%1.8g' } ) )
|