Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared Compendium entries missing #78

Open
LuvacZantor opened this issue Jan 16, 2025 · 1 comment
Open

Shared Compendium entries missing #78

LuvacZantor opened this issue Jan 16, 2025 · 1 comment

Comments

@LuvacZantor
Copy link

This isn't directly related as your problem, but I Was wondering if there was some sort for schema mismatch. I have shared compendium for other worlds that work fine. For Marvel, I can not get Actor, Items, or Adventure to show up while the others show up perfectly fine. Are those object types referenced differently somehow in the marvel system?

Image

{
"name": "zantorrealms-marvel-shared-compendium",
"title": "Zantor Realms Marvel Shared Compendium",
"author": "Luvac Zantor",
"description": "Zantor Realms Marvel",

"packs": [
    {
        "name": "actor",
        "label": "Actor",
        "type": "Actor",
        "path": "packs/ZantorRealmsMarvel/actor",
        "entity": "Actor",
        "module": "zantorrealms-marvel-shared-compendium"
    },
    {
        "name": "item",
        "label": "Item",
        "type": "Item",
        "path": "packs/ZantorRealmsMarvel/item",
        "entity": "Item",
        "module": "zantorrealms-marvel-shared-compendium"
    },
    {
        "name": "rolltable",
        "label": "RollTable",
        "type": "RollTable",
        "path": "packs/ZantorRealmsMarvel/rolltable",
        "entity": "RollTable",
        "module": "zantorrealms-marvel-shared-compendium"
    },
    {
        "name": "scene",
        "label": "Scene",
        "type": "Scene",
        "path": "packs/ZantorRealmsMarvel/scene",
        "entity": "Scene",
        "module": "zantorrealms-marvel-shared-compendium"
    },
    {
        "name": "macro",
        "label": "Macro",
        "type": "Macro",
        "path": "packs/ZantorRealmsMarvel/macro",
        "entity": "Macro",
        "module": "zantorrealms-marvel-shared-compendium"
    },
    {
        "name": "adventure",
        "label": "Adventure",
        "type": "Adventure",
        "path": "packs/ZantorRealmsMarvel/adventure",
        "entity": "Adventure",
        "module": "zantorrealms-marvel-shared-compendium"
    },
    {
        "name": "cards",
        "label": "Cards",
        "type": "Cards",
        "path": "packs/ZantorRealmsMarvel/cards",
        "entity": "Cards",
        "module": "zantorrealms-marvel-shared-compendium"
    },
    {
        "name": "journal",
        "label": "Journal",
        "type": "JournalEntry",
        "path": "packs/ZantorRealmsMarvel/journal",
        "entity": "JournalEntry",
        "module": "zantorrealms-marvel-shared-compendium"
    },
    {
        "name": "playlist",
        "label": "Playlist",
        "type": "Playlist",
        "path": "packs/ZantorRealmsMarvel/playlist",
        "entity": "Playlist",
        "module": "zantorrealms-marvel-shared-compendium"
    }
],
"packFolders": [
  {
      "name": "ZantorRealmsMarvel",
      "sorting": "m",
      "color": "#aa8a45",
      "packs": [
          "actor",
          "item",
          "rolltable",
          "scene",
          "macro",
          "adventure",
          "cards",
          "journal",
          "playlist"
      ]
  }
],
"id": "zantorrealms-marvel-shared-compendium",
"authors": [
    {
        "name": "Luvac Zantor"
    }
],
"minimumCoreVersion": "9",
"compatibleCoreVersion": "1000",
"compatibility": {
    "minimum": 9,
    "verified": 1000
},
"version": "100.1"

}

@LuvacZantor
Copy link
Author

Nevermind, I had figured this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant