@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
68 lines • 2.09 kB
JSON
{
"fields": [],
"description": "Prevents the entity from changing dimension through portals.",
"title": "Dimension Bound",
"samples": {
"/vanilla/behavior_pack/entities/arrow.json": [
{
"path": "/minecraft:entity/components/minecraft:dimension_bound/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/creaking.json": [
{
"path": "/minecraft:entity/component_groups/minecraft:spawned_by_creaking_heart/minecraft:dimension_bound/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/dragon_fireball.json": [
{
"path": "/minecraft:entity/components/minecraft:dimension_bound/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/ender_dragon.json": [
{
"path": "/minecraft:entity/components/minecraft:dimension_bound/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/fireball.json": [
{
"path": "/minecraft:entity/components/minecraft:dimension_bound/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/fishing_hook.json": [
{
"path": "/minecraft:entity/components/minecraft:dimension_bound/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/small_fireball.json": [
{
"path": "/minecraft:entity/components/minecraft:dimension_bound/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/thrown_trident.json": [
{
"path": "/minecraft:entity/components/minecraft:dimension_bound/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/wither_skull_dangerous.json": [
{
"path": "/minecraft:entity/components/minecraft:dimension_bound/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/wither_skull.json": [
{
"path": "/minecraft:entity/components/minecraft:dimension_bound/",
"content": {}
}
]
},
"id": "minecraft:dimension_bound"
}