Entity Numbering
No reviews yet
adds cumulative numbering to entities in Minecraft by species and provides death message broadcasting functionality.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Entity Numbering Mod
Repository: https://github.com/sch246/entity_numbering
Overview
Entity Numbering Mod is a Fabric mod that adds cumulative numbering to entities in Minecraft by species and provides death message broadcasting functionality.

Features
- Adds unique numbering to entities in the game (can be disabled)
- Named entities will have the tag:
entity_numbering.named, which can also be used to prevent entities from being named
- Broadcasts entity death messages (can be disabled)
- Customizable death message broadcast range
- Customizable separator between entity name and number
- Special handling for zombies infecting villagers and creeper explosions
- Added the
resetnamecommand to clear names
- Named entities will have the tag:
Known Issues
- It affects all unnamed living entities in the world, as I currently don't know how to distinguish between pre-existing entities and newly spawned ones
Installation
- Make sure you have fabric-api and Fabric loader installed, with loader version >=0.16.0
- Download the .jar file of this mod
- Place the downloaded .jar file into your Minecraft
modsfolder - Launch the game!
Configuration
The mod's configuration file should be located at .minecraft/config/entity_numbering.json. You can modify the following settings as needed:
{
"enableNumbering": true,
"enableDeathMessages": true,
"boardcastNeedName": true,
"boardcastDistance": 128,
"nameSeparator": " #"
}
enableNumbering: Whether to enable entity numbering featureenableDeathMessages: Whether to enable death message broadcastingboardcastNeedName: Whether to broadcast death messages only for named entitiesboardcastDistance: The range of death message broadcasting (in blocks)nameSeparator: The separator between entity name and number
For debugging purposes, you can open /saves/<world_name>/data/entity_counter.json to modify the current number count for each type of entity
Uninstallation
- Modify
.minecraft/config/entity_numbering.jsonand setenableNumberingtofalse - Run
/resetname @e[tag=entity_numbering.named], make sure all named entities are affected (some entities might be in unloaded chunks) - Run
/execute as @e[tag=entity_numbering.named] unless data entity @s CustomName run tag @s remove entity_numbering.namedto remove the tag from entities without a custom name - Close the game
- Delete the
entity_numbering-x.x.x.jarfile from themodsfolder
Compatibility
This mod is compatible with Minecraft version 1.21-1.21.1.
Other versions have not been tested.
Contributions
Issues and pull requests are welcome.
License
This project is licensed under the MIT License.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources