-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changelog.txt
107 lines (72 loc) · 1.9 KB
/
Changelog.txt
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
1.7.10-3.0.2
> Update to Clashsoft Lib 1.7.10-2.7.0.
+ Added interface for @Agadar's Brewing API.
+ Added CustomPotionRecipe.
+ Added logo.
* Fixed UpdateChecker not working.
1.7.10-3.0.1
> Update to Forge 1.7.10-10.13.0.1207.
> Update to Clashsoft Lib 1.7.10-2.5.0.
1.7.10-3.0.0
> Update to Minecraft 1.7.10.
> Update to Clashsoft Lib 1.7.10-2.3.0.
+ Added PotionAttributes.
+ Added DummyPotionTypes.
+ Added PotionTypeLists for easy modification.
+ Added custom Potion Type display names.
+ Tooltip colors are now configurable.
+ Water is now a PotionBase.
+ Standart operations are now PotionRecipes.
* Fixed some crashes.
* Fixed UpdateChecker not working.
* Improved Brewing Stand performance.
* Improved Brewing Stand shift-clicking.
* Changed creative brewing time from 3 to 4 seconds.
* Much Documentation.
1.7.2-2.0.1
> Update to Clashsoft Lib 1.7.2-2.2.0.
1.7.2-2.0.0
> Update to latest Clashsoft Lib.
+ Added a new potion recipe system.
+ Added "/potion add" and "/potion give" commands.
* Fixed potions not showing up in the creative search.
* Documentation.
* Bugfixes.
1.7.2-1.0.1
* Fixed witch crash.
* Fixed potion not showing up in the creative search.
1.7.2-1.0.0
> Update to Minecraft 1.7.2.
* Structure changes.
* Performance improvements.
* Rewritten the PotionType class.
* Fixed MANY bugs.
* Renamed /givepotion command to "/potion give".
1.6.4-5
* Structure changes.
* Fixed many bugs.
* Improved potion item description.
1.6.4-4
+ Added /givepotion command.
1.6.4-3
+ Added automatic updates.
1.6.4-2
+ Added update checking.
1.6.4-1
> Update to Minecraft 1.6.4.
1.6.2-6
* Fixed some bugs.
1.6.2-5
* Fixed brewing crash.
1.6.2-4
* Fixed some bugs.
* Fixed crash.
1.6.2-3
* Fixed some bugs.
- Removed Clashsoft API dependency.
1.6.2-2
* Fixed crash.
1.6.2-1
+ Added ability to register custom potions.
+ Added hooks for custom potion effects.
+ Added hooks for custom ingredient handlers.