#what is wrong with my manifest.json?

12 messages · Page 1 of 1 (latest)

halcyon heath
#

my minecraft version is 1.19.40
and my main.js file is just hello starter example
when i load minecraft nothing happen and also no error in content log
this is my manifest.json
'```
{
"format_version": 2,
"header": {
"name": "sus",
"description": "when the impostor is sus",
"uuid": "5bcdd9c2-4332-481c-a940-3c1aa01af70b",
"version": [0, 0, 1],
"min_engine_version": [1, 19, 40]
},
"modules": [
{
"description": "Script resources",
"language": "javascript",
"type": "script",
"uuid": "61ad68e8-ff3b-4e23-a0db-2a16e583ef21",
"version": [0, 0, 1],
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.0.0-beta"
}
]
}

spark fableBOT
#
Thanks for asking your question!

Once you have finished, please close your thread.

weary gorge
#

no content log error then it should be js's problem

halcyon heath
weary gorge
halcyon heath
#

oh

weary gorge
#

paste it

halcyon heath
#

my pc is off

weary gorge
#

then which example

#

the link

halcyon heath
#

so does the examples on bedrock.dev are updated?

halcyon heath