Whitestone Mod
Added "Whitestone" electric system similar to Redstone, but removed the delay, and let the signal can transform vertically. And added a few bugs! Note: Developer misspell 'transmitter' into 'transformer'. This bug is already fixed in 0.3.0.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Whitestone Mod
Description: Added "Whitestone" electric system similar to Redstone, but removed the delay, and let the signal can transform vertically.
Note: Developer misspell 'transmitter' into 'transformer'. This bug is already fixed in 0.3.0.
Requires: Requires~1.20.1, %%MD1%%>=0.14.21, %%MD2%%>= 0.83.0
Added Blocks:
1. `single`: This block gets any power from the input port.
2. `and`: This block gets any power from the two input ports and does "and" operation.
3. `or`: This block gets any power from the two input ports and does "or" operation.
4. `not`: This block gets any power from the input port and inverts the signal.
5. `delay`: This block gets the signal after the ticks of the property `delay` since receives a neighbour update.
6. `lever`: This block provides a signal when it is on.
7. `source`: This block always provides a signal.
8. `lamp`: This block provides a 14-level light when it is powered.
9. `storer`: This block locks a signal when the green input port is powered, else the signal can be input through the blue input port.
10. `ore` & `deepslate_ore`: These blocks drop 5 ~ 8 `dusts` when broken.
11. `transformer_rtow` & `transformer_wtor`: These blocks transform signals between Redstone and Whitestone.
12. `wireless_sender`: This block updates the first `wireless_receiver` that this block is facing, when it receives an update.
13. `wireless_receiver`: This block receives an update when the `wireless_sender` receives an update.
14. `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.
15. `piston_head`: This block is just a placeholder.
Added Item:
1. `dust`: The item that dropped by `ore` and `deepslate_ore`. It can be crafted into the blocks.
Added Generations:
1. `ore_whitestone`: Generates `ore` and `deepslate_ore` from y=30 to y=-64.