Sollace
|
d71aa20ced
|
Remove unused constants
|
2018-08-17 23:23:50 +02:00 |
|
Sollace
|
6c50f40881
|
Admittedly his was a better way of doing it. Especially not that models are more hierarchical in nature
|
2018-08-17 23:18:54 +02:00 |
|
Sollace
|
85622b335d
|
Skeletons have a 1/3 chance of spawning without a horn
|
2018-08-17 16:37:22 +02:00 |
|
Sollace
|
f49d8bcadf
|
Zombies have a 1/30 chance of spawning with wings
|
2018-08-17 16:36:55 +02:00 |
|
Sollace
|
9ffb62d335
|
Reduce the probability of enderstallions having horns
|
2018-08-17 15:38:10 +02:00 |
|
Sollace
|
6ea3ed2d75
|
Pony endermen
|
2018-08-15 17:14:40 +02:00 |
|
Sollace
|
f0453844a0
|
Add missing @Override annotations
|
2018-08-15 17:12:06 +02:00 |
|
Sollace
|
bb16e157df
|
Fixed elytra floating off of foal's backs
|
2018-07-08 12:21:57 +02:00 |
|
Sollace
|
6cc8e95991
|
Added seapony support to the skins gui, and some mlp-themed panoramas
|
2018-07-01 17:33:30 +02:00 |
|
Sollace
|
f520998365
|
SHOOO BE DOO! https://www.youtube.com/watch?v=iakTl9SZTTY
|
2018-06-29 18:36:03 +02:00 |
|
Sollace
|
04b852ce7e
|
Fixed seapony's arms not being positioned correctly
|
2018-06-26 21:57:34 +02:00 |
|
Sollace
|
8e173fc859
|
Change packages and use enums
|
2018-06-22 01:23:52 +02:00 |
|
Sollace
|
aed1dbd8d3
|
Clean up and get rid of this weird split between textures and positions
|
2018-06-21 23:49:11 +02:00 |
|
Sollace
|
803e79343d
|
Rename PonyRenderer.flipX -> PonyRenderer.flip to better reflect its meaning
|
2018-06-10 19:49:28 +02:00 |
|
Sollace
|
42081b38d4
|
Implemented pony wearables as saddlebags and (soon)
|
2018-06-08 01:06:37 +02:00 |
|
Sollace
|
3ea22fd67c
|
Implement saddlebags as a separate component with more interesting animations
|
2018-06-04 22:26:05 +02:00 |
|
Sollace
|
4123ee8c6e
|
Resolve naming clash between IModelPart and ModelRenderer
|
2018-06-04 19:34:31 +02:00 |
|
Sollace
|
da2d435ca2
|
Multiply, not divide (0.2 / 5 == 0.04)
|
2018-06-03 19:59:55 +02:00 |
|
Sollace
|
bafe9aca31
|
Apply the same amount of waggle to saddlebags as is applied to the body
|
2018-06-03 19:34:32 +02:00 |
|
Sollace
|
f584f40826
|
Fixed transforms on villagers' bits
|
2018-06-03 19:20:10 +02:00 |
|
Sollace
|
32df82ba77
|
Skeletons should now hold their items correctly
|
2018-06-03 17:26:43 +02:00 |
|
Sollace
|
2dc2642bc9
|
Fixed more wonkyness and inconsistency between players and mobs
|
2018-06-03 17:20:30 +02:00 |
|
Sollace
|
a5d67a7e1c
|
Fix leg wonkyness in general
|
2018-06-03 16:38:03 +02:00 |
|
Sollace
|
8d992a5361
|
Fixed the tops and bottoms of saddlebags being flipped
|
2018-06-02 20:14:01 +02:00 |
|
Sollace
|
7f6a01cf9d
|
Fixed swinging animation not playing for horny ponies
|
2018-06-02 20:05:22 +02:00 |
|
Matthew Messinger
|
46180b9691
|
Merge pull request #50 from Sollace/trim_armour_models
Cut all of the extra code from armour
|
2018-06-02 11:34:59 -04:00 |
|
Matthew Messinger
|
0a11cfc4ab
|
Merge pull request #48 from Sollace/zebra_models
Further rework models and added a few new ones
|
2018-06-02 11:34:05 -04:00 |
|
Sollace
|
28fce6ef5d
|
Cut all of the extra code from armour
|
2018-06-02 13:35:28 +02:00 |
|
Sollace
|
93ec981628
|
Guardians are now seaponies!
|
2018-05-27 12:36:47 +02:00 |
|
Sollace
|
72b3bce950
|
Added Modelseapony (I will make sure this works later)
|
2018-05-27 12:35:38 +02:00 |
|
Sollace
|
3da7853265
|
Added zebras and finished witches
|
2018-05-27 12:35:37 +02:00 |
|
Sollace
|
7af76994ec
|
Fix texture alignment on saddlebags
|
2018-05-27 12:29:22 +02:00 |
|
Sollace
|
df5d18d350
|
One last codestyle commit to clean stuff up I missed, correct and document some names, and add TODO items for everything that needs to be done.
|
2018-05-01 12:38:13 +02:00 |
|
Sollace
|
e2c94901c4
|
Tried dissassembling the staircase, but it broke half the model. Could probably get it to work, but it'd take more math.
|
2018-04-30 08:31:57 +02:00 |
|
Sollace
|
35e9ef750b
|
Fixed leg outset being encorrect for normal width legs
|
2018-04-29 23:06:34 +02:00 |
|
Sollace
|
7d4c7ede88
|
Fixed various leg alignment issues (may break resourcepacks)
May Break Resourcepacks:
To fix, just rescale skeleton legs to 2x2 pixels
width keeping the original positions.
|
2018-04-29 18:00:26 +02:00 |
|
Sollace
|
fd68e60923
|
Refactoring for refactoring's sake. I wasn't happy with how things were split up
|
2018-04-29 14:22:26 +02:00 |
|
Sollace
|
4b27e432b9
|
Move some things for consistency
|
2018-04-29 11:56:26 +02:00 |
|
Sollace
|
7fbc14ca01
|
Added a model for witches (current texture is a placeholder until we can get Zebras)
|
2018-04-28 23:00:01 +02:00 |
|
Sollace
|
3f32e2b19a
|
Zombie villagers will render with saddlebags and all the other stuff normal villagers do
|
2018-04-28 22:59:19 +02:00 |
|
Sollace
|
de88e95ffe
|
Unused import
|
2018-04-28 20:39:21 +02:00 |
|
Sollace
|
45ad30503c
|
Okay, things are clear now. CRYSTAL CLEAR
|
2018-04-28 18:20:56 +02:00 |
|
Sollace
|
7ff68e0e4f
|
Snippity snippity. That should fix horn glows
|
2018-04-28 18:13:35 +02:00 |
|
Sollace
|
12ec6c1302
|
Break ModelPlayerPony into each different race
|
2018-04-28 16:39:32 +02:00 |
|
Sollace
|
2dfe647165
|
All four legs are now thin, update the ALEX skin to have thin legs
|
2018-04-27 23:23:47 +02:00 |
|
Sollace
|
3a4e1fc32a
|
Fix mirroring issues on villager's saddlebags, add depth to the bag's strap
|
2018-04-27 21:49:27 +02:00 |
|
Sollace
|
2e090498db
|
Rewrite breezies (and ensure it has a head)
|
2018-04-27 21:48:55 +02:00 |
|
Sollace
|
2b154d2441
|
Some more tidying up
|
2018-04-27 20:37:54 +02:00 |
|
Sollace
|
0e0ee17f46
|
Codestyle to remove all trailing whitespace, unneccessary this arguments, and standardise parameter names
|
2018-04-27 13:49:33 +02:00 |
|
Sollace
|
c6e81529f3
|
More formatting
|
2018-04-26 23:54:05 +02:00 |
|