diff --git a/README.md b/README.md index a4746d6..87877b9 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ Il permet d'ajouter à vos mondes minecraft ~~de la pollution spatiale~~ des sat ## Crédits Created by JackCarterSmith -Inspired by Thaumcraft, Draconic Evolution and Immersive Engineering +Inspired by the work of BluSunrize diff --git a/build.gradle b/build.gradle index 22e7372..634a488 100644 --- a/build.gradle +++ b/build.gradle @@ -48,9 +48,9 @@ if (System.getenv("BUILD_NUMBER") != null) { } -version = "$project.minecraftVersion-$baseVersion.$buildNumber" +version = "$baseVersion.$buildNumber" group = "fr.jackcartersmith.orbsat" -archivesBaseName = "OrbitalSatellite" +archivesBaseName = "OrbitalSatellite-$project.minecraftVersion" sourceCompatibility = targetCompatibility = 1.8 compileJava { @@ -61,8 +61,8 @@ minecraft { version = "$project.minecraftVersion-$project.forgeVersion" runDir = "eclipse" - //mappings = "stable_39" - mappings = "snapshot_20180814" + mappings = "stable_39" + //mappings = "snapshot_20180814" makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable. } diff --git a/gradle.properties b/gradle.properties index ae9fb38..d1308a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Sets default memory used for gradle commands. Can be overridden by user or command line properties. # This is required to provide enough memory for the Minecraft decompilation process. -baseVersion=0.1 +baseVersion=1.0 minecraftVersion=1.12.2 forgeVersion=14.23.5.2847 org.gradle.jvmargs=-Xmx4G