diff --git a/config/customsplashscreen.json5 b/config/customsplashscreen.json5 new file mode 100644 index 0000000..f26d42a --- /dev/null +++ b/config/customsplashscreen.json5 @@ -0,0 +1,28 @@ +{ + // Change the design of the progress bar + "progressBarType": "Custom", + // Change the texture of the logo + "logoStyle": "Hidden", + // Enable/Disable the background image + "backgroundImage": true, + // Change the color of the background + "backgroundColor": 2631720, + // Change the color of the progress bar + "progressBarColor": 13127680, + // Change the color of the progress bar frame + "progressFrameColor": 0, + // Change the mode of the custom loading bar + "customProgressBarMode": "Stretch", + // Enable/Disable the custom progress bar background + "customProgressBarBackground": true, + // Change the style of the boss loading bar + "bossBarType": "NOTCHED_6", + "textures": { + "BackgroundTexture": "background.png", + "MojangLogo": "mojangstudios.png", + "Aspect1to1Logo": "createorigin.png", + "BossBarTexture": "textures/gui/bars.png", + "CustomBarTexture": "progressbar.png", + "CustomBarBackgroundTexture": "progressbar_background.png" + } +} \ No newline at end of file diff --git a/config/customsplashscreen/background.png b/config/customsplashscreen/background.png new file mode 100644 index 0000000..ba19e55 Binary files /dev/null and b/config/customsplashscreen/background.png differ diff --git a/config/customsplashscreen/mojangstudios.png b/config/customsplashscreen/mojangstudios.png new file mode 100644 index 0000000..557113a Binary files /dev/null and b/config/customsplashscreen/mojangstudios.png differ diff --git a/config/customsplashscreen/progressbar.png b/config/customsplashscreen/progressbar.png new file mode 100644 index 0000000..a4dc9c6 Binary files /dev/null and b/config/customsplashscreen/progressbar.png differ diff --git a/config/customsplashscreen/progressbar_background.png b/config/customsplashscreen/progressbar_background.png new file mode 100644 index 0000000..9aa7a5a Binary files /dev/null and b/config/customsplashscreen/progressbar_background.png differ diff --git a/config/customwindowtitle-client.toml b/config/customwindowtitle-client.toml index ad422ab..ca4993c 100644 --- a/config/customwindowtitle-client.toml +++ b/config/customwindowtitle-client.toml @@ -1,3 +1,3 @@ -title = 'Create Origin 2.3.0' +title = 'Create Origin 2.3.1' icon16 = 'customwindowtitle/icon16.png' icon32 = 'customwindowtitle/icon32.png' diff --git a/config/openloader/resources/Chikage Chinese/assets/toms_storage/lang/zh_cn.json b/config/openloader/resources/Chikage Chinese/assets/toms_storage/lang/zh_cn.json index 651adb7..73640b3 100644 --- a/config/openloader/resources/Chikage Chinese/assets/toms_storage/lang/zh_cn.json +++ b/config/openloader/resources/Chikage Chinese/assets/toms_storage/lang/zh_cn.json @@ -6,13 +6,13 @@ "block.toms_storage.ts.open_crate": "开放式存储接口", "block.toms_storage.ts.inventory_cable": "存储线缆", "block.toms_storage.ts.inventory_cable_framed": "框架存储线缆", - "block.toms_storage.ts.inventory_cable_connector": "存储线缆连接器", - "block.toms_storage.ts.inventory_cable_connector_filtered": "存储线缆连接器(已过滤)", + "block.toms_storage.ts.inventory_cable_connector": "存储总线", + "block.toms_storage.ts.inventory_cable_connector_filtered": "存储总线(可过滤)", "block.toms_storage.ts.inventory_proxy": "存储代理器", "block.toms_storage.ts.crafting_terminal": "合成终端", "block.toms_storage.ts.inventory_hopper_basic": "基础存储漏斗", "block.toms_storage.ts.level_emitter": "存储发信器", - "block.toms_storage.ts.inventory_cable_connector_framed": "存储线缆连接器(带框)", + "block.toms_storage.ts.inventory_cable_connector_framed": "存储总线(带框)", "item.toms_storage.ts.paint_kit": "喷漆套件", "item.toms_storage.ts.wireless_terminal": "无线终端", @@ -45,7 +45,7 @@ "tooltip.toms_storage.inventory_proxy.ignoreSize": "过滤器忽略堆叠数量", "tooltip.toms_storage.inventory_proxy.maxCount.arg": "<最大值>", "tooltip.toms_storage.inventory_proxy.maxCount.desc": "设置空槽中的最大堆叠数", - "tooltip.toms_storage.inventory_cable": "跨长距离的连接容器\\存储线缆连接器\\必须接入容器\\存储网络中必须存在着\\一个存储驱动器。", + "tooltip.toms_storage.inventory_cable": "跨长距离的连接容器\\存储总线\\必须接入容器\\存储网络中必须存在着\\一个存储驱动器。", "tooltip.toms_storage.inventory_hopper": "将物品从存储网络中导入或者导出\\拿着一个物品右键漏斗以设置该物品为过滤物品。\\shift+右键以清除过滤器。", "tooltip.toms_storage.loop": "检测到你的存储网络中发生了循环", "tooltip.toms_storage.amount": "物品数量: %d", diff --git a/mods/ForgeConfigAPIPort-v3.2.3-1.18.2-Fabric.jar b/mods/ForgeConfigAPIPort-v3.2.4-1.18.2-Fabric.jar similarity index 58% rename from mods/ForgeConfigAPIPort-v3.2.3-1.18.2-Fabric.jar rename to mods/ForgeConfigAPIPort-v3.2.4-1.18.2-Fabric.jar index 8235ac6..e7d6598 100644 Binary files a/mods/ForgeConfigAPIPort-v3.2.3-1.18.2-Fabric.jar and b/mods/ForgeConfigAPIPort-v3.2.4-1.18.2-Fabric.jar differ diff --git a/mods/XaerosWorldMap_1.26.5_Fabric_1.18.2.jar b/mods/XaerosWorldMap_1.26.6_Fabric_1.18.2.jar similarity index 89% rename from mods/XaerosWorldMap_1.26.5_Fabric_1.18.2.jar rename to mods/XaerosWorldMap_1.26.6_Fabric_1.18.2.jar index f1de8d5..e3821de 100644 Binary files a/mods/XaerosWorldMap_1.26.5_Fabric_1.18.2.jar and b/mods/XaerosWorldMap_1.26.6_Fabric_1.18.2.jar differ diff --git a/mods/[C]AdvancementPlaques-1.18.2-fabric-1.4.5.jar b/mods/[C]AdvancementPlaques-1.18.2-fabric-1.4.6.jar similarity index 92% rename from mods/[C]AdvancementPlaques-1.18.2-fabric-1.4.5.jar rename to mods/[C]AdvancementPlaques-1.18.2-fabric-1.4.6.jar index 7798e70..2305ec8 100644 Binary files a/mods/[C]AdvancementPlaques-1.18.2-fabric-1.4.5.jar and b/mods/[C]AdvancementPlaques-1.18.2-fabric-1.4.6.jar differ diff --git a/mods/[C]MSR-Fabric-1.0.0+1.18-1.19.jar b/mods/[C]MSR-Fabric-1.0.0+1.18-1.19.jar new file mode 100644 index 0000000..1e7cf24 Binary files /dev/null and b/mods/[C]MSR-Fabric-1.0.0+1.18-1.19.jar differ diff --git a/mods/[C]custom-crosshair-mod-v1.4.0-fabric-mc1.18.2.jar b/mods/[C]custom-crosshair-mod-v1.4.0-fabric-mc1.18.2.jar deleted file mode 100644 index dc197db..0000000 Binary files a/mods/[C]custom-crosshair-mod-v1.4.0-fabric-mc1.18.2.jar and /dev/null differ diff --git a/mods/[C]customsplashscreen-1.2.0.jar b/mods/[C]customsplashscreen-1.2.0.jar new file mode 100644 index 0000000..3d16aad Binary files /dev/null and b/mods/[C]customsplashscreen-1.2.0.jar differ diff --git a/mods/[C]skin-swapper-fabric-3.1.1.jar b/mods/[C]skin-swapper-fabric-3.1.1.jar new file mode 100644 index 0000000..eb67062 Binary files /dev/null and b/mods/[C]skin-swapper-fabric-3.1.1.jar differ diff --git a/mods/collective-fabric-1.18.2-4.36.jar b/mods/collective-fabric-1.18.2-4.44.jar similarity index 87% rename from mods/collective-fabric-1.18.2-4.36.jar rename to mods/collective-fabric-1.18.2-4.44.jar index 5e14d34..808c8cd 100644 Binary files a/mods/collective-fabric-1.18.2-4.36.jar and b/mods/collective-fabric-1.18.2-4.44.jar differ diff --git a/mods/createchunkloading-1.2.1-fabric.jar b/mods/createchunkloading-1.2.1-fabric.jar deleted file mode 100644 index 68d4a06..0000000 Binary files a/mods/createchunkloading-1.2.1-fabric.jar and /dev/null differ diff --git a/mods/cyti-1.0.5.jar b/mods/cyti-1.0.6.jar similarity index 87% rename from mods/cyti-1.0.5.jar rename to mods/cyti-1.0.6.jar index 186f39d..960c3e4 100644 Binary files a/mods/cyti-1.0.5.jar and b/mods/cyti-1.0.6.jar differ diff --git a/mods/etched-fabric-2.2.0+1.18.2.jar b/mods/etched-fabric-2.2.0+1.18.2.jar new file mode 100644 index 0000000..dd88c1a Binary files /dev/null and b/mods/etched-fabric-2.2.0+1.18.2.jar differ diff --git a/mods/geckolib-fabric-1.18-3.0.58.jar b/mods/geckolib-fabric-1.18-3.0.59.jar similarity index 86% rename from mods/geckolib-fabric-1.18-3.0.58.jar rename to mods/geckolib-fabric-1.18-3.0.59.jar index 82cb0cb..bc50d50 100644 Binary files a/mods/geckolib-fabric-1.18-3.0.58.jar and b/mods/geckolib-fabric-1.18-3.0.59.jar differ diff --git a/mods/[S]nounusedchunks-1.1.jar b/mods/nounusedchunks-1.3.jar similarity index 74% rename from mods/[S]nounusedchunks-1.1.jar rename to mods/nounusedchunks-1.3.jar index 168e776..fa35533 100644 Binary files a/mods/[S]nounusedchunks-1.1.jar and b/mods/nounusedchunks-1.3.jar differ diff --git a/mods/pollen-fabric-1.4.9+1.18.2.jar b/mods/pollen-fabric-1.4.9+1.18.2.jar new file mode 100644 index 0000000..9f806a3 Binary files /dev/null and b/mods/pollen-fabric-1.4.9+1.18.2.jar differ diff --git a/mods/rightclickharvest-3.0.0+1.18.jar b/mods/rightclickharvest-3.0.1+1.18.jar similarity index 89% rename from mods/rightclickharvest-3.0.0+1.18.jar rename to mods/rightclickharvest-3.0.1+1.18.jar index b7aa086..e75f102 100644 Binary files a/mods/rightclickharvest-3.0.0+1.18.jar and b/mods/rightclickharvest-3.0.1+1.18.jar differ