Entity Numbering

Quick rating

Entity Numbering

No reviews yet

adds cumulative numbering to entities in Minecraft by species and provides death message broadcasting functionality.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.2.1
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

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.

https://cdn.modrinth.com/data/zl0e8ZO7/images/6e587b61fddaa7a47fa2012c3dc4699a61151330.png

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 resetname command to clear names

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

  1. Make sure you have fabric-api and Fabric loader installed, with loader version >=0.16.0
  2. Download the .jar file of this mod
  3. Place the downloaded .jar file into your Minecraft mods folder
  4. 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 feature
  • enableDeathMessages: Whether to enable death message broadcasting
  • boardcastNeedName: Whether to broadcast death messages only for named entities
  • boardcastDistance: 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.json and set enableNumbering to false
  • 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.named to remove the tag from entities without a custom name
  • Close the game
  • Delete the entity_numbering-x.x.x.jar file from the mods folder

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.

Screenshots

Gallery

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works