Skip to content

Commit

Permalink
feat: rework flesh chicken visuals with model and texture by TheShroome
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Nov 20, 2024
1 parent 37986bc commit 9dadee7
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 312 deletions.
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"format_version": "1.8.0",
"animations": {
"baby_transform": {
"loop": true,
"bones": {
"head": {
"scale": {
"vector": [ 2.1, 2.1, 2.1 ]
}
}
}
},
"walk": {
"loop": true,
"bones": {
"leg0": {
"rotation": {
"vector": [ "math.cos(variable.limb_swing * 38.1704) * 80.0 * variable.limb_swing_amount", 0, 0 ]
}
},
"leg1": {
"rotation": {
"vector": [ "math.cos(variable.limb_swing * 38.1704) * -80.0 * variable.limb_swing_amount", 0, 0 ]
}
}
}
}
},
"geckolib_format_version": 2
"format_version": "1.8.0",
"animations": {
"baby_transform": {
"loop": true,
"bones": {
"head": {
"scale": {
"vector": [2.1, 2.1, 2.1]
}
}
}
},
"walk": {
"loop": true,
"bones": {
"leg0": {
"rotation": {
"vector": ["math.cos(variable.limb_swing * 38.1704) * 80.0 * variable.limb_swing_amount", 0, 0]
}
},
"leg1": {
"rotation": {
"vector": ["math.cos(variable.limb_swing * 38.1704) * -80.0 * variable.limb_swing_amount", 0, 0]
}
}
}
}
},
"geckolib_format_version": 2
}
Loading

0 comments on commit 9dadee7

Please sign in to comment.