We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4a84b commit 1f88402Copy full SHA for 1f88402
CHANGELOG.md
@@ -34,3 +34,7 @@ Added crafting receipes:
34
* Logo Block
35
* Hung Arrow Sign
36
* Platform Arrow Sign
37
+
38
+Known caveats
39
40
+* Optifine renders platform panels and gates as opaque blocks
build.gradle
@@ -20,7 +20,7 @@ plugins {
20
id "net.minecraftforge.gradle.forge" version "2.0.2"
21
}
22
23
-version = "0.6-working"
+version = "0.6"
24
group= "tk.cth451.transitrailmod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
25
archivesBaseName = "transitrailmod"
26
0 commit comments