Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sisilicon
GitHub Repository: sisilicon/worldedit-be
Path: blob/master/BP/entities/struct_meta.entity.bp.json
1782 views
1
{
2
"format_version": "1.16.0",
3
"minecraft:entity": {
4
"description": {
5
"identifier": "wedit:struct_meta",
6
"is_summonable": true,
7
"is_spawnable": false,
8
"is_experimental": false
9
},
10
"component_groups": {
11
"wedit:despawned": {
12
"minecraft:instant_despawn": {}
13
}
14
},
15
"components": {
16
"minecraft:persistent": {},
17
"minecraft:physics": {
18
"has_collision": false,
19
"has_gravity": false
20
},
21
"minecraft:custom_hit_test": {
22
"hitboxes": [
23
{
24
"pivot": [
25
0,
26
100,
27
0
28
],
29
"width": 0,
30
"height": 0
31
}
32
]
33
},
34
"minecraft:damage_sensor": {
35
"triggers": {
36
"deals_damage": false
37
}
38
},
39
"minecraft:collision_box": {
40
"width": 0.0001,
41
"height": 0.0001
42
},
43
"minecraft:nameable": {
44
"allow_name_tag_renaming": false,
45
"always_show": false
46
}
47
},
48
"events": {
49
"wedit:despawn": {
50
"add": {
51
"component_groups": [
52
"wedit:despawned"
53
]
54
}
55
}
56
}
57
}
58
}
59