Started by
Redlarkk
on
Topic category: Help with Minecraft modding (Java Edition)
Im making a mod which adds new things to caves and makes it better to mine, but due to the new ores and blocks inventories will get filled a lot. As such, I want to add backpacks in. Is this possible with the latest version of MCreator? Thank you.
Edit: i have given the item a GUI but when i close it, the items come to my inventory and not the item's.
Edited by Redlarkk on Sun, 04/19/2020 - 21:44
It's not possible because blocks can be tiles entities (and so, having a GUI to store items) but Items cannot be tiles entities. They cannot store items. The only way to add backpack is for you to know how to code in java.
https://mcreator.net/tracker/hot