diff --git a/features/auto_stash.lua b/features/auto_stash.lua index ac68ec80..45f4bfcb 100644 --- a/features/auto_stash.lua +++ b/features/auto_stash.lua @@ -1,3 +1,9 @@ +-- This adds a button that stashes/sorts your inventory into nearby chests in some kind of intelligent way +-- made by mewmew +-- modified by gerkiz & RedRafe +-- source: https://github.com/ComfyFactory/ComfyFactorio/blob/develop/modules/autostash.lua +-- ======================================================= -- + local Color = require 'resources.color_presets' local Event = require 'utils.event' local Game = require 'utils.game' diff --git a/features/battery_charge.lua b/features/battery_charge.lua index 207465d2..f3ba68a4 100644 --- a/features/battery_charge.lua +++ b/features/battery_charge.lua @@ -1,3 +1,9 @@ +-- Charge your armor equipment from nearby accumulators! +-- made by Hanakocz +-- modified by RedRafe +-- source: https://github.com/ComfyFactory/ComfyFactorio/blob/develop/modules/charging_station.lua +-- ======================================================= -- + local Color = require 'resources.color_presets' local Global = require 'utils.global' diff --git a/features/price_raffle.lua b/features/price_raffle.lua index a571b53d..0adea0d9 100644 --- a/features/price_raffle.lua +++ b/features/price_raffle.lua @@ -1,4 +1,7 @@ +-- Get random item stacks based off a budget +-- modified by RedRafe -- source: https://github.com/ComfyFactory/ComfyFactorio/blob/develop/maps/expanse/price_raffle.lua +-- ======================================================= -- -- @usage PriceRaffle --[[