Implemented BloodAltar modification with redstone lamp below altar (#1635)

* Implemented BloodAltar modification with redstone lamp below altar

- strong and weak Redstone signal of power 15 (similar to BlockLever)
- activates when crafting finishes and a BlockRedstoneLight is directly below the altar
- deactivates when the next crafting cycle is about to begin

Use case:

- Redstone-controlled automatic ejection of crafted goods

* Removed Docs

* Meta to use 0 for off, 1 for on

* Syntactic sugar & storing value
This commit is contained in:
Tobias 2019-09-05 03:55:53 +02:00 committed by Nick Ignoffo
parent 4f1308874d
commit a23cd35556
3 changed files with 67 additions and 1 deletions

View file

@ -8,6 +8,14 @@
},
"variants": {
"normal": [{
}
],
"powered=true": [
{
}
],
"powered=false": [
{
}]
}