Skip to content

Commit

Permalink
1.4.1-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KlparetlR authored Sep 25, 2022
1 parent 7e55dde commit 36fd51a
Show file tree
Hide file tree
Showing 140 changed files with 144 additions and 0 deletions.
File renamed without changes.
39 changes: 39 additions & 0 deletions txt/[1.4.1]先看这里!!!.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
2022-09-25 15:03
汉化为拖入覆盖汉化形式
本次更新:1.4.1汉化更新
☞极为重要!!!
Ⅰ.如果创建存档时进不去,可以试试单独安装这个整合包在其他地方,内存至少给4G。
无法下载整合包具体文件(拖入安装),可能是网络问题,试试其他的启动器(下面的整合包下载器也可以试试),不要死赖PCL。

Ⅱ.这里不提供整合包本体和修改体以及汉化资源包,但这里有您要下载使用的链接放在下方(也可以用pcl或hmcl下载):

(CurseForge 整合包下载器):https://blog.zhanganzhi.com/zh-CN/2022/06/7b049d0aa9ff/

⑴.本体(拉入启动器安装):
https://www.curseforge.com/minecraft/modpacks/sky-bees-2/download/4000924
文件名:Sky+Bees+2-1.4.1.zip

⑵.i18n(拉入已安装本体的mods文件夹):
https://www.curseforge.com/minecraft/mc-mods/i18nupdatemod/download/3538356
文件名:i18nupdatemod-1.16.5-2.0.3.jar
resourcepacks文件夹中:Minecraft-Mod-Language-Package-1-16.zip

⑶.安逸菌汉化组的模组简体中文翻译包(拉入已安装本体的resourcepacks文件夹):
https://github.com/ShaBaiTianCN/Minecraft-Mod-Language-Package-Not-Included-Language-Package
文件名:Minecraft-Mod-Language-Package-Not-Included-Language-Package.zip

☞记得确认是否成功加载翻译包

P.S.一些模组可能i18n和翻译包没有汉化,那就您要自己查翻译。

基础信息:[1.1.0] Sky Bees 2 汉化 1.4.1 by KlparetlR

GitHub:https://github.com/KlparetlR/Sky-Bees-2

测试:KlparetlR

工程时间:2022-07-20-11:12 / 2022-07-22 17:14

特别鸣谢:安逸菌汉化组 的帮助

祝您游玩愉快,Thanks!
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,23 @@
item: "thermal:machine_frame"
}]
}
{
x: 8.0d
y: 2.0d
description: ["{image:kubejs:textures/auto_starlight_infuser.png width:200 height:100 align:1}"]
dependencies: ["2F45288923E4E77A"]
id: "68DB17A8D7F458B8"
tasks: [{
id: "3E9F731F29E9FDCF"
type: "item"
item: {
id: "custommachinery:custom_machine_item"
Count: 1b
tag: {
machine: "custommachinery:auto_starlight_infuser"
}
}
}]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"name": "自动星能注入器",
"appearance": {
"lightmode": "running",
"lightlevel": 7,
"block": "kubejs:machine/auto_starlight_infuser"
},
"components": [
{
"mode": "input",
"id": "input1",
"type": "custommachinery:item"
},
{
"mode": "input",
"id": "fluid1",
"capacity": 5000,
"type": "custommachinery:fluid",
"whitelist": false,
"config": {
"default": "input"
}
},
{
"mode": "output",
"id": "output1",
"type": "custommachinery:item"
},
{
"type": "custommachinery:redstone",
"power": 1
}
],
"gui": [
{
"texture": "custommachinery:textures/gui/base_background.png",
"x": 38,
"y": 0,
"width": 180,
"type": "custommachinery:texture"
},
{
"id": "input1",
"x": 85,
"y": 37,
"type": "custommachinery:slot"
},
{
"x": 60,
"y": 25,
"type": "custommachinery:fluid",
"id": "fluid1"
},
{
"x": 47,
"y": 85,
"type": "custommachinery:player_inventory"
},
{
"type": "custommachinery:reset",
"x": 166,
"y": 7
},
{
"id": "output1",
"x": 150,
"y": 37,
"type": "custommachinery:slot"
},
{
"x": 117,
"y": 37,
"type": "custommachinery:progress"
},
{
"x": 200,
"y": 5,
"type": "custommachinery:status"
},
{
"text": "Auto Starlight Infuser",
"x": 43,
"y": 7,
"type": "custommachinery:text"
}
]
}

0 comments on commit 36fd51a

Please sign in to comment.