#What does this error mean

55 messages · Page 1 of 1 (latest)

smoky vale
#

I followed some random tutorial for this btw

and yes I do have the dependencies:
"dependencies": [ { "uuid": "217a7334-0c7a-4e9d-9e67-c67198e09dbe", "version": [ 1, 0, 23 ] }, { "uuid": "b26a4d4c-afdf-4690-88f8-931846312678", "version": [ 0, 1, 0 ] }, { "uuid": "6f4b6893-1bb6-42fd-b458-7fa3d0c89616", "version": [ 0, 1, 0 ] }, { "uuid": "2bd50a27-ab5f-4f40-a596-3641627c635e", "version": [ 0, 1, 0 ] } ]

#

the dependencies came from some vbideo, not sure how ti works

tribal flame
#

?script-manifest

wet vaultBOT
#
Script API manifest.json

v1.19.50.21+

{
    "format_version": 2,
    "header": {
        "name": "Bedrock Addons",
        "description": "Script API Template",
        "uuid": "bf67828b-e511-4c72-9922-b6dc179926f4",
        "version": [ 0, 1, 0 ],
        "min_engine_version": [ 1, 19, 50 ]
    },
    "modules": [
        {
            "type": "script",
            "language": "javascript",
            "uuid": "b7055392-4154-4aa8-813f-afa6291f1056",
            "entry": "scripts/server/script.js",
            "version": [ 0, 1, 0 ]
        }
    ],
    
    // to use eval() and Function()
    "capabilities": [ "script_eval" ],

    "dependencies": [
        {
            "module_name": "@minecraft/server",
            "version": "1.1.0-beta"
        },
        {
            "module_name": "@minecraft/server-ui",
            "version": "1.0.0-beta"
        }
    ]
}

?uuids in #bot-usage for the complete list of uuids

rose shadow
smoky vale
# rose shadow Send entire manifest \`\`\`json crap \`\`\`

bad timing, uhh i changed the dependencies just now

{ "format_version": 2, "metadata": { "authors": [ "Coms" ], "generated_with": { "bridge": [ "2.3.7" ], "dash": [ "0.10.6" ] } }, "header": { "name": "Random Crâp", "description": "Just random crâp I add", "min_engine_version": [ 1, 19, 20 ], "uuid": "d70057ab-f531-41e9-9235-52a535e97774", "version": [ 1, 0, 23 ] }, "modules": [ { "type": "data", "uuid": "d6427476-3f5a-424f-9370-2dc9e5b764c0", "version": [ 1, 0, 0 ] }, { "type": "javascript", "uuid": "54cf7176-a27a-439c-b8e8-324830e4665e", "version": [ 1, 0, 0 ], "entry": "scripts/Main.js" } ], "dependencies": [ { "uuid": "217a7334-0c7a-4e9d-9e67-c67198e09dbe", "version": [ 1, 0, 23 ] }, { "module_name": "@minecraft/server", "uuid": "b26a4d4c-afdf-4690-88f8-931846312678", "version": [ 1, 0, 0 ] }, { "module_name": "@minecraft/server-ui", "uuid": "2bd50a27-ab5f-4f40-a596-3641627c635e", "version": [ 0, 1, 0 ] } ] }

#

currently tring whatever those dependencies are

#

{ "format_version": 2, "header": { "name": "BP Test", "description": "This is just a BP test", "uuid": "f7091359-153a-490d-bd93-8593421e2036", "version": [ 1, 0, 0 ], "min_engine_version": [ 1, 17, 0 ] }, "modules": [{ "type": "data", "uuid": "91f49ab7-823a-4f4a-ad84-654e4b6f87cf", "version": [ 1, 0, 0 ] }, { "type": "javascript", "uuid": "ff210fd9-292c-4b0a-b273-8a17be5f8853", "version": [ 1, 0, 0 ], "entry": "scripts/Main.js" } ], "dependencies": [{ "uuid": "b26a4d4c-afdf-4690-88f8-931846312678", "version": [ 0, 1, 0 ] }, { "uuid": "6f4b6893-1bb6-42fd-b458-7fa3d0c89616", "version": [ 0, 1, 0 ] }, { "uuid": "2bd50a27-ab5f-4f40-a596-3641627c635e", "version": [0, 1, 0] } ] }

this is theirs

