Skip to content

Commit 11230b6

Browse files
committed
Height of solar panels can be reduced up to 1% of a full block.
1 parent bbf22d3 commit 11230b6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
minecraft_version=1.7.10
22
forge_version=10.13.3.1407-1.7.10
33

4-
mod_version=0.8a
4+
mod_version=0.8b
55

66
codechickenlib_version=1.1.3.136
77
codechickencore_version=1.0.6.+

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
--------------------------------------------------------------------------------
28
Version 0.8a
39
--------------------------------------------------------------------------------

src/main/java/com/nauktis/solarflux/config/ModConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private static void loadConfiguration() {
6969
mSolarPanelHeight = mConfiguration.getFloat(
7070
"SolarPanelHeight",
7171
Configuration.CATEGORY_GENERAL,
72-
0.375F,
72+
0.01F,
7373
0.1F,
7474
1,
7575
"The height of the Solar Panel blocks.");

0 commit comments

Comments
 (0)