From df8ae3969f57f45646141252d45b7c3d6c52a62b Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 5 Apr 2023 23:54:23 +0900 Subject: [PATCH] Update --- {PHI-VP => PHI-MI}/.luacheckrc | 0 {PHI-VP => PHI-MI}/changelog.txt | 0 {PHI-VP => PHI-MI}/data-updates.lua | 0 {PHI-VP => PHI-MI}/data.lua | 0 PHI-MI/info.json | 14 ++++++++++++++ {PHI-VP => PHI-MI}/locale/en/locale.cfg | 0 {PHI-VP => PHI-MI}/locale/ja/locale.cfg | 0 {PHI-VP => PHI-MI}/locale/zh-CN/locale.cfg | 0 {PHI-VP => PHI-MI}/locale/zh-TW/locale.cfg | 0 {PHI-VP => PHI-MI}/main.lua | 2 +- {PHI-VP => PHI-MI}/migrations/migrations.lua | 0 {PHI-VP => PHI-MI}/thumbnail.png | Bin PHI-VP/.editorconfig | 8 -------- PHI-VP/info.json | 15 --------------- 14 files changed, 15 insertions(+), 24 deletions(-) rename {PHI-VP => PHI-MI}/.luacheckrc (100%) rename {PHI-VP => PHI-MI}/changelog.txt (100%) rename {PHI-VP => PHI-MI}/data-updates.lua (100%) rename {PHI-VP => PHI-MI}/data.lua (100%) create mode 100644 PHI-MI/info.json rename {PHI-VP => PHI-MI}/locale/en/locale.cfg (100%) rename {PHI-VP => PHI-MI}/locale/ja/locale.cfg (100%) rename {PHI-VP => PHI-MI}/locale/zh-CN/locale.cfg (100%) rename {PHI-VP => PHI-MI}/locale/zh-TW/locale.cfg (100%) rename {PHI-VP => PHI-MI}/main.lua (99%) rename {PHI-VP => PHI-MI}/migrations/migrations.lua (100%) rename {PHI-VP => PHI-MI}/thumbnail.png (100%) delete mode 100644 PHI-VP/.editorconfig delete mode 100644 PHI-VP/info.json diff --git a/PHI-VP/.luacheckrc b/PHI-MI/.luacheckrc similarity index 100% rename from PHI-VP/.luacheckrc rename to PHI-MI/.luacheckrc diff --git a/PHI-VP/changelog.txt b/PHI-MI/changelog.txt similarity index 100% rename from PHI-VP/changelog.txt rename to PHI-MI/changelog.txt diff --git a/PHI-VP/data-updates.lua b/PHI-MI/data-updates.lua similarity index 100% rename from PHI-VP/data-updates.lua rename to PHI-MI/data-updates.lua diff --git a/PHI-VP/data.lua b/PHI-MI/data.lua similarity index 100% rename from PHI-VP/data.lua rename to PHI-MI/data.lua diff --git a/PHI-MI/info.json b/PHI-MI/info.json new file mode 100644 index 0000000..15ab95f --- /dev/null +++ b/PHI-MI/info.json @@ -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" + ] +} \ No newline at end of file diff --git a/PHI-VP/locale/en/locale.cfg b/PHI-MI/locale/en/locale.cfg similarity index 100% rename from PHI-VP/locale/en/locale.cfg rename to PHI-MI/locale/en/locale.cfg diff --git a/PHI-VP/locale/ja/locale.cfg b/PHI-MI/locale/ja/locale.cfg similarity index 100% rename from PHI-VP/locale/ja/locale.cfg rename to PHI-MI/locale/ja/locale.cfg diff --git a/PHI-VP/locale/zh-CN/locale.cfg b/PHI-MI/locale/zh-CN/locale.cfg similarity index 100% rename from PHI-VP/locale/zh-CN/locale.cfg rename to PHI-MI/locale/zh-CN/locale.cfg diff --git a/PHI-VP/locale/zh-TW/locale.cfg b/PHI-MI/locale/zh-TW/locale.cfg similarity index 100% rename from PHI-VP/locale/zh-TW/locale.cfg rename to PHI-MI/locale/zh-TW/locale.cfg diff --git a/PHI-VP/main.lua b/PHI-MI/main.lua similarity index 99% rename from PHI-VP/main.lua rename to PHI-MI/main.lua index 44dfa9f..9b1149f 100644 --- a/PHI-VP/main.lua +++ b/PHI-MI/main.lua @@ -1,5 +1,5 @@ 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 = { 'steel-chest', diff --git a/PHI-VP/migrations/migrations.lua b/PHI-MI/migrations/migrations.lua similarity index 100% rename from PHI-VP/migrations/migrations.lua rename to PHI-MI/migrations/migrations.lua diff --git a/PHI-VP/thumbnail.png b/PHI-MI/thumbnail.png similarity index 100% rename from PHI-VP/thumbnail.png rename to PHI-MI/thumbnail.png diff --git a/PHI-VP/.editorconfig b/PHI-VP/.editorconfig deleted file mode 100644 index 73c5516..0000000 --- a/PHI-VP/.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -root = true - -[*] -indent_style = space -indent_size = 4 -charset = utf-8 -trim_trailing_whitespace = false -insert_final_newline = false \ No newline at end of file diff --git a/PHI-VP/info.json b/PHI-VP/info.json deleted file mode 100644 index 989697a..0000000 --- a/PHI-VP/info.json +++ /dev/null @@ -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" - ] -} \ No newline at end of file