diff --git a/assets/pfm/models/block/classic_bed/oak/head/classic_bed_head.json b/assets/pfm/models/block/classic_bed/oak/head/classic_bed_head.json new file mode 100644 index 0000000..958bcf0 --- /dev/null +++ b/assets/pfm/models/block/classic_bed/oak/head/classic_bed_head.json @@ -0,0 +1,76 @@ +{ + "credit": "By UnlikePaladin", + "textures": { + "0": "block/oak_planks", + "particle": "block/oak_planks" + }, + "elements": [ + { + "from": [0, 2, 1], + "to": [16, 14, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, + "faces": { + "north": {"uv": [0, 2, 16, 14], "texture": "#0"}, + "south": {"uv": [0, 2, 16, 14], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [0, 2, 3], + "to": [16, 5, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, + "faces": { + "east": {"uv": [0, 3, 13, 6], "texture": "#0"}, + "west": {"uv": [0, 3, 13, 6], "texture": "#0"}, + "down": {"uv": [0, 0, 13, 16], "rotation": 90, "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [59, 45, 0], + "translation": [-0.5, 0.25, -1.5], + "scale": [0.32, 0.32, 0.32] + }, + "thirdperson_lefthand": { + "rotation": [59, -145, 0], + "translation": [-0.5, 0.25, -1.5], + "scale": [0.32, 0.32, 0.32] + }, + "firstperson_righthand": { + "rotation": [-1, 45, 0], + "translation": [1, 0.75, 0], + "scale": [0.32, 0.32, 0.32] + }, + "firstperson_lefthand": { + "rotation": [-1, -145, 0], + "translation": [1, 0.75, 0], + "scale": [0.32, 0.32, 0.32] + }, + "ground": { + "translation": [-2.75, -1, 0], + "scale": [0.3, 0.3, 0.3] + }, + "gui": { + "rotation": [30, 135, 0], + "translation": [2.5, -0.5, 0], + "scale": [0.44, 0.44, 0.44] + }, + "head": { + "translation": [-6.5, 6.25, 0] + }, + "fixed": { + "translation": [-4.75, -0.5, -0.75], + "scale": [0.6, 0.6, 0.6] + } + }, + "groups": [ + { + "name": "group", + "origin": [0, 0, 0], + "color": 0, + "children": [0, 1] + } + ] +} \ No newline at end of file