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