mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Made Some of the core files show credit
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
-- @usage require('stdlib/event/event')
|
||||
|
||||
local credits = {{
|
||||
name='StdLib',
|
||||
name='Factorio StdLib',
|
||||
owner='Afforess',
|
||||
dev='Afforess',
|
||||
description='The Factorio StdLib used here for the event handler',
|
||||
factorio_version='0.15.23',
|
||||
show=false
|
||||
show=true
|
||||
}}
|
||||
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user