diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-01-13 12:43:44 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-01-13 12:43:44 +0000 |
commit | 05efaa691d2ebe9fd4811444dbf6f0de1ca142b6 (patch) | |
tree | f73e13eacabcd4f6d2ea851ea7bf078d70ce3c1a /src/Java/gtPlusPlus/GTplusplus.java | |
parent | f2638119215ec2c6a507087f0399d8c8cd193647 (diff) | |
download | GT5-Unofficial-05efaa691d2ebe9fd4811444dbf6f0de1ca142b6.tar.gz GT5-Unofficial-05efaa691d2ebe9fd4811444dbf6f0de1ca142b6.tar.bz2 GT5-Unofficial-05efaa691d2ebe9fd4811444dbf6f0de1ca142b6.zip |
+ Added Xp conversion brewing recipes.
- Made Xp Convertor redundant.
$ Hopefully fixed ExtraUtils complaining about rendering.
$ Additional 5.08 support.
$ Possibly fixed recipes for some items which don't display in NEI correctly.
Diffstat (limited to 'src/Java/gtPlusPlus/GTplusplus.java')
-rw-r--r-- | src/Java/gtPlusPlus/GTplusplus.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/GTplusplus.java b/src/Java/gtPlusPlus/GTplusplus.java index c92d38f46a..8ae48f3b3f 100644 --- a/src/Java/gtPlusPlus/GTplusplus.java +++ b/src/Java/gtPlusPlus/GTplusplus.java @@ -448,6 +448,7 @@ public class GTplusplus implements ActionListener { //Misc mMiscCapes.put(new Pair<String, String>("doomsquirter", "3aee80ab-d982-4e6d-b8d0-7912bbd75f5d")); mMiscCapes.put(new Pair<String, String>("ukdunc", "17d57521-3a1e-4eb9-91e6-901a65c15e07")); + mMiscCapes.put(new Pair<String, String>("q009", "520aebe6-4cd9-46cd-bc7a-d47e5e648e38")); mMiscCapes.put(new Pair<String, String>("JaidenC", "00b157e5-cd97-43a2-a080-460f550e93cd")); mMiscCapes.put(new Pair<String, String>("TheGiggitygoo", "9f996c78-bddc-4dec-a522-0df7267f11f3")); |