Zip To It!
Swift Movement Across the Lands with a Sticky Hand!
This mod was created specifically for ModFest Toybox and offers a unique way to move around in Minecraft. Using a special Sticky Hand, you can instantly teleport between surfaces!
How It Works?
Use the Sticky Hand to aim at a wall and instantly move to it. After sticking to a surface, you have several options:
- Jump - to gain additional height
- Sneak - to simply drop down
- Reuse - to move to another wall
During flight, you can sneak to break the sticky connection and cancel the movement. This is useful if you get stuck or want to gain extra height when moving upward.
By default, the Sticky Hand allows movement up to 48 blocks. When moving, fall damage is reduced but not completely eliminated!
Crafting
The Sticky Hand can be crafted by combining:
- Slime ball
- Lead
- Any froglight block
The color of the Sticky Hand depends on the type of froglight used. You can also change the color of any Sticky Hand by adding dye.
Game Rules
allowZipcastDuringZipcast - if enabled, players can use Sticky Hands during active movement. Default: true.
Item Component Customization
Zipcaster Component
ziptoit:zipcaster has several customizable parameters:
zip_range(int) - maximum movement distance (default: 48)zip_speed(float) - movement speed (default: 2.25f)max_zips(int) - maximum number of uses (-1 for infinite)zipcast_color(ZipcastColor) - colors for visual effects
Command Examples
Limited use (3 times):
/give @s ziptoit:yellow_zippy_hand[ziptoit:zipcaster={"max_zips":3}]
5-second cooldown:
/give @s ziptoit:yellow_zippy_hand[minecraft:use_cooldown={"seconds":5}]
Reduced distance (16 blocks):
/give @s ziptoit:yellow_zippy_hand[ziptoit:zipcaster={"zip_range":16}]
Custom colors:
/give @s ziptoit:yellow_zippy_hand[ziptoit:zipcaster={"zipcast_color":{"color":[1f, 0f, 0f], "altColor":[0f, 1f, 0f], "brightColor":[0f, 0f, 1f], "previewColor":[1f, 1f, 1f]}}]