mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 21:01:39 +09:00
Added Credit for F2D and D2F bot
This commit is contained in:
22
control.lua
22
control.lua
@@ -8,14 +8,32 @@ Discord: https://discord.gg/XSsBV6b
|
|||||||
|
|
||||||
The credit below may be used by another script do not remove.
|
The credit below may be used by another script do not remove.
|
||||||
]]
|
]]
|
||||||
local credits = {{
|
local credits = {
|
||||||
|
{
|
||||||
name='Control',
|
name='Control',
|
||||||
owner='Explosive Gaming',
|
owner='Explosive Gaming',
|
||||||
dev='Cooldude2606',
|
dev='Cooldude2606',
|
||||||
description='Core Factorio File',
|
description='Core Factorio File',
|
||||||
factorio_version='0.15.23',
|
factorio_version='0.15.23',
|
||||||
show=false
|
show=false
|
||||||
}}
|
},
|
||||||
|
{-- this is only on our server so can't be found in any of this code , remove when copying code
|
||||||
|
name='Factorio to Discord Bot',
|
||||||
|
owner='Explosive Gaming',
|
||||||
|
dev='ayahuasca23',
|
||||||
|
description='Sends all chat from the server into discord',
|
||||||
|
factorio_version='0.15.23',
|
||||||
|
show=true
|
||||||
|
},
|
||||||
|
{-- this is only on our server so can't be found in any of this code , remove when copying code
|
||||||
|
name='Discord to Factorio Bot',
|
||||||
|
owner='Explosive Gaming',
|
||||||
|
dev='badgamernl',
|
||||||
|
description='Factorio To discord bot',
|
||||||
|
factorio_version='0.15.23',
|
||||||
|
show=true
|
||||||
|
}
|
||||||
|
}
|
||||||
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
|
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
|
||||||
--Please Only Edit Below This Line-----------------------------------------------------------
|
--Please Only Edit Below This Line-----------------------------------------------------------
|
||||||
require("mod-gui")
|
require("mod-gui")
|
||||||
|
|||||||
Reference in New Issue
Block a user