mirror of
https://github.com/Wyrrrd/Rocket_Turrets.git
synced 2026-03-04 21:32:19 +01:00
17 lines
315 B
Lua
17 lines
315 B
Lua
--data.lua
|
|
|
|
require("prototypes.entity")
|
|
require("prototypes.item")
|
|
require("prototypes.recipe")
|
|
require("prototypes.technology")
|
|
|
|
data:extend({
|
|
rocket_entity,
|
|
rocket_item,
|
|
rocket_recipe,
|
|
rocket_tech
|
|
})
|
|
|
|
-- integrations
|
|
require("integrations.bobplates.data")
|
|
require("integrations.informatron.data") |