equivalent-exchange-3/ee3_common/ee3/common/lib
2012-12-12 22:41:40 -05:00
..
BlockIds.java Updated the configuration handler to no longer use deprecated methods, and adjusted the default ids to be in line with my requested range from the MinecraftForge website. 2012-09-28 11:10:55 -04:00
Colours.java Some work on getting bags off the ground, also learned how to do multiple render passes and overlays of overlays (yay!). Note: the bags aren't functional at all yet; just viewable in game. Much more work to be done. 2012-11-30 22:45:54 -05:00
ConfigurationSettings.java Some rework on configs (where they are stored/etc) 2012-12-05 14:33:03 -05:00
CustomItemRarity.java Refactored the remote version check to check against the GitHub repo instead of my DropBox folder, added some colourized text to the result message on the client, and reformatted some of the localization. 2012-11-20 14:42:39 -05:00
GuiIds.java Javadoc update 2012-10-27 17:41:02 -04:00
ItemIds.java Some work on getting bags off the ground, also learned how to do multiple render passes and overlays of overlays (yay!). Note: the bags aren't functional at all yet; just viewable in game. Much more work to be done. 2012-11-30 22:45:54 -05:00
Localizations.java Someone missed a comman when adding their localization 2012-11-22 10:43:44 -05:00
ModAction.java Beginnings of a proper hook for world protection. Client intiates a request to the server. Server validates if the request is going to be allowed (via an event). If the event is not canceled, then the server allows the action to occur. 2012-12-12 22:41:40 -05:00
PacketIds.java Beginning work on world transmutation packets 2012-12-05 16:06:50 -05:00
Reference.java Some rework on configs (where they are stored/etc) 2012-12-05 14:33:03 -05:00
RenderIds.java Javadoc update 2012-10-27 17:41:02 -04:00
Sounds.java In world transmutation overlay works for all transmutation stones, P Stone now is chargeable and has sounds, sounds renamed to be more intuitive 2012-11-30 14:03:36 -05:00
Sprites.java Move art/sprite related constants out of the general Reference class into their out Sprites lib class, move the RenderTickHandler into the client package (where it belongs), 2012-11-30 15:28:42 -05:00
Strings.java Some rework on configs (where they are stored/etc) 2012-12-05 14:33:03 -05:00
WorldEvents.java More work on WorldEvent packets (the way clients will request servers to do world modification events). Decided to go with a general packet with event types 2012-12-06 16:04:20 -05:00