pabla1322's picture
download
raw
5.16 kB
{
"format_version": "1.26.0",
"minecraft:entity": {
"description": {
"identifier": "minecraft:arrow",
"is_experimental": false,
"is_summonable": true,
"is_spawnable": false,
"spawn_category": "misc"
},
"components": {
"minecraft:collision_box": {
"height": 0.25,
"width": 0.25
},
"minecraft:dimension_bound": {},
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"cause": "lava",
"damage_per_tick": 4,
"filters": {
"operator": "==",
"test": "in_lava",
"subject": "self",
"value": true
}
}
]
},
"minecraft:physics": {},
"minecraft:projectile": {
"anchor": 1,
"gravity": 0.05,
"power": 1.6,
"hit_sound": "bow.hit",
"on_hit": {
"arrow_effect": {},
"impact_damage": {
"apply_knockback_to_blocking_targets": true,
"damage": [
1,
4
],
"knockback": true,
"destroy_on_hit": true,
"semi_random_diff_damage": false
},
"stick_in_ground": {
"shake_time": 0.35
}
},
"offset": [
0,
-0.1,
0
],
"should_bounce": true,
"uncertainty_base": 16,
"uncertainty_multiplier": 4
},
"minecraft:pushable": {
"is_pushable": false,
"is_pushable_by_piston": true
}
},
"component_groups": {
"minecraft:hard_arrow": {
"minecraft:projectile": {
"anchor": 1,
"gravity": 0.05,
"power": 1.6,
"hit_sound": "bow.hit",
"on_hit": {
"arrow_effect": {},
"impact_damage": {
"apply_knockback_to_blocking_targets": true,
"damage": [
1,
5
],
"knockback": true,
"destroy_on_hit": true,
"semi_random_diff_damage": false
},
"stick_in_ground": {
"shake_time": 0.35
}
},
"offset": [
0,
-0.1,
0
],
"should_bounce": true,
"uncertainty_base": 16,
"uncertainty_multiplier": 4
}
},
"minecraft:player_arrow": {
"minecraft:projectile": {
"anchor": 1,
"gravity": 0.05,
"power": 5.0,
"hit_sound": "bow.hit",
"on_hit": {
"arrow_effect": {},
"impact_damage": {
"apply_knockback_to_blocking_targets": true,
"damage": 1,
"knockback": true,
"power_multiplier": 0.97,
"destroy_on_hit": true,
"semi_random_diff_damage": true,
"max_critical_damage": 10,
"min_critical_damage": 9
},
"stick_in_ground": {
"shake_time": 0.35
}
},
"offset": [
0,
-0.1,
0
],
"should_bounce": true,
"uncertainty_base": 1,
"uncertainty_multiplier": 0
}
},
"minecraft:pillager_arrow": {
"minecraft:projectile": {
"anchor": 1,
"gravity": 0.05,
"power": 1.6,
"hit_sound": "bow.hit",
"on_hit": {
"arrow_effect": {},
"impact_damage": {
"apply_knockback_to_blocking_targets": true,
"damage": [
3,
6
],
"knockback": true,
"destroy_on_hit": true,
"semi_random_diff_damage": false
},
"stick_in_ground": {
"shake_time": 0.35
}
},
"offset": [
0,
-0.1,
0
],
"should_bounce": true,
"uncertainty_base": 16,
"uncertainty_multiplier": 4
}
}
},
"events": {
"minecraft:entity_spawned": {
"sequence": [
{
"filters": {
"test": "is_difficulty",
"value": "hard"
},
"add": {
"component_groups": [
"minecraft:hard_arrow"
]
}
},
{
"filters": {
"subject": "other",
"test": "is_family",
"value": "player"
},
"add": {
"component_groups": [
"minecraft:player_arrow"
]
}
},
{
"filters": {
"subject": "other",
"test": "is_family",
"value": "pillager"
},
"add": {
"component_groups": [
"minecraft:pillager_arrow"
]
}
}
]
}
}
}
}

Xet Storage Details

Size:
5.16 kB
·
Xet hash:
39e7bbb908215d82cc3c70ad96d564b1a50b6e131216ebfba733d9b83f25af9d

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.