File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/main/java/com/nauktis/solarflux/config Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
minecraft_version =1.7.10
2
2
forge_version =10.13.3.1407-1.7.10
3
3
4
- mod_version =0.8a
4
+ mod_version =0.8b
5
5
6
6
codechickenlib_version =1.1.3.136
7
7
codechickencore_version =1.0.6.+
Original file line number Diff line number Diff line change
1
+ --------------------------------------------------------------------------------
2
+ Version 0.8b
3
+ --------------------------------------------------------------------------------
4
+ Changes
5
+ - The height of the solar panels can now be as small as 1% of a full block.
6
+
1
7
--------------------------------------------------------------------------------
2
8
Version 0.8a
3
9
--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ private static void loadConfiguration() {
69
69
mSolarPanelHeight = mConfiguration .getFloat (
70
70
"SolarPanelHeight" ,
71
71
Configuration .CATEGORY_GENERAL ,
72
- 0.375F ,
72
+ 0.01F ,
73
73
0.1F ,
74
74
1 ,
75
75
"The height of the Solar Panel blocks." );
You can’t perform that action at this time.
0 commit comments