9 lines
282 B
Lua
9 lines
282 B
Lua
--[[ Copyright (c) 2017 David-John Miller AKA Anoyomouse
|
|
* Part of the Warehousing mod
|
|
*
|
|
* See License.txt in the project directory for license information.
|
|
--]]
|
|
require("prototypes.item")
|
|
require("prototypes.recipe")
|
|
require("prototypes.entity")
|
|
require("prototypes.technology") |