-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rework flesh chicken visuals with model and texture by TheShroome
- Loading branch information
1 parent
37986bc
commit 9dadee7
Showing
3 changed files
with
207 additions
and
312 deletions.
There are no files selected for viewing
58 changes: 29 additions & 29 deletions
58
src/main/resources/assets/biomancy/animations/entity/mob/flesh_chicken.animation.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.