This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hello! I'm fairly new to modding (not new to coding btw) and I'm wondering what is the correct way to reference a creative inventory.
This is what I have:
Item.setCategory(1002, ItemCategory.ToolsandWeapons);
Item.setCategory(1001, ItemCategory.DecorationBlocks);
for the ''ItemCategory.ToolsandWeapons" & "ItemCategory.DecorationBlocks" have I referenced ToolsandWeapons and DecorationBlocks correctly?? If not can I have some help? Thx
Hello! I'm fairly new to modding (not new to coding btw) and I'm wondering what is the correct way to reference a creative inventory.
This is what I have:
Item.setCategory(1002, ItemCategory.ToolsandWeapons);
Item.setCategory(1001, ItemCategory.DecorationBlocks);
for the ''ItemCategory.ToolsandWeapons" & "ItemCategory.DecorationBlocks" have I referenced ToolsandWeapons and DecorationBlocks correctly?? If not can I have some help? Thx