Lasso Storage Addon
A Forge addon for Mob Lassos (by Fuzs) that automatically backs up every captured mob's full NBT data to a folder in your Minecraft directory — so mobs inside lassos can be moved between worlds, servers, or shared with other players.
Built with Book of Dragons in mind — since each dragon's genetics are essentially unique, losing one to a world transfer or server wipe is genuinely irreplaceable. This mod (hopefully) makes sure that never happens.
Every time you capture a mob in any lasso, its complete entity data is silently written to
.minecraft/lasso_storage/ as a plain-text .snbt file. When you release
the mob back into the world, the file is automatically cleaned up.
Because the files are plain text, they can be copied, shared, or even pasted into a Discord message — anyone who receives the file can import it into their own game and get the exact same mob, full genetics and all.
Manual save/load controls
All commands require permission level 2 (operator).
dragon_2025-04-05_12-30-00.snbt in lasso_storage/.
lasso_storage/mydragon.snbt. Useful before releasing a mob you want to keep
a permanent record of, since the auto-save file gets deleted when the mob is released.
import to see
all available files.
Note: the lasso must be empty. If it already contains a mob, the command refuses to overwrite it.
.snbt files currently in your lasso_storage/ folder.
Moving a mob between worlds or servers
- Capture the mob in a lasso — the file is created automatically.
- Run
/lassostorage export mydragonto give it a recognizable name (optional but recommended). - Find the file in
lasso_storage/and copy it to the same folder on the destination instance. On a server, this folder sits next to theworld/folder in the server directory. - In the destination world, hold an empty lasso and run
/lassostorage import mydragon.
Sharing a mob with another player
Because .snbt files are plain text, you can share them like any other file —
upload to a file host, pastebin, or Discord, and have the other player drop it into their own
lasso_storage/ folder. They can then import it with /lassostorage import <filename>
and get the exact same mob.
Files use SNBT — the human-readable text representation of Minecraft NBT data. They can be opened and edited in any text editor. The full lasso item tag is stored, including all entity data, so nothing is lost in the transfer.
What you need to install
This is an addon — it depends on Mob Lassos, which depends on PuzzlesLib.
Ready to never lose a dragon again.