smoky vale
rose shadow
#

Every thing else is fine I think

smoky vale
#

yep thanks

#

mistake made

#

{ "format_version": 2, "metadata": { "authors": [ "Coms" ], "generated_with": { "bridge": [ "2.3.7" ], "dash": [ "0.10.6" ] } }, "header": { "name": "Random Crâp", "description": "Just random crâp I add", "min_engine_version": [ 1, 19, 20 ], "uuid": "d70057ab-f531-41e9-9235-52a535e97774", "version": [ 1, 0, 23 ] }, "modules": [ { "type": "data", "uuid": "d6427476-3f5a-424f-9370-2dc9e5b764c0", "version": [ 1, 0, 0 ] }, { "type": "script", "language": "javascript", "uuid": "54cf7176-a27a-439c-b8e8-324830e4665e", "version": [ 1, 0, 0 ], "entry": "scripts/Main.js" } ], "dependencies": [ { "uuid": "217a7334-0c7a-4e9d-9e67-c67198e09dbe", "version": [ 1, 0, 23 ] }, { "module_name": "@minecraft/server", "uuid": "b26a4d4c-afdf-4690-88f8-931846312678", "version": [ 1, 0, 0 ] }, { "module_name": "@minecraft/server-ui", "uuid": "2bd50a27-ab5f-4f40-a596-3641627c635e", "version": [ 0, 1, 0 ] } ] }

My entire manifest rn

sand heron
#

Sprunkles, last time I tried the bot manifest it wasn’t working

#

the pack just wasn’t getting applied to my game, I don’t think I made something wrong

rose shadow
smoky vale
#

do i just remove module name? I have a feeling its the problem

smoky vale
#

like remove either server io or the server one?

#

the first dependencies is for the resource pack btw jic

rose shadow
#

you can only have uuid: “uuid”:”<uuid>” or “module_name”:”<module_name>”. Personally I would remove the uuid for the 2nd and 3rd

smoky vale
#

im confused

rose shadow
#

You have both which is the issue

smoky vale
#

can you make an example wth my current ones rn?

#

"dependencies": [ { "uuid": "217a7334-0c7a-4e9d-9e67-c67198e09dbe", "version": [ 1, 0, 23 ] }, { "module_name": "@minecraft/server", "uuid": "b26a4d4c-afdf-4690-88f8-931846312678", "version": [ 1, 0, 0 ] }, { "module_name": "@minecraft/server-ui", "uuid": "2bd50a27-ab5f-4f40-a596-3641627c635e", "version": [ 0, 1, 0 ] } ] }

smoky vale
rose shadow
#
{
    "dependencies": [
        {
            "uuid": "217a7334-0c7a-4e9d-9e67-c67198e09dbe",
            "version": [
                1,
                0,
                23
            ]
        },
        {
            "module_name": "@minecraft/server",
            "version": [
                1,
                0,
                0
            ]
        },
        {
            "module_name": "@minecraft/server-ui",
            "version": [
                0,
                1,
                0
            ]
        }
    ]
}```
smoky vale
#

oh yo mean remove the uuids???

#

or is it that you can only choose eitehrr a uuid or a module name

rose shadow
#

if you want current 1.19.40 version use “version”:”1.0.0-beta”

rose shadow
rose shadow
smoky vale
#

this is fine right? the dash?

rose shadow
#
{
    "dependencies": [
        {
            "uuid": "217a7334-0c7a-4e9d-9e67-c67198e09dbe",
            "version": [
                1,
                0,
                23
            ]
        },
        {
            "module_name": "@minecraft/server",
            "version":1.0.0-beta”
        },
        {
            "module_name": "@minecraft/server-ui",
            "version":1.0.0-beta”
        }
    ]
}```
smoky vale
#

oh

#

arlighit thank you so much

rose shadow
#

dont use bridge for scripts

smoky vale
rose shadow
#

You dont need server-gametest unless you testing addons if you are add it to dependencies

smoky vale
rose shadow
smoky vale
#

oh

#

alright then

rose shadow
#

send that yt link

smoky vale
rose shadow
#

npm uninstall -g @types/mojang-minecraft
npm uninstall -g @types/mojang-gametest
npm uninstall -g @types/mojang-minecraft-ui

smoky vale
#

alright thanks, no longer on pc will do it tomorrow

#

late here