添加了部分来自于BedrockWiki的文章!

This commit is contained in:
boybook
2025-03-19 22:17:04 +08:00
parent 41635cf9bb
commit c25ebf2767
558 changed files with 96136 additions and 24 deletions

Binary file not shown.

View File

@@ -0,0 +1,17 @@
{
"format_version": "1.8.0",
"animations": {
"animation.wiki.first_person_guide.right_arm.method_one": {
"loop": true,
"bones": {
"rightArm": {
"rotation": [95, -45, 115],
"position": [13.5, -10, 12]
},
"rightItem": {
"position": [0, 0, -1]
}
}
}
}
}

View File

@@ -0,0 +1,24 @@
{
"format_version": "1.10.0",
"animations": {
"animation.steve_head.hold_first_person": {
"loop": true,
"bones": {
"steve_head": {
"rotation": [27, -39, -159],
"position": [-6, 5.5, 3.4]
}
}
},
"animation.steve_head.hold_third_person": {
"loop": true,
"bones": {
"steve_head": {
"rotation": [-20, -32.5, 0],
"position": [-6, 10, -3],
"scale": 0.65
}
}
}
}
}

View File

@@ -0,0 +1,99 @@
{
"format_version": "1.16.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.wiki.steve_head",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 13,
"visible_bounds_height": 4,
"visible_bounds_offset": [0, 1, 0]
},
"bones": [
// Steve head model
{
"name": "steve_head",
"parent": "rightItem",
"pivot": [0, 4, 0],
"cubes": [
{"origin": [-4, 0, -4], "size": [8, 8, 8], "uv": [0, 0]}
]
},
// Player skeleton
//! NOTE ! Remove the cubes from these bones before using this model in-game!
{
"name": "root",
"pivot": [0, 0, 0]
},
{
"name": "waist",
"parent": "root",
"pivot": [0, 12, 0]
},
{
"name": "body",
"parent": "waist",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-4, 12, -2], "size": [8, 12, 4], "uv": [16, 16]}
]
},
{
"name": "head",
"parent": "body",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-4, 24, -4], "size": [8, 8, 8], "uv": [0, 0]}
]
},
{
"name": "leftArm",
"parent": "body",
"pivot": [5, 22, 0],
"cubes": [
{"origin": [4, 12, -2], "size": [4, 12, 4], "uv": [32, 48]}
]
},
{
"name": "leftItem",
"parent": "leftArm",
"pivot": [6, 15, 1]
},
{
"name": "rightArm",
"parent": "body",
"pivot": [-5, 22, 0],
"cubes": [
{"origin": [-8, 12, -2], "size": [4, 12, 4], "uv": [40, 16]}
]
},
{
"name": "rightItem",
"parent": "rightArm",
"pivot": [-6, 15, 1],
"locators": {
"lead_hold": [-6, 15, 1]
}
},
{
"name": "leftLeg",
"parent": "root",
"pivot": [1.9, 12, 0],
"cubes": [
{"origin": [-0.1, 0, -2], "size": [4, 12, 4], "uv": [16, 48]}
]
},
{
"name": "rightLeg",
"parent": "root",
"pivot": [-1.9, 12, 0],
"cubes": [
{"origin": [-3.9, 0, -2], "size": [4, 12, 4], "uv": [0, 16]}
]
}
]
}
]
}

View File

@@ -0,0 +1,28 @@
{
"format_version": "1.10.0",
"animations": {
"animation.wiki.third_person_guide": {
"loop": true,
"bones": {
"rightItem": {
"position": [-6, -9, -1]
},
"leftItem": {
"position": [6, -9, -1]
}
}
},
"animation.wiki.first_person_guide.right_hand": {
"loop": true,
"bones": {
"rightArm": {
"rotation": [95, -45, 115],
"position": [13.5, -10, 12]
},
"rightItem": {
"position": [-6, -9, -1]
}
}
}
}
}

View File

@@ -0,0 +1,113 @@
{
"format_version": "1.16.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.wiki.player_skeleton",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 13,
"visible_bounds_height": 4,
"visible_bounds_offset": [0, 1, 0]
},
"bones": [
// Copy from here to line 106
{
"name": "root",
"pivot": [0, 0, 0]
},
{
"name": "waist",
"parent": "root",
"pivot": [0, 12, 0]
},
{
"name": "body",
"parent": "waist",
"pivot": [0, 24, 0],
"cubes": [
{
"origin": [-4, 12, -2],
"size": [8, 12, 4],
"uv": [16, 16]
}
]
},
{
"name": "head",
"parent": "body",
"pivot": [0, 24, 0],
"cubes": [
{
"origin": [-4, 24, -4],
"size": [8, 8, 8],
"uv": [0, 0]
}
]
},
{
"name": "leftArm",
"parent": "body",
"pivot": [5, 22, 0],
"cubes": [
{
"origin": [4, 12, -2],
"size": [4, 12, 4],
"uv": [32, 48]
}
]
},
{
"name": "leftItem",
"parent": "leftArm",
"pivot": [6, 15, 1]
},
{
"name": "rightArm",
"parent": "body",
"pivot": [-5, 22, 0],
"cubes": [
{
"origin": [-8, 12, -2],
"size": [4, 12, 4],
"uv": [40, 16]
}
]
},
{
"name": "rightItem",
"parent": "rightArm",
"pivot": [-6, 15, 1]
},
{
"name": "leftLeg",
"parent": "root",
"pivot": [1.9, 12, 0],
"cubes": [
{
"origin": [-0.1, 0, -2],
"size": [4, 12, 4],
"uv": [16, 48]
}
]
},
{
"name": "rightLeg",
"parent": "root",
"pivot": [-1.9, 12, 0],
"cubes": [
{
"origin": [-3.9, 0, -2],
"size": [4, 12, 4],
"uv": [0, 16]
}
]
}
// End of selection
]
}
]
}

View File

@@ -0,0 +1,24 @@
{
"format_version": "1.10.0",
"animations": {
"animation.skeleton_head.hold_first_person": {
"loop": true,
"bones": {
"skeleton_head": {
"rotation": [27, -39, -159],
"position": [0, 14.5, 2.4]
}
}
},
"animation.skeleton_head.hold_third_person": {
"loop": true,
"bones": {
"skeleton_head": {
"rotation": [-20, -32.5, 0],
"position": [0, 19, -4],
"scale": 0.65
}
}
}
}
}

View File

@@ -0,0 +1,26 @@
{
"format_version": "1.16.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.wiki.skeleton_head",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 13,
"visible_bounds_height": 4,
"visible_bounds_offset": [0, 1, 0]
},
"bones": [
// Skeleton head model
{
"name": "skeleton_head",
"binding": "query.item_slot_to_bone_name(context.item_slot)",
"pivot": [0, 4, 0],
"cubes": [
{"origin": [-4, 0, -4], "size": [8, 8, 8], "uv": [0, 0]}
]
}
]
}
]
}

File diff suppressed because it is too large Load Diff