Skip to content

Commit

Permalink
Addition of new Color Picker GUI based on code by Mumfrey, fix for re…
Browse files Browse the repository at this point in the history
…cognizing potions added bby other mods, and general cleanup to meet my style guidelines.
  • Loading branch information
EasyMFnE committed Oct 16, 2014
1 parent 439fd19 commit d13f64c
Show file tree
Hide file tree
Showing 14 changed files with 1,618 additions and 681 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[2014-10-16] v1.1.0
- Updated GUI functionality for picking custom colors based on work by Mumfrey.
- Fix for recognizing additional potion types added by external mods.

[2014-10-02] v1.0.1
- Fix for compatibility with Forge and deobfuscated clients.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[Bug Report](https://github.com/EasyMFnE/PotionColorizer/issues) |
[Donate](https://www.paypal.com/cgi-bin/webscr?hosted_button_id=457RX2KYUDY5G&item_name=PotionColorizer&cmd=_s-xclick)</center>

<center>**Latest Version:** v1.0.1 for mc1.7.10</center>
<center>**Latest Version:** v1.1.0 for mc1.7.10</center>

## About ##

Expand Down
8 changes: 8 additions & 0 deletions debug/litemod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "PotionColorizer",
"mcversion": "1.7.10",
"revision": "DEBUG",
"author": "EasyMFnE",
"description": "Recolor the potion overlays to match the actual potion effects and allow customization of effect colors.",
"classTransformerClasses": "net.easymfne.potioncolorizer.PotionColorizerEventTransformer"
}
38 changes: 0 additions & 38 deletions java/net/easymfne/potioncolorizer/GuiHexColorField.java

This file was deleted.

Loading

0 comments on commit d13f64c

Please sign in to comment.