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

General Utilities

Adds useful commands for Mod/ModPack Developers.

Загрузки
659
Подписчики
4
Обновлён
14 июня 2024 г.
Лицензия
GPL-3.0-only

Опубликован 2 апреля 2024 г.

General Utilities adds useful commands for Mod/ModPack developers.

Current features:

Inspect Block command: Inspects the Block the Player is looking at, for Properties, and sends those properties to the Player:
Output text from /inspect_block command. /inspect_block

Args:

  • sounds: Inspects the Block's set sounds. Includes full paths.
  • tags: Inspects the Block's TagKeys.

Inspect Item: Inspects the Item the Player is holding, for Properties, and sends those properties to the Player.

Args:

  • food: Inspects the Item's Food properties. Returns Nutrition, Saturation, and Effects.
  • tags: Inspects the Item's TagKeys.
  • enchants: Inspects the Item's Enchants.

This is not all General Utilities will offer. I want to add much more than this. Please, leave some suggestions on Github!

Ченджлог

2.1.1-21.0Релиз1.21 · 14 июня 2024 г.

2.1.1

  • Bumped Neo version : 21.0.6-beta
  • Removed redundant configuration files
2.1.0-21.0Релиз1.21 · 13 июня 2024 г.

2.1

  • Update to 1.21
  • Bumped Neo version : 21.0.0-beta
  • Updated some Booleans to be Uppercase
2.0.0-20.6Релиз1.20.6 · 6 мая 2024 г.

2.0

  • Added inspectBiome command, to show Biome Properties.
  • inspectBiome arguments:

color | Returns all Color properties.
tags | Returns all Biome Tags.
features | Returns all Biome Features.
sounds | Returns all Biome Sounds.

  • All commands are now camelCase.
  • All commands now return Errors, if something went wrong.
  • Commands that return Tags no longer have Whitespace before tag IDs.
1.1.0-20.6Релиз1.20.6 · 30 апреля 2024 г.

Initial 20.6 release:

  • /inspect_item food: Effects removed, added "CanAlwaysEat", and added messages if held Item has no Food Component, and if there is no held Item at all.
  • Item IDs shown on inspect commands are now copyable.
  • Attack Damage and Speed currently disabled... for now.
1.1.0-20.5Релиз1.20.5 · 24 апреля 2024 г.

Initial 20.5 release:

  • /inspect_item food: Effects removed, added "CanAlwaysEat", and added messages if held Item has no Food Component, and if there is no held Item at all.
  • Item IDs shown on inspect commands are now copyable.
  • Attack Damage and Speed currently disabled... for now.
1.1.0-20.1Релиз1.20.1 · 15 апреля 2024 г.

1.1.0:

  • Added /inspect_item, plus food, enchants and tags args.
  • Added tags arg to /inspect_block.
  • Added Formatting class for easy formatting for Item / Block / Tag IDs, Durability.
1.1.0-20.2Релиз1.20.2 · 15 апреля 2024 г.

Initial 20.2 release:

  • Loader changed to NeoForge
  • Added /inspect_item, plus food, enchants and tags args.
  • Added tags arg to /inspect_block.
  • Added Formatting class for easy formatting for Item / Block / Tag IDs, Durability.
1.0.0-20.1Релиз1.20.1 · 5 апреля 2024 г.

Initial Release!

Комментарии

Загружаем…