Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
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: Minecraft~1.20.1, Fabric>=0.14.21, Fabric API>= 0.83.0
Added Blocks:
-
single
: This block gets any power from the input port. -
and
: This block gets any power from the two input ports and does "and" operation. -
or
: This block gets any power from the two input ports and does "or" operation. -
not
: This block gets any power from the input port and inverts the signal. -
delay
: This block gets the signal after the ticks of the propertydelay
since receives a neighbour update. -
lever
: This block provides a signal when it is on. -
source
: This block always provides a signal. -
lamp
: This block provides a 14-level light when it is powered. -
storer
: This block locks a signal when the green input port is powered, else the signal can be input through the blue input port. -
ore
&deepslate_ore
: These blocks drop 5 ~ 8dusts
when broken. -
transformer_rtow
&transformer_wtor
: These blocks transform signals between Redstone and Whitestone. -
wireless_sender
: This block updates the firstwireless_receiver
that this block is facing, when it receives an update. -
wireless_receiver
: This block receives an update when thewireless_sender
receives an update. -
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 intopiston_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 Item:
dust
: The item that dropped byore
anddeepslate_ore
. It can be crafted into the blocks.
Added Generations:
ore_whitestone
: Generatesore
anddeepslate_ore
from y=30 to y=-64.