diff --git a/content/news/21.0release.md b/content/news/21.0release.md index 3afc55e..ddbc7a3 100644 --- a/content/news/21.0release.md +++ b/content/news/21.0release.md @@ -124,6 +124,9 @@ This method has been added to living entities in order to allow them to react to We would like to thank [Caltinor](https://github.com/Caltinor) for their work on the [Pull Request](https://github.com/neoforged/NeoForge/pull/792), which you can consult for more information. +## ToolActions renamed to ItemAbilities (introduced in NeoForge 21.0.??-beta) +To help promote the usage of our `ToolActions` system, we renamed it to `ItemAbilities` to help so it can be used for more than just tools and more than just representing actions. This system is a special alternative to tags for when mods need to do itemstack sensitive checks where an item can be in many different states and have different abilities. + ## Experimental Gradle Plugin We're currently developing a new experimental Gradle Plugin, focused on simpler buildscripts and improved caching. You can find information on its usage [here](https://github.com/NeoForged/ModDevGradle), and support is provided in the [thread](https://discord.com/channels/313125603924639766/1239579489617580072) on our [Discord server](https://discord.neoforged.net).