1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-17 21:08:08 +02:00

add credits

This commit is contained in:
RedRafe 2024-10-18 16:33:00 +02:00
parent a5f4f5a7db
commit 6da4a96289
3 changed files with 15 additions and 0 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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
--[[