-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update zh_cn.json * Update zh_cn.json * Update zh_cn.json * update zh_cn --------- Co-authored-by: KilaBash <[email protected]>
- Loading branch information
Showing
7 changed files
with
775 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 70 additions & 0 deletions
70
src/main/resources/assets/gtceu/compass/pages/zh_cn/multiblock/coke_oven.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<page> | ||
<h1>焦炉</h1> | ||
<h3>来源</h3> | ||
<text> | ||
<style color="0xaaaaaa" italic="true">作者:</style> | ||
<br/> | ||
<style color="0xa4e7ff" hover-info="url" underlined="true" url-link="https://github.com/blackdragon2447">BlackDragon2447</style> | ||
</text> | ||
<text>焦炉大概是你的第一种多方块机器,主要用于生产焦煤,还有副产品杂酚油,也可以用于生产木炭。</text> | ||
<compass draggable="true" height="400" range="3" tick-scene="true" zoom="35"> | ||
<frame> | ||
<description>搭建</description> | ||
<multiblock formed="true" machine="gtceu:coke_oven" pos="0 1 -1"></multiblock> | ||
<scene> | ||
<tooltip duration="60" pos="0.5 0.5 0.5" screen-offset="0.6 0.5" start-before-last="true">焦炉是个简单的盒子</tooltip> | ||
</scene> | ||
<scene> | ||
<remove duration="10" offset="0 3 0" pos="-1 1 -1"></remove> | ||
<remove duration="10" offset="0 3 0" pos="-1 1 0"></remove> | ||
<remove duration="10" offset="0 3 0" pos="-1 2 -1"></remove> | ||
<remove duration="10" offset="0 3 0" pos="-1 2 0"></remove> | ||
</scene> | ||
<scene> | ||
<tooltip duration="60" pos="1.5 1.5 0.5" screen-offset="0.6 0.5" start-before-last="true">中空</tooltip> | ||
</scene> | ||
<scene> | ||
<add block="gtceu:coke_oven_bricks" duration="10" offset="0 3 0" pos="-1 1 -1"></add> | ||
<add block="gtceu:coke_oven_bricks" duration="10" offset="0 3 0" pos="-1 1 0"></add> | ||
<add block="gtceu:coke_oven_bricks" duration="10" offset="0 3 0" pos="-1 2 -1"></add> | ||
<add block="gtceu:coke_oven_bricks" duration="10" offset="0 3 0" pos="-1 2 0"></add> | ||
</scene> | ||
</frame> | ||
<frame> | ||
<description>自动化</description> | ||
<scene> | ||
<add block="gtceu:coke_oven_hatch" pos="0 2 0"> | ||
<properties name="facing" value="up"></properties> | ||
<properties name="server_tick" value="false"></properties> | ||
</add> | ||
<add block="minecraft:hopper" pos="0 3 0"> | ||
<properties name="enabled" value="false"></properties> | ||
<properties name="facing" value="down"></properties> | ||
<nbt>{TransferCooldown: 0, Items: []}</nbt> | ||
</add> | ||
<add block="minecraft:chest" pos="0 4 0"> | ||
<properties name="facing" value="north"></properties> | ||
<properties name="type" value="SINGLE"></properties> | ||
<properties name="waterlogged" value="false"></properties> | ||
<nbt>{Items: [{Slot: 0b, id: "minecraft:coal", Count: 64b}]}</nbt> | ||
</add> | ||
<add block="gtceu:wood_drum" pos="-3 0 0"> | ||
<properties name="server_tick" value="false"></properties> | ||
</add> | ||
<add block="gtceu:bronze_normal_fluid_pipe" pos="-2 0 0"> | ||
<properties name="server_tick" value="false"></properties> | ||
<nbt>{cover: {}, connections: 48, paintingColor: -1}</nbt> | ||
</add> | ||
<add block="gtceu:coke_oven_hatch" pos="-1 0 0"> | ||
<properties name="facing" value="west"></properties> | ||
<properties name="server_tick" value="false"></properties> | ||
</add> | ||
</scene> | ||
<scene> | ||
<highlight duration="60" pos="0 2 0"></highlight> | ||
<highlight duration="60" pos="-1 0 0"></highlight> | ||
<tooltip duration="60" pos="0.5 2.5 0.5" screen-offset="0.6 0.5">焦炉仓可以用于自动输入物品和自动输出物品和流体。</tooltip> | ||
</scene> | ||
</frame> | ||
</compass> | ||
</page> |
Oops, something went wrong.