forked from Pokecube-Development/Pokecube-Issues-and-Wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
104 additions
and
204 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
5 changes: 3 additions & 2 deletions
5
src/main/resources/assets/pokecube_mobs/gen_3/entity/models/froslass.xml
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,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ModelAnimator version="0.1"> | ||
<model name=""> | ||
<phase headAxis="1" headCap="-50,50" name="global" scale="1.4"/> | ||
<model> | ||
<phase name="global" scale="1.4"/> | ||
<metadata head="headmiddle"/> | ||
</model> | ||
</ModelAnimator> |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/pokecube_mobs/gen_3/entity/models/illumise.xml
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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ModelAnimator version="0.1"> | ||
<model name=""> | ||
<phase name="global" offset="0,0.75,0" scale="0.7"/> | ||
<phase name="global" scale="0.7"/> | ||
<metadata head="head1" headCap="-60,60"/> | ||
</model> | ||
</ModelAnimator> |
4 changes: 2 additions & 2 deletions
4
src/main/resources/assets/pokecube_mobs/gen_3/entity/models/medicham.xml
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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ModelAnimator version="0.1"> | ||
<model name=""> | ||
<model> | ||
<phase name="global" scale="1.0"/> | ||
<metadata head="Head1" headAxis="2" headAxis2="0" headCap="-60,60" headCap1="-60,60" headDir="1"/> | ||
<metadata head="Head1" headAxis="1" headAxis2="0" headCap="-60,60" headCap1="-60,60" headDir="1"/> | ||
</model> | ||
</ModelAnimator> |
4 changes: 2 additions & 2 deletions
4
src/main/resources/assets/pokecube_mobs/gen_3/entity/models/minun.xml
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
4 changes: 2 additions & 2 deletions
4
src/main/resources/assets/pokecube_mobs/gen_3/entity/models/plusle.xml
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
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
3 changes: 2 additions & 1 deletion
3
src/main/resources/assets/pokecube_mobs/gen_3/entity/models/roselia.xml
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,7 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ModelAnimator version="0.1"> | ||
<model name=""> | ||
<phase headAxis="1" headCap="-50,50" name="global" scale=".1"/> | ||
<phase name="global" scale=".1"/> | ||
<metadata head="head"/> | ||
<phase armAngle="50" duration="10" leftArm="Left_arm" leftLeg="Left_leg" legAngle="45" name="biWalk" rightArm="Right_arm" rightLeg="Right_leg"/> | ||
</model> | ||
</ModelAnimator> |
Oops, something went wrong.