mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Added Module: ExpGamingCore
This commit is contained in:
6
modules/FactorioModGui/control.lua
Normal file
6
modules/FactorioModGui/control.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
--- Redirect to factorio mod-gui
|
||||
-- @module Factorio Mod Gui
|
||||
-- @alias mod-gui
|
||||
-- @author Factorio Dev Team
|
||||
|
||||
return require("mod-gui")
|
||||
12
modules/FactorioModGui/softmod.json
Normal file
12
modules/FactorioModGui/softmod.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "FactorioModGui",
|
||||
"module": "mod_gui",
|
||||
"description": "A way to standadise the way mods hanndle their guis.",
|
||||
"keywords": ["Factorio","Gui","Non-Download","Included"],
|
||||
"version": "1.0.0",
|
||||
"location": "url",
|
||||
"dependencies": {},
|
||||
"author": "Factorio Dev Team",
|
||||
"contact": "Any other questions please feel free to ask on the modding help forum.",
|
||||
"license": "C:/Program Files (x86)/Steam/steamapps/common/Factorio/data/licenses.txt"
|
||||
}
|
||||
Reference in New Issue
Block a user