___ __ ___ __ __ _ ___
/ _ \___ _/ /_/ _ \___ _/ /_ / /_____(_)__ ___ _______ ___/ (_)__ ___ _
/ // / _ `/ __/ , _/ _ `/ __/ / __/ __/ / -_|_-< / __/ _ \/ _ / / _ \/ _ `/
/____/\_,_/\__/_/|_|\_,_/\__/ \__/_/ /_/\__/___/ \__/\___/\_,_/_/_//_/\_, /
/___/
Features · Mimic Support · Build Instructions
A Minecraft mod that adds inert elevator blocks with mimic support, compatible with OpenBlocks elevators.
- Inert Elevator Block:
inertelevator:inertelevatorblock that mimics OpenBlocks elevators but remains inert. - Creative Subtypes: Creative-visible items for all 16 color variants.
- OpenBlocks Integration: Mixin for redstone-powered conversion between inert and active elevators.
- Metadata Preservation: Swaps between inert and active elevators while preserving metadata.
- Non-Interactive: Inert blocks do not implement
IElevatorBlock, so OpenBlocks ignores them for elevator travel. - Drop Behavior: Inert blocks drop the normal OpenBlocks elevator item with matching metadata.
Powered inert elevators now support mimicking other blocks:
- Tile Entity: Stores mimic block and metadata.
- Setting Mimic: Right-click a powered inert elevator with a block item to set its mimic.
- Clearing Mimic: Sneak-right-click with an empty hand to clear the mimic.
- Persistence: Mimic state is saved by world position when converting back to OpenBlocks elevator.
- Restoration: When the same position becomes inert again, it restores the saved mimic.
- Behavior: The inert block still does not implement OpenBlocks elevator behavior.
To build the mod:
./gradlew --no-daemon clean buildThe built JAR will be located in build/libs/.