Перейти к содержимому
Mineforgian

Convenient Name Tags

Lets you right click Name Tags in the air to change their name!

481K загрузок85 подписчиковApache-2.0fabric

Обновлён 1 октября 2023 г. · опубликован 18 августа 2022 г.

Convenient Name Tags

Requires Fabric API Support me on Ko-Fi Join my Discord

Chain separator

Overview

Have you ever wanted Name Tags to be just a little more Convenient?

Surprise - that's exactly what this mod does! It makes several improvements to the way Name Tags work.

Main Feature: Rename Name Tag Screen

After right clicking with a Name Tag in your main hand, you will be presented with a screen that allows you to rename the Name Tag without the use of an Anvil.

Screenshot

Other Features

  • Added a crafting recipe for Name Tags
  • Made renaming Villagers and Wandering Traders possible
  • Renamed mobs now drop their Name Tags when you:
    • kill them;
    • apply another Name Tag to them;
    • shift-right-click them with Shears.

Screenshot

Configuration

Configuration of Convenient Name Tags is done a config/convenientnametags.json5 config file.
The following configuration options are available:

Config Option Default Description
renameCost 0 Experience levels required to rename a Name Tag
renameCostPerWholeStack true Should the cost be constant for any stack size (or multiplied by the count)
dropNameTagsOnDeath true Should a Name Tag drop when a named mod is killed
dropNameTagsOnNameChange true Should a Name Tag drop from a named mob when another Name Tag is applied
enableNameTagShearing true Should players be able to use shears to remove Name Tags from mobs
enableRenameScreen true Should players be able to use the Rename Name Tag screen
enableCraftingRecipe true Should the Name Tag crafting recipe be enabled
denyList empty A list of words disallowed when renaming a Name Tag

Chain separator

Questions and Answers

Q: Can I use this mod in my modpack?

A: Yes, but please include a link to this mod page and credit me as the author. Asking for permission beforehand is also appreciated!

Q: Can I present this mod in my showcase video?

A: Yes! You can leave a comment with a link to the video, so I can check it out!

Q: Forge / backport?

A: Porting to Forge and older Minecraft versions are not planned at the moment.

Chain separator

Special thanks to:

  • gyular for Korean translation

Chain separator

Links

CurseForge | Modrinth | GitHub | Ko-Fi

Chain separator

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.1.0Релиз1.20, 1.20.1fabric1 октября 2023 г..jar (94 КБ)
1.0.0Релиз1.19.4fabric1 июня 2023 г..jar (96 КБ)
1.0.0Релиз1.19.2fabric1 июня 2023 г..jar (98 КБ)
0.3.0Релиз1.19, 1.19.1, 1.19.2fabric20 октября 2022 г..jar (76 КБ)
0.2.1Релиз1.19, 1.19.1, 1.19.2fabric24 сентября 2022 г..jar (68 КБ)
0.2.0Релиз1.19, 1.19.1, 1.19.2fabric3 сентября 2022 г..jar (66 КБ)
0.1.1Релиз1.19, 1.19.1, 1.19.2fabric20 августа 2022 г..jar (64 КБ)
0.1.0Бета1.19fabric20 августа 2022 г..jar (64 КБ)

Ченджлог

1.1.0Релиз1.20, 1.20.1 · 1 октября 2023 г.

1.1.0

Ported to 1.20.x

  • Should work with 1.20 and 1.20.1.
  • 1.20.2 unfortunately crashes.

Replaced owo config with Omega Config

  • (to get rid of the additional required dependency)
1.0.0Релиз1.19.4 · 1 июня 2023 г.

0.3.0

General

  • Added owo-lib as a dependency. You do not have to download it manually, it can be downloaded automatically after you launch the game!

Config

  • Added a config file to customize the mod!
    Following options are available:
