COPYRIGHT HEADERS

This commit is contained in:
Peter 2019-04-14 19:10:39 +08:00
parent 1321b3aadd
commit e8c4ceaa24
4 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,11 @@
--[[ Copyright (c) 2019 npc_strider
* For direct use of code or graphics, credit is appreciated and encouraged. See LICENSE.txt for more information.
* This mod may contain modified code sourced from base/core Factorio
*
* control.lua
* Scripts for updating armor, toggling artillery pieces, drawing grids and managing toggles and variables.
--]]
require("util")
local function update_armor(event)

View File

@ -1,3 +1,11 @@
--[[ Copyright (c) 2019 npc_strider
* For direct use of code or graphics, credit is appreciated and encouraged. See LICENSE.txt for more information.
* This mod may contain modified code sourced from base/core Factorio
*
* data-updates.lua
* Remote hiding, generation of disabled artillery and equipment, and autogeneration of unsupported modded shortcuts
--]]
require("shortcuts")
local function hide_the_remote(recipe, technology, item)

View File

@ -1,3 +1,11 @@
--[[ Copyright (c) 2019 npc_strider
* For direct use of code or graphics, credit is appreciated and encouraged. See LICENSE.txt for more information.
* This mod may contain modified code sourced from base/core Factorio
*
* settings.lua
* Mod settings
--]]
data:extend({
-- player
{

View File

@ -1,3 +1,10 @@
--[[ Copyright (c) 2019 npc_strider
* For direct use of code or graphics, credit is appreciated and encouraged. See LICENSE.txt for more information.
* This mod may contain modified code sourced from base/core Factorio
*
* shortcuts.lua
* Shortcuts and mod compatibility
--]]
if settings.startup["artillery-targeting-remote"].value == true then
data:extend(