Jump to content

PashaP79

Members
  • Posts

    3
  • Joined

Posts posted by PashaP79

  1. Hello everyone, help me deal with the icons for items. I’m doing a mod on 18.2, I add an arrow object, in the ItemIcons folder there is a picture 160 * 160 in .png format

    The game has an item, there is a recipe, but there is no icon that I made for this item. What's wrong, with the code that I wrote, here it is.

     

    <item name="ammoArrowStonePaper">

    <property name="CustomIcon" value="#@modfolder:ItemIcons/ammoArrowStonePaper.png" />

    <!--<property name="CustomIcon" value="#@modfolder:Textures/iconsItem/ammoArrowStonePaper.png" />-->

    I tried to put it in another folder, but still there is no icon in the game

    tell me what is wrong or what needs to be done!

×
×
  • Create New...