#Can't Import .mcaddon to Minecraft 1.20.0

1 messages · Page 1 of 1 (latest)

stark yoke
#

Not the right place but couldn't find the right place to sent it

glass osprey
#

I imported your Add-on, and my client log said the object type of the ' /metadata/authors' / 'capabilities' element was wrong.

#

The Mainfest of the res could be like:

{
  "format_version": 2,
  "header": {
    "name": "Scraft RP",
    "description": "Anything for now ",
    "uuid": "4f124f7c-ad92-46aa-9a07-f9bd7cfec4ba",
    "version": [
      1,
      0,
      0
    ],
    "min_engine_version": [
      1,
      20,
      0
    ]
  },
  "modules": [
    {
      "type": "resources",
      "description": "_",
      "uuid": "1db78153-0fb4-4b26-be21-0eeaa33c6df7",
      "version": [
        1,
        0,
        0
      ]
    }
  ],
  "dependencies": [
    {
      "uuid": "e467c691-db58-40c8-ae9b-f329b2b1f7b4",
      "version": [
        1,
        0,
        0
      ]
    }
  ]
}
#

And the mainfest of beh could be like:

{
  "format_version": 2,
  "header": {
    "name": "Scraft BP",
    "description": "Anything for now ",
    "uuid": "e467c691-db58-40c8-ae9b-f329b2b1f7b4",
    "version": [
      1,
      0,
      0
    ],
    "min_engine_version": [
      1,
      16,
      0
    ]
  },
  "modules": [
    {
      "type": "data",
      "description": "_",
      "uuid": "262e882c-ffdc-4a2a-95fe-698192d8fa09",
      "version": [
        1,
        0,
        0
      ]
    }
  ],
  "dependencies": [
    {
      "uuid": "4f124f7c-ad92-46aa-9a07-f9bd7cfec4ba",
      "version": [
        1,
        0,
        0
      ]
    }
  ]
}