|
1 | 1 | { |
2 | | - "format_version": "1.17.10", |
3 | | - "minecraft:entity": { |
4 | | - "description": { |
5 | | - "identifier": "rubedo:database", |
6 | | - "is_spawnable": false, |
7 | | - "is_summonable": true, |
8 | | - "is_experimental": false |
9 | | - }, |
10 | | - "component_groups": { |
11 | | - "despawn": { |
12 | | - "minecraft:instant_despawn": {}, |
13 | | - "minecraft:explode": {} |
14 | | - } |
15 | | - }, |
16 | | - "components": { |
17 | | - "minecraft:inventory": { |
18 | | - "container_type": "inventory", |
19 | | - "inventory_size": 96, |
20 | | - "private": true |
21 | | - }, |
22 | | - "minecraft:collision_box": { |
23 | | - "width": 0, |
24 | | - "height": 0 |
25 | | - }, |
26 | | - "minecraft:movement": { |
27 | | - "value": 0 |
28 | | - }, |
29 | | - "minecraft:pushable": { |
30 | | - "is_pushable": false, |
31 | | - "is_pushable_by_piston": false |
32 | | - }, |
33 | | - "minecraft:damage_sensor": { |
34 | | - "triggers": { |
35 | | - "cause": "all", |
36 | | - "deals_damage": false |
37 | | - } |
38 | | - }, |
39 | | - "minecraft:fire_immune": true, |
40 | | - "minecraft:health": { |
41 | | - "value": 999999, |
42 | | - "min": 1 |
43 | | - }, |
44 | | - "minecraft:conditional_bandwidth_optimization": {} |
45 | | - }, |
46 | | - "events": { |
47 | | - "minecraft:despawn": { |
48 | | - "add": { |
49 | | - "component_groups": ["despawn"] |
50 | | - } |
51 | | - } |
52 | | - } |
53 | | - } |
| 2 | + "format_version": "1.17.10", |
| 3 | + "minecraft:entity": { |
| 4 | + "description": { |
| 5 | + "identifier": "rubedo:database", |
| 6 | + "is_spawnable": false, |
| 7 | + "is_summonable": true, |
| 8 | + "is_experimental": false |
| 9 | + }, |
| 10 | + "component_groups": { |
| 11 | + "despawn": { |
| 12 | + "minecraft:instant_despawn": {}, |
| 13 | + "minecraft:explode": {} |
| 14 | + } |
| 15 | + }, |
| 16 | + "components": { |
| 17 | + "minecraft:inventory": { |
| 18 | + "container_type": "inventory", |
| 19 | + "inventory_size": 96, |
| 20 | + "private": true |
| 21 | + }, |
| 22 | + "minecraft:collision_box": { |
| 23 | + "width": 0, |
| 24 | + "height": 0 |
| 25 | + }, |
| 26 | + "minecraft:movement": { |
| 27 | + "value": 0 |
| 28 | + }, |
| 29 | + "minecraft:pushable": { |
| 30 | + "is_pushable": false, |
| 31 | + "is_pushable_by_piston": false |
| 32 | + }, |
| 33 | + "minecraft:damage_sensor": { |
| 34 | + "triggers": { |
| 35 | + "cause": "all", |
| 36 | + "deals_damage": false |
| 37 | + } |
| 38 | + }, |
| 39 | + "minecraft:fire_immune": true, |
| 40 | + "minecraft:health": { |
| 41 | + "value": 999999, |
| 42 | + "min": 1 |
| 43 | + }, |
| 44 | + "minecraft:conditional_bandwidth_optimization": {} |
| 45 | + }, |
| 46 | + "events": { |
| 47 | + "minecraft:despawn": { |
| 48 | + "add": { |
| 49 | + "component_groups": ["despawn"] |
| 50 | + } |
| 51 | + } |
| 52 | + } |
| 53 | + } |
54 | 54 | } |
0 commit comments