Did some changes:
- 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.
- nothing: Hmm... Nothing else. : ( But I'm going to add some building blocks!
Added blocks:
-
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.
-
piston_head: This block is just a placeholder.
Added blocks:
-
delay: This block gets the signal after "delay" ticks since receives a neighbour update.
-
wireless_sender: This block updates the first wireless_receiver that this block is facing, when it receives an update.
-
wireless_receiver: This block receives an update when the wireless_sender receives an update.
No changing comparing to the previous version. (Actually, no previous version)
Note: Requires
Minecraft ~1.20.1
Fabric >=0.14.21
Fabric API >= 0.83.0