Path: blob/master/BP/entities/inventory_stasher.entity.bp.json
1782 views
{1"format_version": "1.16.0",2"minecraft:entity": {3"description": {4"identifier": "wedit:inventory_stasher",5"is_summonable": true,6"is_spawnable": false,7"is_experimental": false8},9"components": {10"minecraft:inventory": {11"container_type": "inventory",12"inventory_size": 3613},14"minecraft:persistent": {},15"minecraft:physics": {16"has_collision": false,17"has_gravity": false18},19"minecraft:custom_hit_test": {20"hitboxes": [21{22"pivot": [230,24100,25026],27"width": 0,28"height": 029}30]31},32"minecraft:damage_sensor": {33"triggers": {34"deals_damage": false35}36},37"minecraft:pushable": {38"is_pushable": false,39"is_pushable_by_piston": false40},41"minecraft:health": {42"min": 1,43"max": 1,44"value": 145},46"minecraft:collision_box": {47"width": 0.0001,48"height": 0.000149}50},51"component_groups": {52"wedit:despawned": {53"minecraft:instant_despawn": {}54}55},56"events": {57"wedit:despawn": {58"add": {59"component_groups": [60"wedit:despawned"61]62}63}64}65}66}6768