#Addon not working

1 messages · Page 1 of 1 (latest)

cosmic crow
#

• Pack dependencies on native modules can be declared using the module name without the need to specify a UUID, using the “module_name” attribute. The module name matches the import statement (e.g., “mojang-minecraft”)

{
  "dependencies": [
    {
      "module_name": "mojang-minecraft",
      "version": "1.0.0-beta"
    },
    {
      "module_name": "mojang-gametest",
      "version": "1.0.0-beta"
    }
  ]
}
cosmic crow
#

Can you upload the changed manifests

#

Why did you change the version?

#

As per the changelog:

• Removed mojang-gametest module version 0.1.0; packs using "mojang-gametest" specific APIs must be updated to use GameTest version 1.0.0-beta
You cannot use [0, 1, 0]

cosmic crow
pseudo cosmos
#

Bruh
"version": [1,0,0-beta]
"version": "1.0.0-beta"

pseudo cosmos
#

Use json code validator to check for missing branches

obsidian yew
#

Mindful of whether working in dev folders or not. If not, reload MC.