#my manifest is not good

1 messages · Page 1 of 1 (latest)

neon notch
#

help me my manifest.json is not good

{
    "format_version": 2,
    "header": {
        "name": "Titanite Addon",
        "description": "Titanite Addon Behavior Pack",
        "uuid": "d05f9c2c-45cb-4e68-9f8e-ae45d1b3a6b1",
        "version": [1, 0, 0],
        "min_engine_version": [1, 20, 0]
    },
    "metadata": {
        "authors": ["shadowbubble"],
        "generated_with": {
            "blockbench_item_wizard": ["1.1.0"],
            "blockbench_block_wizard": ["1.2.2"]
        }
    },
    "modules": [
        {
            "description": "Behavior",
            "version": [1, 0, 0],
            "uuid": "9f8ed1d0-70e5-48b5-8ab1-4fa22f832c0b",  
            "entry": "scripts/main.js",
            "type": "data"
        },
        {
            "type": "script",
            "uuid": "e3f32f10-45f6-489b-a6de-99a9e173d9af",
            "entry": "scripts/index.js",
            "version": [0, 1, 0]
        }
    ],
    "dependencies": [
        {
            "module_name": "@minecraft/server",
            "version": "1.14.0"
        },
        {
            "module_name": "@minecraft/server-ui",
            "version": "1.3.0"
        }
    ],
    "capabilities": ["script_eval"]
}

finite prairie
# neon notch help me my manifest.json is not good ```js { "format_version": 2, "head...
{
    "format_version": 2,
    "header": {
        "name": "Titanite Addon",
        "description": "Titanite Addon Behavior Pack",
        "uuid": "d05f9c2c-45cb-4e68-9f8e-ae45d1b3a6b1",
        "version": [
            1,
            0,
            0
        ],
        "min_engine_version": [
            1,
            20,
            0
        ]
    },
    "metadata": {
        "authors": [
            "shadowbubble"
        ],
        "generated_with": {
            "blockbench_item_wizard": [
                "1.1.0"
            ],
            "blockbench_block_wizard": [
                "1.2.2"
            ]
        }
    },
    "modules": [
        {
            "type": "script",
            "uuid": "e3f32f10-45f6-489b-a6de-99a9e173d9af",
            "entry": "scripts/main.js",
            "version": [
                0,
                1,
                0
            ]
        }
    ],
    "dependencies": [
        {
            "module_name": "@minecraft/server",
            "version": "1.14.0"
        },
        {
            "module_name": "@minecraft/server-ui",
            "version": "1.3.0"
        }
    ],
    "capabilities": [
        "script_eval"
    ]
}
neon notch
neon ginkgo
#

do you have index.js?

finite prairie
#

☝️

neon notch
#

is empty

neon ginkgo
#

yuh, it is empty. It shows this error whenever it is empty or not present

finite prairie
#

that's why

#

do an import or something else

neon notch
#

how can i remove it

finite prairie
#

uh

neon ginkgo
neon notch
#

i use main.js no index.js

neon ginkgo
#

yuh

finite prairie
#

then chage this

neon notch
neon ginkgo
#

yes

finite prairie
#

yessir

neon notch
finite prairie
#

yyup

neon notch
#

thats correct ???

finite prairie
#

yes

neon notch
#

okay nice

neon notch
# finite prairie yes

wow
[Scripting][error]-Plugin [Titanite Addon - 0.1.0] - [index.js] could not load main.

[Addon][error]-Cannot determine which pack manifest to use: Multiple manifests found at the same directory level in the pack's folder hierarchy.

[Scripting][error]-Unhandled promise rejection: TypeError: cannot read property 'subscribe' of undefined

[Scripting][error]-Unhandled promise rejection: TypeError: cannot read property 'subscribe' of undefined

[Scripting][error]-Plugin [Titanite Addon - 0.1.0] - [main.js] ran with error: [TypeError: cannot read property 'subscribe' of undefined at <anonymous> (main.js:223)
]

[Addon][error]-Cannot determine which pack manifest to use: Multiple manifests found at the same directory level in the pack's folder hierarchy.

[Blocks][warning]-Warning: The blocks.json "format_version" field was not given. "format_version" 1.1.0 will be used.

[Texture][warning]-The block named skeleton_ore used in a "blocks.json" file does not exist in the registry

neon notch
neon ginkgo
#
  1. You have two or more manifests
  2. You use events that do not exist; either you use stable instead of beta or your events are wrong
finite prairie
#

show ur full manifest

neon notch
finite prairie
#

bruh

finite prairie
#

wait

#

that's the resource pack manifest

#

why did u send that one?

#

client is not related with server side

neon notch
neon ginkgo
#

By copying the manifest located in your behavior pack and sending it here

