forked from Nauktis/SolarFlux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
153 lines (128 loc) · 6.73 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
--------------------------------------------------------------------------------
Version 1.0 *(not released yet)*
--------------------------------------------------------------------------------
Changes
- Update build script and dependencies
- Add CI & release workflows
--------------------------------------------------------------------------------
Version 0.8b
--------------------------------------------------------------------------------
Changes
- The height of the solar panels can now be as small as 1% of a full block.
--------------------------------------------------------------------------------
Version 0.8a
--------------------------------------------------------------------------------
Bugs
- Fix: High tiers of Solar Panels were not using the correct texture.
--------------------------------------------------------------------------------
Version 0.8
--------------------------------------------------------------------------------
New
- Connected textures for the Solar Panels. (on/off in config)
Changes
- Changed some recipes: Energy cell frames instead of Energy cells.
--------------------------------------------------------------------------------
Version 0.7
--------------------------------------------------------------------------------
New
- Furnace upgrade. Heat vanilla furnaces with the sun.
Changes
- Changed the calculation behind the Low Light Upgrade.
Bugs
- Fix: Solar Panels will evenly distribute energy to all adjacent machines. They used to do it only if they had enough energy.
- Fix: Low Light upgrades no longer allow to generate energy inside.
- Fix: Tooltips now render properly when holding Shift.
--------------------------------------------------------------------------------
Version 0.6b
--------------------------------------------------------------------------------
Changes
- IDs for solar panels start again at 1 instead of 0. (This will prevent migration issues from version 0.5x)
Bugs
- Fixed Container sync issue between client and server.
--------------------------------------------------------------------------------
Version 0.6a
--------------------------------------------------------------------------------
Bugs
- Removed logging statements that were polluting the logs.
--------------------------------------------------------------------------------
Version 0.6
--------------------------------------------------------------------------------
New
- There is now a GUI showing you various information about your solar panels.
- Upgrades. Solar panels can now be upgraded with various upgrades.
- Efficiency upgrade will increase the efficiency of your solar panels and make them produce more RF/tick.
- Low light upgrade will allow you solar panels to generate energy in low light environment (at night) but will be less efficient when the sun is too bright.
- Machine traversal upgrade will allow your solar panels to send energy to connected machines without the need for cables. As long as the machines are touching each other they will receive energy. 10 pulverizers in a straight line? No problem!
- Transfer rate upgrade increases the amount of RF that the solar panel can transfer per tick.
- Capacity upgrade increases the size of the solar panel's internal storage.
- When dismantling a solar panel with a wrench. It will keep its installed upgrade in addition to its stored energy.
- Config: Tons of new configuration.
- Each upgrade can be disabled in the config (it will not appear in game).
- The effect of each upgrade can be tweaked in the config.
- The production/transfer rate and capacity of each tier of solar panel can be tweaked in the config.
- The number of tier is configurable! You only want two tiers? You absolutely need 89 tiers? No problem, I got you covered.
- Big refactoring of the internals of the mod.
Changes
- Changed some recipes.
Bugs
- Fix: Solar Panels will evenly distribute energy to all adjacent machines. They used to do it only if they had enough energy.
--------------------------------------------------------------------------------
Version 0.5b
--------------------------------------------------------------------------------
Bugs
- Fix: RedstoneFlux API. Should now charge machines.
--------------------------------------------------------------------------------
Version 0.5a
--------------------------------------------------------------------------------
Bugs
- Fix: APIs managed to get shipped with version 0.5.
--------------------------------------------------------------------------------
Version 0.5
--------------------------------------------------------------------------------
New
- Solar panel can now be dismantled with a wrench. They will keep their energy.
- Break the solar panel with a pickaxe to drop the energy and make it stack again.
- New localization for the info and tooltips.
- Config: Whether or not solar panels should keep their energy when dismantled with a wrench.
- Config: Factor to reduce the production of energy during rainy weather.
- Config: Factor to reduce the production of energy during stormy weather.
--------------------------------------------------------------------------------
Version 0.4d
--------------------------------------------------------------------------------
New
- Updated the Redstone Flux API
--------------------------------------------------------------------------------
Version 0.4
--------------------------------------------------------------------------------
New
- New recipes (using Thermal Expansion)
- Auto-detection of Thermal Expansion and fallback on vanilla recipes when missing.
- Option to toggle Thermal Expansion recipes.
- Cleaning here and there
--------------------------------------------------------------------------------
Version 0.3
--------------------------------------------------------------------------------
New
- Adjacent solar panels will automatically balance their energy (no cables needed).
- Auto balance of energy can be turned off in config.
Changes
- Increased the max amount of energy transferred per tick.
Bugs
- Fixed a int overflow when displaying energy in chat.
--------------------------------------------------------------------------------
Version 0.2b
--------------------------------------------------------------------------------
Bugs
- Fixed missing recipes
--------------------------------------------------------------------------------
Version 0.2
--------------------------------------------------------------------------------
New
- Height of the block can be customised in the config file.
- Config can be edited from main menu (restart of Minecraft required).
Changes
- Got rid of the "ugly" textures.
--------------------------------------------------------------------------------
Version 0.1
--------------------------------------------------------------------------------
- First public release