#Humaniod Animations
1 messages · Page 1 of 1 (latest)
I've played around with it a lot but still cant get it to work...
I tried this but it just dont show up in-game
Rp code:{
"format_version": "1.20.80",
"minecraft:client_entity": {
"description": {
"identifier": "koh:angry_bodger",
"materials": {
"default": "entity_alphatest"
},
"textures": {
"default": "textures/entity/angry_bodger"
},
"geometry": {
"default": "geometry.angry_bodger"
},
"animations": {
"look_at_target": "animation.common.look_at_target",
"idle": "animation.angry_bodger.idle",
"controller": "controller.animation.bodger",
"attack_positions": "animation.player.attack.positions",
"attack_rotations": "animation.player.attack.rotations"
},
"render_controllers": [
"controller.render.angry_bodger"
],
"scripts": {
"animate": [
"look_at_target",
"idle",
"controller"
]
},
"spawn_egg": {
"texture": "koh_angry_bodger_egg",
"texture_index": 0
},
"enable_attachables": true
}
}
Animation controller code:{
"format_version": "1.10.0",
"animation_controllers": {
"controller.animation.bodger": {
"initial_state": "default",
"states": {
"default": {
"transitions": [
{
"attacking": "variable.attack_time > 0.0"
}
]
},
"attacking": {
"animations": [
"attack.positions",
"attack.rotations"
],
"transitions": [
{
"default": "query.any_animation_finished"
}
]
}
}
}
}
}
Any help is appreciated
Hello?
That's what I've been trying
The code above is using the vanilla animations.
I added the animations into my pack just in case the vanilla ones weren't working and still no luck.
Can I have some help, I'm really stuck
use humanoid animations, not players
Wdym
Presented by CyberAxe of www.OutLandishlyCrafted.com
Please support us on Patreon or on twitch.tv/cyberaxe
#bedrock #guide #Minecraft #blockbench #indiegamedev #howto #mcpe #MinecraftEntityWizard #howtoaddanimations #blockbenchanimations #bedrockAnimations
This Video Covers Humanoid Animations, i think it is around the 10min mark somewhere 😅