[Suggestion] Add Item functions to EditorPlugin API
In this game items are utilized on almost the same level as blocks. In the current API we have functions to place, remove, and skin Blocks.
However, we only have a single function for Items:
Code:
Boolean RemoveItem(CAnchorData Item);
I would absolutely love if we could have some more access to place and skin Items added to the EditorPlugin API.
Thank you devs for making such a cool game and for implementing the plugin API in the first place.
5 people found this helpful