BloodMagic/src/main/resources/assets/bloodmagic/blockstates/altar.json
Tobias a23cd35556 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
2019-09-04 18:55:53 -07:00

22 lines
334 B
JSON

{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "bloodmagic:BlockAltar.obj",
"custom": { "flip-v": true },
"transform" : "forge:default-block"
},
"variants": {
"normal": [{
}
],
"powered=true": [
{
}
],
"powered=false": [
{
}]
}
}