mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
Update
This commit is contained in:
14
PHI-MI/info.json
Normal file
14
PHI-MI/info.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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',
|
||||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
@@ -1,8 +0,0 @@
|
|||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
||||||
charset = utf-8
|
|
||||||
trim_trailing_whitespace = false
|
|
||||||
insert_final_newline = false
|
|
||||||
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user