fix gradlew
reverted changes for versioning system
This commit is contained in:
parent
c7aa8dd201
commit
1eabdaf35b
3 changed files with 4 additions and 4 deletions
2
gradlew
vendored
2
gradlew
vendored
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||
DEFAULT_JVM_OPTS=""
|
||||
JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/"
|
||||
JAVA_HOME="C:\Program Files\AdoptOpenJDK\jdk-8.0.265.01-hotspot\"
|
||||
APP_NAME="Gradle"
|
||||
APP_BASE_NAME=`basename "$0"`
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@ import cpw.mods.fml.common.registry.GameRegistry;
|
|||
* @author AidanBrady
|
||||
*
|
||||
*/
|
||||
@Mod(modid = "Mekanism", name = "Mekanism", version = "9.10.3", guiFactory = "mekanism.client.gui.ConfigGuiFactory",
|
||||
@Mod(modid = "Mekanism", name = "Mekanism", version = "${version}", guiFactory = "mekanism.client.gui.ConfigGuiFactory",
|
||||
dependencies = "after:ForgeMultipart;after:BuildCraft;after:BuildCraftAPI;after:IC2;after:CoFHCore;" +
|
||||
"after:ComputerCraft;after:Galacticraft API;after:MetallurgyCore")
|
||||
public class Mekanism
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"modid": "Mekanism",
|
||||
"name": "Mekanism",
|
||||
"description": "Energy, Armor, Tools, Weapons, Machines, Magic.",
|
||||
"version": "9.10.3",
|
||||
"mcversion": "1.7.10",
|
||||
"version": "${version}",
|
||||
"mcversion": "${mc_version}",
|
||||
"updateUrl": "",
|
||||
"authorList": [
|
||||
"aidancbrady"
|
||||
|
|
Loading…
Reference in a new issue