neon notch
# neon ginkgo By copying the manifest located in your **behavior pack** and sending it here
{
    "format_version": 2,
    "header": {
        "name": "Titanite Addon",
        "description": "Titanite Addon Behavior Pack",
        "uuid": "d05f9c2c-45cb-4e68-9f8e-ae45d1b3a6b1",
        "version": [
            1,
            0,
            0
        ],
        "min_engine_version": [
            1,
            20,
            0
        ]
    },
    "metadata": {
        "authors": [
            "shadowbubble"
        ],
        "generated_with": {
            "blockbench_item_wizard": [
                "1.1.0"
            ],
            "blockbench_block_wizard": [
                "1.2.2"
            ]
        }
    },
    "modules": [
        {
            "type": "script",
            "uuid": "e3f32f10-45f6-489b-a6de-99a9e173d9af",
            "entry": "scripts/main.js",
            "version": [
                0,
                1,
                0
            ]
        }
    ],
    "dependencies": [
        {
            "module_name": "@minecraft/server",
            "version": "1.14.0"
        },
        {
            "module_name": "@minecraft/server-ui",
            "version": "1.3.0"
        }
    ],
    "capabilities": [
        "script_eval"
    ]
}
neon ginkgo
#
{
    "format_version": 2,
    "header": {
        "name": "Titanite Addon",
        "description": "Titanite Addon Behavior Pack",
        "uuid": "d05f9c2c-45cb-4e68-9f8e-ae45d1b3a6b1",
        "version": [
            1,
            0,
            0
        ],
        "min_engine_version": [
            1,
            20,
            0
        ]
    },
    "metadata": {
        "authors": [
            "shadowbubble"
        ],
        "generated_with": {
            "blockbench_item_wizard": [
                "1.1.0"
            ],
            "blockbench_block_wizard": [
                "1.2.2"
            ]
        }
    },
    "modules": [
        {
            "type": "data",
            "uuid": "de00ae20-3c74-4a74-91b6-bae72f5ef056",
            "version": [
                1,
                0,
                0
            ]
        },
        {
            "type": "script",
            "uuid": "e3f32f10-45f6-489b-a6de-99a9e173d9af",
            "entry": "scripts/main.js",
            "version": [
                0,
                1,
                0
            ]
        }
    ],
    "dependencies": [
        {
            "module_name": "@minecraft/server",
            "version": "1.14.0"
        },
        {
            "module_name": "@minecraft/server-ui",
            "version": "1.3.0"
        }
    ]
}```
#

data in modules was not present

#

this is my guess

finite prairie
#

both works

#

with or without data

neon ginkgo
#

if you say so

neon notch
# neon ginkgo then idk

[Scripting][error]-Plugin [Titanite Addon - 0.1.0] - [index.js] could not load main.

[Addon][error]-Cannot determine which pack manifest to use: Multiple manifests found at the same directory level in the pack's folder hierarchy.

[Scripting][error]-Unhandled promise rejection: TypeError: cannot read property 'subscribe' of undefined

[Scripting][error]-Unhandled promise rejection: TypeError: cannot read property 'subscribe' of undefined

[Scripting][error]-Plugin [Titanite Addon - 0.1.0] - [main.js] ran with error: [TypeError: cannot read property 'subscribe' of undefined at <anonymous> (main.js:223)
]

[Addon][error]-Cannot determine which pack manifest to use: Multiple manifests found at the same directory level in the pack's folder hierarchy.

[Blocks][warning]-Warning: The blocks.json "format_version" field was not given. "format_version" 1.1.0 will be used.

[Texture][warning]-The block named skeleton_ore used in a "blocks.json" file does not exist in the registry

[Addon][error]-Cannot determine which pack manifest to use: Multiple manifests found at the same directory level in the pack's folder hierarchy.

[Scripting][error]-Unhandled promise rejection: TypeError: cannot read property 'subscribe' of undefined

[Scripting][error]-Unhandled promise rejection: TypeError: cannot read property 'subscribe' of undefined

[Scripting][error]-Plugin [Titanite Addon - 0.1.0] - [main.js] ran with error: [TypeError: cannot read property 'subscribe' of undefined at <anonymous> (main.js:223)
]

[Addon][error]-Cannot determine which pack manifest to use: Multiple manifests found at the same directory level in the pack's folder hierarchy.

[Blocks][warning]-Warning: The blocks.json "format_version" field was not given. "format_version" 1.1.0 will be used.

[Texture][warning]-The block named skeleton_ore used in a "blocks.json" file does not exist in the registry

neon ginkgo
#

i know what the issue is

#

leave your world

#

go into behavior packs

neon notch
#

and anydesk ???

neon ginkgo
neon ginkgo
#

busy doing rockwrap

neon ginkgo
neon notch
#

@finite prairie you can come by voice

finite prairie
#

i'm in class rn, reading discord, lol

neon ginkgo
neon notch
neon ginkgo
#

ugh, then idk

#

i give up

finite prairie
#

let me go to the bathroom

#

there i can voice

neon notch
finite prairie
#

francais?

neon notch
#

yeah

finite prairie
#

-beta

fierce zephyr
#

💀