Signal
ModrinthAn API for adding redstone-like blocks.
1.1k downloads 1 followers updated 39mo ago
latest vmc1.19.4-0.2.0 Modrinth
Signal is an API for adding redstone-like blocks. It abstracts the concept of 'redstone power' and handles interactions between different signal types. This makes it easier for different mods to add entirely new redstone-like systems while remaining compatible with each other.
Information for mod developers
Check out the documentation on GitHub for information on how to use the Signal API in your mods.
Versions
Beta
mc1.19.4-0.2.0
# 0.2.0
## Changes
- Signal now depends on the Fabric API.
- Blocks are no longer limited to emitting a single signal type.
Beta
mc1.19.3-0.2.0
# 0.2.0
## Changes
- Signal now depends on the Fabric API.
- Blocks are no longer limited to emitting a single signal type.
Alpha
mc1.19-0.0.5
# 0.0.5
## Fixes
- `getPlacementState` for wires returns the wrong block state.
- `hasDirectSignalFrom` does not use a block's signal direct signal.
- Wrong…
Alpha
mc1.19-0.0.4
# 0.0.4
## Changes
- Added template detector rail block
- Added a handful more utility methods
## Fixes
- Wire connection checks only go one way instead of…
Alpha
mc1.19-0.0.3
# 0.0.3
## Fixes
- Block state connections for redstone wire types are wrong.
- Power emitted downwards by redstone wires is always 15 instead of depending…
Alpha
mc1.19-0.0.2
# 0.0.2
## Fixes
- Wire type compatibility checks only go one way instead of both ways.
Comments 0
No comments yet. Be the first to share your thoughts.