Signal
An API for adding redstone-like blocks.
- Загрузки
- 1K
- Подписчики
- 1
- Обновлён
- 4 апреля 2023 г.
- Лицензия
- MIT
Опубликован 4 апреля 2023 г.
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.
Ченджлог
mc1.19.4-0.2.0Бета1.19.4 · 4 апреля 2023 г.
0.2.0
Changes
- Signal now depends on the Fabric API.
- Blocks are no longer limited to emitting a single signal type.
mc1.19.3-0.2.0Бета1.19.3 · 4 апреля 2023 г.
0.2.0
Changes
- Signal now depends on the Fabric API.
- Blocks are no longer limited to emitting a single signal type.
mc1.19-0.0.5Альфа1.19, 1.19.1, 1.19.2 · 4 апреля 2023 г.
0.0.5
Fixes
getPlacementStatefor wires returns the wrong block state.hasDirectSignalFromdoes not use a block's signal direct signal.- Wrong power calculations for redstone torches.
- Pressure plates do not emit power at all.
mc1.19-0.0.4Альфа1.19, 1.19.1, 1.19.2 · 4 апреля 2023 г.
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 both ways
- Wires with only one power level have the wrong color
mc1.19-0.0.3Альфа1.19, 1.19.1, 1.19.2 · 4 апреля 2023 г.
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 on the power stored in the block state
mc1.19-0.0.2Альфа1.19, 1.19.1, 1.19.2 · 4 апреля 2023 г.
0.0.2
Fixes
- Wire type compatibility checks only go one way instead of both ways.
mc1.19-0.0.1Альфа1.19, 1.19.1, 1.19.2 · 4 апреля 2023 г.
0.0.1
Signal is an API for adding redstone-like blocks. While it does not have any utilities for adding blocks in general, it abstracts the concept of redstone power and handles the interactions between different signal types.
- Added API for adding custom signal types and wire types.
- Added API for adding custom signal sources, analog signal sources, signal consumers, and wires.
- Implemented handling of different signal and wire types.
- Added template blocks for most signal sources in the Vanilla game.
Комментарии
Загружаем…