#what is wrong with this??

1 messages · Page 1 of 1 (latest)

hardy cairn
#

@minecraft/server-net has not had its version changed

#

Keep at it 1.0.0-beta

slow chasm
#

"type": "script",
"language": "javascript",
"uuid": "deb871eb-dc2b-4237-936b-f6cee8cc12c8",
"entry": "scripts/main.js",
"version": [
1,
0,
0
]
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.3.0-beta"
},
{
"module_name": "@minecraft/server-gametest",
"version": "1.0.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.1.0-beta"
},
{
"module_name": "@minecraft/server-admin",
"version": "1.0.0-beta"
},
{
"module_name": "@minecraft/server-net",
"version": "1.0.0-beta"
}
]
}

hardy cairn
#

Well what's wrong about it now?

slow chasm
#

It still saying the same thing it said before

#

After I made the change

hardy cairn
#

Make sure to leave and rejoin the game, not just /reload

slow chasm
#

I restarted Minecraft

hardy cairn
#

Then update the pack's version

slow chasm
#

Ok

#

Might sound dumb but I just feel like I’m going in circles trying to fix this

#

I spent 30 minutes of the trying to fix the manifest

upbeat thicket
#

try to put that

{
          "module_name": "@minecraft/server",
          "version": "1.3.0-beta"
        }
hardy cairn
#

No, it does say that @minecraft/server's version is 1.0.0-beta when it should be 1.3.0-beta

#

The only thing I was telling you to set to 1.0.0-beta was @minecraft/server-net

upbeat thicket
#

OK

slow chasm
#

I’m so confused, sorry if I’m getting frustrating 😅

upbeat thicket
#

no problem

slow chasm
upbeat thicket
#

I can try which module do you need

slow chasm
upbeat thicket
#
{
    "format_version": 2,
    "header": {
        "name": "",
        "description": "",
        "uuid": "5ce94f58-0973-11ee-be56-0242ac120002",
        "version": [ 1, 0, 0 ],
        "min_engine_version": [ 1, 19, 20 ]
    },
    "modules": [
        {
        "type": "data",
        "uuid": "5ce954b2-0973-11ee-be56-0242ac120002",
            "version": [  1, 0, 0 ]
        },     {
            "type": "script",
            "language": "javascript",
            "uuid": "5ca0e219-4680-4ba1-a31b-e13338856be0",
            "entry": "scripts/main.js",
            "version": [ 1, 0, 0 ]
        }
    ],
    "dependencies": [
        {
          "module_name": "@minecraft/server",
          "version": "1.3.0-beta"
        }
      ]
    }

here is a manifest that should work

slow chasm
#

Thank you