Unicopia/src/main/java/com/minelittlepony/unicopia
2019-08-13 09:15:29 +02:00
..
advancements The player's camera now rolls as a pegasus flies 2018-09-27 22:12:32 +02:00
block Changed mechanics for which blocks can be placed on clouds 2019-04-04 12:58:18 +02:00
command Unused imports 2019-08-13 09:15:29 +02:00
edibles Added moss 2019-02-23 15:23:24 +02:00
enchanting Added JEI support 2019-03-09 18:24:16 +02:00
entity Spears! (WIP) 2019-04-09 13:45:36 +02:00
extern Fix baubles support. I blame Forge (specifically CPW) for breaking lazy classloading. This would never have happened with LiteLoader. 2019-03-16 09:36:51 +02:00
forgebullshit Register items and their models all together to avoid writing the same thing twice 2019-03-19 13:43:04 +02:00
gui Fix some issues *derp* 2019-02-20 19:02:02 +02:00
hud Fixed flight bar being offset by one pixel 2019-04-06 21:07:03 +02:00
init Spears! (WIP) 2019-04-09 13:45:36 +02:00
input Fixed transitions playing when first joining the world, fixed pegasus flight under inverted gravity 2019-03-02 18:03:59 +02:00
inventory Added a method to obtain/transmute various music disks 2019-03-09 13:17:35 +02:00
item Spears! (WIP) 2019-04-09 13:45:36 +02:00
mixin Added butterflies 2019-03-21 17:03:59 +02:00
model Added butterflies 2019-03-21 17:03:59 +02:00
network Added caster utils to easily find magically enabled entities in the world, and make it easier to get out an effect of a given type 2019-02-13 22:45:26 +02:00
particle Gems will produce particles of the same colour as their magic 2019-02-21 18:57:05 +02:00
player Use the player's head position to control the vertical movement when rainbooming. Fixes #9 2019-04-06 21:07:54 +02:00
potion Fixed positions still rendering when they should be hidden 2019-02-01 10:48:07 +02:00
power Added functionality for cuccoons 2019-03-15 14:16:56 +02:00
render Spears! (WIP) 2019-04-09 13:45:36 +02:00
spell Fixed changeling traps spawning slime layers in the air 2019-03-13 22:54:30 +02:00
structure Added a blue variant of wizard towers 2019-02-21 13:56:19 +02:00
tossable Spears! (WIP) 2019-04-09 13:45:36 +02:00
util Removed debug code 2019-03-10 00:02:03 +02:00
world Add the modid for all the hook classes 2019-03-18 15:47:54 +02:00
ClientHooks.java Fixed incompatibility with Mantle. Closes #8 2019-04-07 14:59:19 +02:00
CloudType.java Restrict cloud-walking enchants to magic users when walking on cloud blocks 2019-04-04 12:27:04 +02:00
Fixes.java Further fattening and dispensibles rewrites 2019-03-20 22:37:49 +02:00
Predicates.java Hanging cuccoons are now more dangerous to non-changelings 2019-03-04 00:33:40 +02:00
Race.java Rewrote the commands 2019-02-09 14:26:03 +02:00
UClient.java Fixed a typo 2019-03-18 16:02:06 +02:00
UConfig.java Restructure! Remove all the subscribe events and shove them _waaaaaay_ in the back there. 2019-02-17 01:08:19 +02:00
Unicopia.java Fixed a typo 2019-03-18 16:02:06 +02:00
UnicopiaClient.java Make the GravityDelegate perform true to its name 2019-02-27 22:15:04 +02:00