File information

Last updated

Original upload

Created by

Cookay

Uploaded by

M3dicCookie

Virus scan

Safe to use

Tags for this mod

Mod articles

  • How To Share Your CustomItem.

    First off Always Share a Zip file
    Second don't Copy anyone's Art or content Unless these are Examples and don't collect donation point
    unless you made the Art or edits yourself.

    Step one Collect your files name your zip the name of your Custom Item
    Example : LabCart.zip
    Zip Content

    CustomItems
    .Assets
     .YourImage.png
    .Items
     .youritem.json
    .Recipes
     .yourInternalName.json

    This should be how your zip is put together

    If Shared any Different your will make it confusing for other to download
    and install your items so lets all follow the directions....

  • CustomItems Guide to help with creating CustomItems

    Note : all new items are added Into their own json file the name isn't important within the Items folder. All custom items need a Recipe in
    Recipes folder name is the "InternalName" of your items .json.

    Creating a customitem

    LabCart.Json
    {
            "Tooltip": "A LabCart.", <--- this is your tooltip
            "FriendlyName": " LabCart",<-- your items name
            "InternalName": "Lcart",<-- your Techtype and name for the json file that has to be made in recipes
            "Spritename": "Lcart", <-- your name of your sprite thats within the assets folder
            "ResourceId": "af165b07-a2a3-4d85-8ad7-0c801334c115", <--- the ResourceId for the items your cloning.
          ...