Commit graph

45 commits

Author SHA1 Message Date
Sollace
c42dcfb14f Fixed blending on the player's reflection when rendering as a pony 2019-07-14 15:02:04 +02:00
Sollace
13ff5def65 Fixed crash when rendering a skull outside a world 2019-07-14 15:02:03 +02:00
Sollace
3c477745e4 Removed the PonySettings enum and separate the ModRenderers enum from the config 2019-07-12 17:06:03 +02:00
Sollace
da9c4ba89e Fixed #121 armour, arrows, and other things not rendering on Villagers 2019-07-11 19:21:00 +02:00
Sollace
4d81b3b449 Update Kirin 2019-07-11 19:20:13 +02:00
Sollace
b5708a9820 Move configs to Kirin 2019-07-11 09:50:07 +02:00
Sollace
c3ddc01422 Fix #120 (concurrent modification exception when computing villager textures) 2019-07-10 15:44:28 +02:00
Matthew Messinger
9c344c1554 Use MineLittlePony as entrypoint and move it to client package
If a server side mod needs to use it, a proper API class should be made.
2019-07-07 22:47:13 -04:00
Matthew Messinger
d8e1e08df4 General code cleanup.
Generic types
Unnecessary casts
Unused imports
2019-07-07 17:21:28 -04:00
Sollace
0e7fa5878f Redundant type arguments 2019-07-07 21:47:49 +02:00
Sollace
a39167ca11 Another one! 2019-07-07 21:33:42 +02:00
Sollace
53b2d0f370 Fixed: Model attributes aren't updated for the first person's view 2019-07-06 17:35:11 +02:00
Sollace
186011d9ee Eh 2019-07-06 01:01:26 +02:00
Sollace
c09d9d3a1e Unused imports 2019-07-05 09:51:02 +02:00
Matthew Messinger
ef2052a23e Fix worn head placement
Also shrink the headwear to be closer to vanilla. It helps to hide it while wearing the head.
2019-07-05 00:49:16 -04:00
Matthew Messinger
70d24e377f Add some proxies for hdskins. Might remove later.
It can run without crashing without HDSkins
2019-07-03 16:27:43 -04:00
Sollace
3f1744d98a Fixed eye position not being updated when joining a world, or when skins load 2019-07-03 15:58:40 +02:00
Sollace
098918c505 Fixed elder guardians appearing smol 2019-07-03 13:26:02 +02:00
Matthew Messinger
d4375dde47 Remove IModUtilities 2019-07-02 19:57:45 -04:00
Sollace
5116169f64 Future proof: Do NOT reference non-mojang classes outside of their designated context. That's what ModUtilities are for. 2019-07-01 10:59:55 +02:00
Matthew Messinger
91274352b4 Use the fabric library for rendering registration. 2019-06-30 22:54:43 -04:00
Sollace
e960aad9d5 Move all HDSkins references to one place 2019-06-30 12:05:38 +02:00
Sollace
7f6222d0d6 Changed fallback handling for villager textures to try the plains biome as fail-safe before going to the default/nitwit texture 2019-06-29 23:44:12 +02:00
Sollace
2950a4de0a Update to 1.14.3 2019-06-27 19:28:21 +02:00
Sollace
a1f40c9b59 Ponified Pillagers 2019-06-27 15:50:34 +02:00
Sollace
6a4d271b14 Fixed z-fighting in unicorn magic 2019-06-27 14:09:57 +02:00
Sollace
4ddbc897cf Fixed compatibility with CCL and other mods using the old proxy object pattern 2019-06-27 11:48:59 +02:00
Sollace
fe82f60ca3 That joke is no longer relevant :L 2019-06-27 10:27:34 +02:00
Sollace
67f1e1edbd Fixed broken fire texture on villagers/zombie villagers 2019-06-24 14:05:07 +02:00
Sollace
a26e26030e Simplify model classes/interfaces by moving all these properties to a separate class 2019-06-24 11:33:53 +02:00
Sollace
2abc56cb54 Fixed arm position to match vanilla (removed the rotation too) 2019-06-11 15:16:15 +02:00
Sollace
11391b6ed3 Fixed bugs with the debug bounding box 2019-06-11 14:10:36 +02:00
Sollace
f2a7189897 Fix positioning of the crossbow when held by unicorns 2019-06-11 12:22:58 +02:00
Sollace
91f445e1fa Add TODOs with things to be done 2019-06-02 17:23:06 +02:00
Sollace
994892046c Ponified the Wandering Trader 2019-06-02 17:22:52 +02:00
Sollace
ad1d9d18ad Fixed crash when rendering skulls in the inventory 2019-06-02 16:01:24 +02:00
Sollace
fcc682af2b Ponified the Drowned 2019-06-02 15:53:30 +02:00
Sollace
3ee6109cac Fixed FPS magic rendering 2019-06-02 14:20:42 +02:00
Sollace
0d5656685c Rewrote configurations to get rid of reflection 2019-05-30 21:24:57 +02:00
Sollace
d829042dd1 Rewrote villager textures handling 2019-05-30 13:59:38 +02:00
Sollace
12f86c5d50 Fixed nameplates appearing above entities 2019-05-29 23:24:50 +02:00
Sollace
f7a92ea3e9 Fixed crash when viewing a villager or witch that does not have a custom name 2019-05-29 20:45:46 +02:00
Sollace
9e40c6313d Fixed performance issues on the skins gui 2019-05-29 13:05:10 +02:00
Sollace
f59520aca8 Fixed some mixins crash 2019-05-28 14:46:58 +02:00
Sollace
078fae82f3 Recombine sourcesets. Eh. 2019-05-28 12:18:30 +02:00