List the new item in DBSetup.cs insertItems()
insertItems()
Having the new item id, Place it's icon in Resources/2DTextures/Items
Write item's name & description on each .json file in Resources/i18n
.json
{ "key": "ITEM_22_NAME", "translation": "Wood" }, { "key": "ITEM_22_DESCRIPTION", "translation": "It's solid" },
There was an error while loading. Please reload this page.