Add Vanilla Behavior Pack 1.18.1

This commit is contained in:
Hell13Cat
2022-01-23 21:24:12 +03:00
parent 533e515c67
commit baa4379c85
1587 changed files with 125827 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
{
"format_version": "1.16.210",
"minecraft:entity": {
"description": {
"identifier": "minecraft:armor_stand",
"is_spawnable": false,
"is_summonable": true,
"is_experimental": false
},
"components": {
"minecraft:type_family": {
"family": [ "armor_stand", "inanimate", "mob" ]
},
"minecraft:collision_box": {
"width": 0.5,
"height": 1.975
},
"minecraft:health": {
"value": 6,
"max": 6
},
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true },
"cause": "lava",
"damage_per_tick": 4
}
]
},
"minecraft:knockback_resistance": {
"value": 1.0
},
"minecraft:loot": {
"table": "loot_tables/entities/armor_stand.json"
},
"minecraft:nameable": {
},
"minecraft:persistent": {
},
"minecraft:physics": {
},
"minecraft:pushable": {
"is_pushable": false,
"is_pushable_by_piston": true
},
"minecraft:conditional_bandwidth_optimization": {
}
},
"events": {
}
}
}