Config Option Default Description
renameCost 0 Experience levels required to rename a Name Tag
renameCostPerWholeStack true Should the cost be constant for any stack size (or multiplied by the count)
dropNameTagsOnDeath true Should a Name Tag drop when a named mod is killed
dropNameTagsOnNameChange true Should a Name Tag drop from a named mob when another Name Tag is applied
enableNameTagShearing true Should players be able to use shears to remove Name Tags from mobs
enableRenameScreen true Should players be able to use the Rename Name Tag screen
enableCraftingRecipe true Should the Name Tag crafting recipe be enabled
denyList empty A list of words disallowed when renaming a Name Tag

Other features

Two other features were implemented alongside the config. Both are optional, disabled by default.
These are:

  • Deny List - you can specify a list of words in the config file that are forbidden. Players will get a chat message when they try to give a Name Tag a name that contains any of these words
  • Rename Cost - optional experience level cost for renaming Name Tags. When configured to be more than 0, a text indicating how much the renaming will cost will appear. The player will not be able to rename the Name Tag unless they have at least the specified experience level, which will be deducted upon renaming.
  • The Rename Cost can be configured to be calculated for the entire stack (by default) or for just one Name Tag. The latter would mean that renaming e.g. 24 Name Tags would cost 24 times as much as renaming a single Name Tag.
1.0.0Релиз1.19.2 · 1 июня 2023 г.

0.3.0

General

  • Added owo-lib as a dependency. You do not have to download it manually, it can be downloaded automatically after you launch the game!

Config

  • Added a config file to customize the mod!
    Following options are available:
Config Option Default Description
renameCost 0 Experience levels required to rename a Name Tag
renameCostPerWholeStack true Should the cost be constant for any stack size (or multiplied by the count)
dropNameTagsOnDeath true Should a Name Tag drop when a named mod is killed
dropNameTagsOnNameChange true Should a Name Tag drop from a named mob when another Name Tag is applied
enableNameTagShearing true Should players be able to use shears to remove Name Tags from mobs
enableRenameScreen true Should players be able to use the Rename Name Tag screen
enableCraftingRecipe true Should the Name Tag crafting recipe be enabled
denyList empty A list of words disallowed when renaming a Name Tag

Other features

Two other features were implemented alongside the config. Both are optional, disabled by default.
These are:

  • Deny List - you can specify a list of words in the config file that are forbidden. Players will get a chat message when they try to give a Name Tag a name that contains any of these words
  • Rename Cost - optional experience level cost for renaming Name Tags. When configured to be more than 0, a text indicating how much the renaming will cost will appear. The player will not be able to rename the Name Tag unless they have at least the specified experience level, which will be deducted upon renaming.
  • The Rename Cost can be configured to be calculated for the entire stack (by default) or for just one Name Tag. The latter would mean that renaming e.g. 24 Name Tags would cost 24 times as much as renaming a single Name Tag.
0.3.0Релиз1.19, 1.19.1, 1.19.2 · 20 октября 2022 г.

0.3.0

New features

  • Made renaming Villagers and Wandering Trader possible
  • Added a crafting recipe for Name Tags
  • If you have renamed a mob with a Name Tag, it will drop the Name Tag when killed, as well as when applying another Name Tag
  • Added the ability to remove Name Tags from mobs by shift-right-clicking them with Shears

Improvements

  • Pressing Enter in the Name Tag Screen now applies the name change
  • Pressing Shift + Enter in the screen clears the name
0.2.1Релиз1.19, 1.19.1, 1.19.2 · 24 сентября 2022 г.

0.2.1

Translation

  • Polish translation by Mim1q
  • Korean translation by gyular
0.2.0Релиз1.19, 1.19.1, 1.19.2 · 3 сентября 2022 г.

0.2.0

Features

  • Clear and cancel buttons in the GUI
  • Clearing functionality implemented

Bug fixes

  • Fixed a bug where a player could apply an empty name
0.1.1Релиз1.19, 1.19.1, 1.19.2 · 20 августа 2022 г.

0.1.1

Minor fix

  • The mod is now available on 1.19, 1.19.1 and 1.19.2!
0.1.0Бета1.19 · 20 августа 2022 г.

0.1.0 - first release

Features

  • Name Tags can be right-clicked to open a new "Rename Name Tag" GUI.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…