Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Minecraft 1.17 introduced a new mechanic that makes shulker shells a renewable resource. The purpose of this mod is to backport this behavior to older versions (i.e., 1.14.x, 1.15.x, and 1.16.x).
Let the farming begin!
Why not just update to 1.17?
Personally, I have two reasons for this:
-
Just like many others, I was waiting for the Caves & Cliffs update. However, it was decided to split it into several versions (and this isn't bad - it's better to delay the release of a large-scale update than to provide players with something unfinished). I'll wait for the final release, which should happen at the end of 2021, in order to get the full impression of the update, and not to regenerate unused chunks several times. I can live without copper, candles, moss, and glow squids, but the mechanics of farmable shulkers is a killer feature for me.
-
Servers are more difficult to update than single worlds, so it makes even more sense for them to wait for the final part of the update.
Features
Duplication of shulkers
New shulkers now have a chance to spawn when one shulker hits another with a shulker bullet.
Shulkers can travel to the Nether just like other entities
You might be surprised, but until the latest snapshots of 1.17, this didn't really work; shulkers preserved their coordinates as they moved to another dimension (800 ~ 800 -> 800 ~ 800
instead of 800 ~ 800 -> 100 ~ 100
).
Shulkers can no longer teleport to non-square surfaces
For some reason, the game made sure that only the top of a block was a non-empty square surface, even if a shulker tried to teleport to its bottom or side.
This is most easily illustrated with slabs:
Looks cool, but how in the world can I use it to build a farm?
When something seems impossible to you, know that SciCraft members have already done it. So, I recommend you watch these videos:
- Fully Automatic Shulker Shell Farm 20w45a, ilmango (initial design, exploits a bug with incorrect teleportation of shulkers to the Nether. However, the video still has value as a brief explanation of the idea itself)
- Building the Reliable Shulker Farm for 1.17, cubicmetre (good to go bug-free design)
Note: cubicmetre's overworld box containing replacement shulkers is within the range of the shulkers' teleportation abilities, so in some edge cases, they can teleport to its walls or roof. Just remove this box or expand it, and you're good to go!
Installation
Requirements:
- Minecraft
1.14.x
,1.15.x
or1.16.x
- Fabric Loader
>=0.7.0
You can download the mod from:
- GitHub Releases
- Modrinth
- CurseForge
- GitHub Actions (these builds may be unstable, but they represent the actual state of the development)
Building from sources
Requirements:
- JDK
8
Linux/MacOS
git clone https://github.com/Kir-Antipov/farmable-shulkers.git
cd farmable-shulkers
chmod +x ./gradlew
./gradlew build
cd build/libs
Windows
git clone https://github.com/Kir-Antipov/farmable-shulkers.git
cd farmable-shulkers
gradlew build
cd build/libs