Skip to content

Commit a1df8f2

Browse files
committed
Change Mod Name
1 parent 820a30b commit a1df8f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1313
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1414

1515

16-
version = "1.0.3"
16+
version = "1.0.0"
1717
group = "ru.lionzxy.fastlogblock" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
18-
archivesBaseName = "FastLogBlock"
18+
archivesBaseName = "FastLogBlock-Server"
1919

2020
sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
2121
compileJava {

0 commit comments

Comments
 (0)