Allow `WTDefinitionBuilder` to automatically retrieve translation keys for a given item
62832 opened this issue ยท 0 comments
At present for the purposes of add-on development and integration, WTDefinitionBuilder and hence AddTerminalEvent require manually specifying a translation key to use for relevant tooltips on those such as the Wireless Universal Terminal. It would be nice if the builder instead simply retrieved the existing translation key for the item already also being passed in, via Item::getDescriptionId or some other mechanism.