Whitestone Mod (Whitestone Mod)
Whitestone Mod 添加了类似于红石的“Whitestone”电力系统,但去除了延迟,并允许信号在垂直方向传输。并增加了一些错误!
描述:
Whitestone Mod 添加了类似于红石的“Whitestone”电力系统,但去除了延迟,并允许信号在垂直方向传输。
注意:
开发者将“transmitter”拼写为“transformer”。此错误已在0.3.0版本中修复。
需求:
1. [Minecraft](
2. [Fabric](
3. [Fabric API](/mod/fabric-api) >= 0.83.0
新增方块:
1. `single`:从输入端口获取任何电源。
2. `and`:从两个输入端口获取任何电源并执行“与”操作。
3. `or`:从两个输入端口获取任何电源并执行“或”操作。
4. `not`:从输入端口获取任何电源并反转信号。
5. `delay`:在接收邻居更新后的属性“延迟”滴答后获取信号。
6. `lever`:当打开时提供信号。
7. `source`:始终提供信号。
8. `lamp`:当接通电源时提供14级光亮。
9. `storer`:当绿色输入端口通电时锁定信号,否则信号可通过蓝色输入端口输入。
10. `ore`&`deepslate_ore`:破坏时掉落5~8个“dusts”(灰尘)。
11. `transformer_rtow`&`transformer_wtor`:在红石和Whitestone之间转换信号。
12. `wireless_sender`:当接收更新时,更新此方块正面的第一个“wireless_receiver”。
13. `wireless_receiver`:当“wireless_sender”接收更新时,接收更新。
14. `piston`:当激活条件满足时,将候选方块复制到目标位置(如果有可移动方块,将销毁目标位置的方块),然后替换原始方块的位置为“piston_head” 。查看源代码以了解执行这些操作所需的条件。
15. `piston_head`:这个方块只是一个占位符。
新增物品:
1. `dust`:被“ore”和“deepslate_ore”掉落的物品。可以用来合成方块。
新增生成:
1. `ore_whitestone`:从 y=30 到 y=-64 生成“ore”和“deepslate_ore”。
截图:
Whitestone Mod 0.2.14
1. bending:
Singles, ands, ors and storers will now default hide their output interfaces, and connect to other neighbors when match the conditions. So, simply --- they can now bend!
Note (Added on 18.11.2023):
This is only a visual effect and this doesn't affect real power transmission.
2. nothing:
Hmm... Nothing else. : ( But I'm going to add some building blocks!
Whitestone Mod 0.2.13
1. piston:
This block copies the candidate block to the target positon
(It will destroy the block at the target position if there is a movable block) and remove the origin block, then replace the postion of the origin block into piston_head --- when the conditons are activated. See the source code to find out which conditions are required to do those actions.
2. piston_head:
This block is just a placeholder.
Whitestone Mod 0.2.12
1. delay:
This block gets the signal after "delay" ticks since receives a neighbour update.
2. wireless_sender:
This block updates the first wireless_receiver that this block is facing, when it receives an update.
3. wireless_receiver:
This block receives an update when the wireless_sender receives an update.
收录