[1.14] Levers aren't attaching to generator redstone inputs.
Codified-Vexing opened this issue ยท 5 comments
Description of the issue:
You simply can't place a lever on the red dot of a generator.
Versions & Modlist
MC Version 1.14.4
Forge Version 28.2.16
IE Version 0.14.97
Doesn't look like we can do much about that. Mojang has completely removed our ability to define side solidity, it's entirely based on bounding boxes, so it's between
- Have good looking bounding boxes, don't place levers.
or - Have a full cube bounding box and place levers.
@malte0811 That about sums it up, correct?
We could use the same hack as we do for scaffolding, pretend to have a full AABB (or at least one with a solid side) for blocks and the correct one for entities.