IWareQ
Member
IWareQ submitted a new resource:
FakeInventories - inventory, inventories, fakeinventory, fakeinventories
FakeInventories - inventory, inventories, fakeinventory, fakeinventories
Read more about this resource...FakeInventories
FakeInventories is a simple library plugin for PowerNukkit/Nukkit Minecraft Bedrock core, that will help you to create
your custom virtual inventories with ease.
Usage
You can extend from CustomInventory
or create a new CustomInventory object...Java:import me.iwareq.fakeinventories.CustomInventory; public class MyInventory extends CustomInventory { public MyInventory() { super(InventoryType.CHEST, "my title"); } }
Last edited: