Skip to content

Commit 69df7ad

Browse files
committed
v1.0.4
1 parent 6b85e4c commit 69df7ad

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle'
1515
apply plugin: 'eclipse'
1616
apply plugin: 'maven-publish'
1717

18-
version = '1.0.3'
18+
version = '1.0.4'
1919
group = 'uk.co.harryyoud.biospheres' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2020
archivesBaseName = 'biospheres'
2121

Diff for: updates.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"homepage": "https://github.com/harryyoud/biospheres",
33
"1.15.2": {
4+
"1.0.4": "Change config defaults to fix ore generation. You need to delete your config file for this to take effect, or you can just change the values in there",
45
"1.0.3": "Disabled THE_VOID biome, and disabled client-server version checking",
56
"1.0.2": "Fixed fence connections",
67
"1.0.1": "Stopped trees growing into the glass dome blocks",
78
"1.0.0": "Initial release"
89
},
910
"promos": {
10-
"1.15.2-latest": "1.0.3",
11-
"1.15.2-recommended": "1.0.3"
11+
"1.15.2-latest": "1.0.4",
12+
"1.15.2-recommended": "1.0.4"
1213
}
1314
}

0 commit comments

Comments
 (0)