diff --git a/src/main/resources/assets/overdrive_that_matters/models/bread_monster.animation.json b/src/main/resources/assets/overdrive_that_matters/models/bread_monster.animation.json new file mode 100644 index 000000000..5f5ed8ce2 --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/bread_monster.animation.json @@ -0,0 +1,98 @@ +{ + "format_version": "1.8.0", + "animations": { + "idle": { + "loop": true, + "animation_length": 1.44, + "bones": { + "Body": { + "rotation": { + "0.0": [0, -2.5, 0], + "0.72": [0, 3.33, 0], + "1.44": [0, -2.5, 0] + } + }, + "Ljaw": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.72": [5, 0, 0], + "1.44": [2.5, 0, 0] + } + }, + "UJaw": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.72": [-5, 0, 0], + "1.44": [-2.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 5, 0], + "0.72": [0, -7.5, 0], + "1.44": [0, 5, 0] + } + } + } + }, + "move": { + "loop": true, + "animation_length": 1.44, + "bones": { + "root": { + "position": { + "0.0": [1, 0, 2], + "0.12": [0, 5, -1], + "0.24": [-1, 0, -1], + "0.72": [-2, 0, 2], + "0.84": [0, 5, -1], + "0.96": [1, 0, -1], + "1.44": [1, 0, 2] + } + }, + "Body": { + "rotation": { + "0.0": [0, 0, 0], + "0.12": [7.52832, 4.95712, 0.65426], + "0.2": [12.50944, 1.65237, 0.21809], + "0.24": [0, 0, 0], + "0.72": [0, 0, 0], + "0.84": [7.52832, -4.95712, -0.65426], + "0.92": [15.01888, -3.30474, -0.43618], + "0.96": [0, 0, 0] + } + }, + "Ljaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.12": [25, 0, 0], + "0.32": [0, 0, 0], + "0.72": [0, 0, 0], + "0.84": [25, 0, 0], + "1.04": [0, 0, 0] + } + }, + "UJaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.12": [-25, 0, 0], + "0.32": [0, 0, 0], + "0.72": [0, 0, 0], + "0.84": [-30, 0, 0], + "1.04": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.12": [-10.03742, -4.92385, 0.87038], + "0.24": [0, 0, 0], + "0.72": [0, 0, 0], + "0.84": [-12.54624, 4.88119, -1.08482], + "0.96": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file