mirror of
https://github.com/peter-tanner/factorio-shortcuts.git
synced 2024-11-30 11:10:22 +08:00
COPYRIGHT HEADERS
This commit is contained in:
parent
1321b3aadd
commit
e8c4ceaa24
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user