EntityDB
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #700 of 1745 datapack mods in this game by downloads
📋 About This Mod
# entitydb - Store arbitrary NBT data for any entity ## Uninstallation Run ``` function entitydb:uninstall ``` to clear all stored data. Then disable and delete the pack file(s). ## Usage Open a database entry for editing: ``` execute as <entity> run function entitydb:open ``` The stored data is now available for usage at `entitydb:data open`, e.g.: ``` data modify storage entitydb:data open merge value {text:"hello!"} ``` After you're done, run ``` execute as <entity> run function entitydb:close ``` Where `<entity>` is the same entity that ran `entitydb:open`. **At most one data entry may be opened for editing at any time.** ### Delete an entry This may be run regardless of whether an entry was opened for editing or not. ``` execute as <entity> run function entitydb:close ```
# entitydb - Store arbitrary NBT data for any entity
## Uninstallation
``` function entitydb:uninstall ```
to clear all stored data. Then disable and delete the pack file(s).
Open a database entry for editing:
```
execute as
The stored data is now available for usage at `entitydb:data open`, e.g.:
``` data modify storage entitydb:data open merge value {text:"hello!"} ```
After you're done, run
```
execute as
Where `
At most one data entry may be opened for editing at any time.
### Delete an entry
This may be run regardless of whether an entry was opened for editing or not.
```
execute as
📊 Mod Details
- Game
- Minecraft Data Packs
- Author
- helmo2019
- Version
- 1.0
- Downloads
- 37
- Endorsements
- 0
- Category
- datapack
- Created
- 4/13/2026
- Updated
- 6/28/2026
- Game Versions
- 1.20.2, 23w40a, 23w41a, 23w42a, 23w43a
- Tags
- library, utility
🔧 How to Install Minecraft Data Packs Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Data Packs →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Data Packs commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Data Packs versions does EntityDB support?
The author lists 1.20.2, 23w40a, 23w41a, 23w42a, 23w43a, 23w43b. Other versions may work but are untested by the author.
What is the latest version of EntityDB?
Version 1.0, published 2026-06-28 with 37 downloads recorded at the source.
Keep browsing — more Minecraft Data Packs mods await