Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
- 修正部分翻译
- 删除机械动力附属区块加载器(只对矿车有用,那为何不用火车呢)
- 删除自定义准心
- 更新部分MOD
- 添加模组etched
  • Loading branch information
Chikage0o0 committed Aug 25, 2022
1 parent 26e72f8 commit a936c58
Show file tree
Hide file tree
Showing 22 changed files with 33 additions and 5 deletions.
28 changes: 28 additions & 0 deletions config/customsplashscreen.json5
Original file line number Diff line number Diff line change
@@ -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"
}
}
Binary file added config/customsplashscreen/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/customsplashscreen/mojangstudios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/customsplashscreen/progressbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/customsplashscreen/progressbar_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/customwindowtitle-client.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
title = 'Create Origin 2.3.0'
title = 'Create Origin 2.3.1'
icon16 = 'customwindowtitle/icon16.png'
icon32 = 'customwindowtitle/icon32.png'
Original file line number Diff line number Diff line change
Expand Up @@ -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": "无线终端",
Expand Down Expand Up @@ -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",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added mods/[C]MSR-Fabric-1.0.0+1.18-1.19.jar
Binary file not shown.
Binary file not shown.
Binary file added mods/[C]customsplashscreen-1.2.0.jar
Binary file not shown.
Binary file added mods/[C]skin-swapper-fabric-3.1.1.jar
Binary file not shown.
Binary file not shown.
Binary file removed mods/createchunkloading-1.2.1-fabric.jar
Binary file not shown.
Binary file renamed mods/cyti-1.0.5.jar → mods/cyti-1.0.6.jar
Binary file not shown.
Binary file added mods/etched-fabric-2.2.0+1.18.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added mods/pollen-fabric-1.4.9+1.18.2.jar
Binary file not shown.
Binary file not shown.

0 comments on commit a936c58

Please sign in to comment.