mirror of
https://github.com/Wyrrrd/Rocket_Turrets.git
synced 2026-02-25 18:20:32 +01:00
- Moved integrations to separate directory - Simplified check for bobplates - Merged MK1 turret with vanilla turret
16 lines
274 B
Lua
16 lines
274 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") |