Better type descriptions for part aspects
md5i opened this issue · 1 comments
Issue type:
- ➕ Feature request
Short description:
Aspects that accept lists as their argument don't declare specifically what type must be contained in the list. This is especially noticeable when dealing with easily confused types, such as blocks, items, and item entities. It would be nice if instead of showing List
, they would show something like List(Entity)
.