Made Some of the core files show credit

This commit is contained in:
Cooldude2606
2017-07-02 23:18:04 +01:00
parent 0c68849870
commit 71e789b508
5 changed files with 11 additions and 11 deletions

View File

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