geckolib plugin can't see idle animation

Started by zarizer on

Topic category: Plugins and third-party tools

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
geckolib plugin can't see idle animation
Wed, 05/28/2025 - 18:00 (edited)

I have an geckolib model + animation that contains only "idle" animation but geckolib doesn't see it. mcreateor 2023.4, minecraft 1.20.1 forge.

Plese help me.


images of this situation:

Code of animation file:

{
	"format_version": "1.8.0",
	"animations": {
		"idle": {
			"loop": true,
			"animation_length": 2,
			"bones": {
				"bone": {
					"position": {
						"0.0": {
							"post": {
								"vector": [0, 0, 0]
							},
							"lerp_mode": "catmullrom"
						},
						"1.0": {
							"post": {
								"vector": [0, -2, 0]
							},
							"lerp_mode": "catmullrom"
						},
						"2.0": {
							"post": {
								"vector": [0, 0, 0]
							},
							"lerp_mode": "catmullrom"
						}
					}
				},
				"head": {
					"rotation": {
						"0.0": {
							"vector": [0, 0, 0]
						},
						"1.0": {
							"vector": [2.5, 0, 0]
						},
						"2.0": {
							"vector": [0, 0, 0]
						}
					},
					"position": {
						"0.0": {
							"vector": [0, 0, 0]
						},
						"1.0": {
							"vector": [0, 0, 0.5]
						},
						"2.0": {
							"vector": [0, 0, 0]
						}
					}
				}
			}
		}
	},
	"geckolib_format_version": 2
}
Edited by zarizer on Wed, 05/28/2025 - 18:00
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did you set it as the idle…
Thu, 05/29/2025 - 09:43

Did you set it as the idle animation in the animation tab of the entity?