This commit is contained in:
2023-04-05 23:54:23 +09:00
parent 4153743c52
commit df8ae3969f
14 changed files with 15 additions and 24 deletions

14
PHI-MI/info.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "PHI-MI",
"version": "1.0.0",
"factorio_version": "1.1",
"date": "2023-04-05",
"title": "Phidias Megabase Item",
"author": "PHIDIAS0303",
"contributers": "",
"homepage": "",
"description": "Additional Items for Megabase",
"dependencies": [
"base >= 1.1.0"
]
}

View File

@@ -1,5 +1,5 @@
local alpha_order = {'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'} local alpha_order = {'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'}
local graphics_location = '__PHI-VP__/graphics/' local graphics_location = '__PHI-MP__/graphics/'
local ups_chests = { local ups_chests = {
'steel-chest', 'steel-chest',

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@@ -1,8 +0,0 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

View File

@@ -1,15 +0,0 @@
{
"name": "PHI-MB",
"version": "1.0.0",
"factorio_version": "1.1",
"date": "2023-03-17",
"title": "Phidias Megabase",
"author": "PHIDIAS0303",
"contributers": "",
"homepage": "",
"description": "Additional Machines for Megabase",
"dependencies": [
"base >= 1.1.0",
"PHI-EN >= 1.1.0"
]
}