Skip to content

Commit

Permalink
fix cape
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed Sep 27, 2021
1 parent 8dd5384 commit 860635a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.6.0"
version = "1.6.3"
group= "com.thorfusion.titanpower" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "titanpower"

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/thorfusion/titanpower/Titanpower.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public class Titanpower{
public static final String NAME = "Titanpower";
public static final String MODID = "thorfusion";
public static final String VERSION = "1.6.0";
public static final String VERSION = "1.6.3";

public static boolean isMekanismLoaded;

Expand Down Expand Up @@ -71,7 +71,7 @@ public void init(FMLInitializationEvent event) {
if(TitanpowerConfig.EnableCapes) {
//proxy, tilentity
if (FMLCommonHandler.instance().getEffectiveSide() == Side.CLIENT) {
DevCapes.getInstance().registerConfig("https://technic-solder.eu-central-1.linodeobjects.com/cape.json");
DevCapes.getInstance().registerConfig("http://technic-solder.eu-central-1.linodeobjects.com/cape.json");
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "thorfusion",
"name": "Titanpower",
"description": "Mod For Terralization modpack. The rewrite of the mod, new code, artwork and expansion by maggi373, original code by StealthAlgorithm",
"version": "1.6.0",
"version": "1.6.3",
"mcversion": "1.7.10",
"url": "https://thorfusion.com",
"updateUrl": "",
Expand Down

0 comments on commit 860635a

Please sign in to comment.