Delete player.json

This commit is contained in:
hankskyjames777 2020-03-11 12:31:26 +08:00 committed by GitHub
parent 9fd8819921
commit 1431bae88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 110 deletions

View File

@ -1,110 +0,0 @@
{
"format_version": "1.8.0",
"minecraft:entity": {
"description": {
"identifier": "minecraft:player",
"is_spawnable": false,
"is_summonable": false,
"is_experimental": false
},
"components": {
"minecraft:breedable": {
"requireTame": false,
"inheritTamed": false,
"breedsWith": [
{
"mateType": "minecraft:drowned",
"babyType": "minecraft:drowned",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
}
],
"breedItems": [
"cake",
"bread",
"appleEnchanted"
]
},
"minecraft:type_family": {
"family": [
"player"
]
},
"minecraft:loot": {
"table": "loot_tables/empty.json"
},
"minecraft:collision_box": {
"width": 0.6,
"height": 1.8
},
"minecraft:can_climb": {},
"minecraft:movement": {
"value": 0.1
},
"minecraft:attack": {
"damage": 1
},
"minecraft:player.saturation": {
"value": 20
},
"minecraft:player.exhaustion": {
"value": 0,
"max": 4
},
"minecraft:player.level": {
"value": 0,
"max": 24791
},
"minecraft:player.experience": {
"value": 0,
"max": 1
},
"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": -1,
"inhaleTime": 3.75,
"generatesBubbles": false
},
"minecraft:nameable": {
"alwaysShow": true,
"allowNameTagRenaming": false
},
"minecraft:physics": {},
"minecraft:insomnia": {
"days_until_insomnia": 3
},
"minecraft:rideable": {
"seat_count": 2,
"family_types": [
"parrot_tame"
],
"pull_in_entities": true,
"seats": [
{
"position": [
0.4,
-0.15,
0.04
],
"min_rider_count": 0,
"max_rider_count": 0,
"lock_rider_rotation": 0
},
{
"position": [
-0.4,
-0.15,
0.04
],
"min_rider_count": 1,
"max_rider_count": 2,
"lock_rider_rotation": 0
}
]
},
"minecraft:scaffolding_climber": {}
}
}
}