#Wierd error on bp pack manifest
1 messages · Page 1 of 1 (latest)
also the bp is for scripts and no matter what i write in main.js the error keeps showing
show your manifest i think?
here
{
"format_version": 2,
"header": {
"name": "The Skygen 2025",
"description": "SKygen Pack",
"uuid": "e6e7d7c9-8106-4a42-b2c5-5f3adcd1898f",
"version": [
1,
0,
0
],
"min_engine_version": [
1,
16,
0
]
},
"modules": [
{
"type": "data",
"uuid": "5a080d1d-bef8-47ce-aae1-a2ec3e0010ab",
"version": [
1,
0,
0
]
},
{
"type": "script",
"uuid": "cf583615-f4f8-4ae9-95ff-ddb8ecde5d48",
"version": [
1,
0,
0
],
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.16.0"
}
],
"metadata": {
"generated_with": {
"bridge": [
"2.7.42"
],
"dash": [
"0.11.7"
]
}
}
}
Just main.js
The folder is set by default
nope that didnt work the error is abt smt elese
else*
Oh my bad sorry
That Its ok
Add "language": "javascript" above your entry
Yeah sorry
I use to have it
but i removed it
cause I thought that was the one causing the problem
but the problem still preseists with it
What's in ur script?