Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/07/20 in all areas

  1. No problem, sometimes imitation is the fastest method to gain knowledge/wisdom.
    1 point
  2. Your json probably looks like this: { "values": [ "mod:item", "mod:item2" // You want this to be optional ] } You need this: { "values": [ "mod:item" ], "optional": [ "mod:item2" // Now it's optional ] }
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.