mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-17 21:08:08 +02:00
add credits
This commit is contained in:
parent
a5f4f5a7db
commit
6da4a96289
@ -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'
|
||||
|
@ -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'
|
||||
|
||||
|
@ -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
|
||||
--[[
|
||||
|
Loading…
x
Reference in New Issue
Block a user