-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
42 lines (34 loc) · 1.45 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2013/04/25 3.1
* Update for compatibility with IC2 1.115.304+
* Use srgnames for reflection to improve mod compatibility
* Improve output formatting for dumpOreDict
2013/03/30 3.0
* Update for Minecraft 1.5.1, Forge 7.7.1.622, IC2 1.115.268
* Now built as a "version-independent" mod (srgnames)
2013/03/10 2.0-1.5
* Update for Minecraft 1.5 prerelease
2013/03/09 2.0-1.4.7
* Add all ore names to generated default config for easier custom configuration
* Add support for disabling recipe type replacements in config
* Add more defaults to default config
* Allow running even if IC2 recipes cannot be replaced
* Blank preferred ore entries will now be ignored
* New build process using SpecialSource (for development; no end-user visible change)
2013/02/01 1.4
* Fix replaced stack size (e.g. crafting copper block -> 9 ingots)
* Add default silver ingot preference set to RP2
* Add IC2 scrapbox replacements
* Add dungeon loot replacements
* Add verbose config option
2013/01/31 1.3
* Initial public release to IC2 forums
* Remove unnecessary API files in jar
2013/01/31 1.2
* Add 'dumpOreDict' option in config
* Change default tin/copper ingots to RP2
* Remove unused Thermal Expansion dependency
2013/01/20 1.1
* Dump ore dictionary on load
2013/01/06 1.0
* Supports recipes for crafting, furnace, IC2 macerator, compressor, extractor
* Initial unpublicized release