neoforged / Documentation

The repository containing Neo's documentation
MIT License
23 stars 36 forks source link

tags.md still references old registry system #58

Closed tmvkrpxl0 closed 1 month ago

tmvkrpxl0 commented 4 months ago

ITagManager

Forge wrapped registries provide an additional helper for creating and managing tags through ITagManager which can be obtained via IForgeRegistry#tags. Tags can be created using using #createTagKey or #createOptionalTagKey. Tags or registry objects can also be checked for either or using #getTag or #getReverseTag respectively.

Forge no longer wraps registries and ITagManager does not exist.

ChampionAsh5357 commented 1 month ago

Closed by #65