Archive Entry
Bedrockless Boat Wither Cage
CGcagesCG007Archived Jul 09, 2025
✅Tested & Functional⭐RecommendedBedrockless Cage
Authors:
Scorpio
booty
Endorsed by:
Scorpio

A simple wither cage without any redstone made by @bigbooty17 and Scorpio.
Credits
- Chunk reload detector and chunk loading explanation by @savva4424.
Versions
- 1.16+
Video Links
Design Specifications
- Mechanics
- This works because on reload, the passenger is momentarily centered on the boat’s exact position instead of being shifted to the front. That causes it to briefly touch the tripwire for a tick before snapping to its proper spot.
- Entity processing order
- Minecraft loads entities within the same sub-chunk from bottom to top. We need the wither to load before the boat, so it can see the chicken before the boat loads and shifts the chicken’s position. To make that happen, we place the wither’s feet in the sub-chunk directly below the boat. This way, the wither is always loaded first.
- This gives us an reliable wither cage that’s much more resilient to atypical reloading than ones that rely on redstone.
Notes
- When setting up this cage, you can also place the boat in the adjacent chunk first, and after the wither is summoned in, and then push the boat into the same chunk as the wither. This also ensure the wither is always processed before the boat, instead of relying on sub chunks
- It doesn’t have to be a chest boat, just a regular boat with two passengers works, since each one gets offset from the boat’s center. Refer to this design for reference