Skip to content

Commit

Permalink
update json url, and build number in gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothrazar committed Nov 29, 2015
1 parent 894ec2c commit 885459f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.8-1.0.1"
version = "1.8.8-1.0.1"
group= "com.lothrazar.terrariabuttons"
archivesBaseName = "TerrariaButtons"
minecraft {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import net.minecraftforge.fml.relauncher.Side;

@Mod(modid = Const.MODID, useMetadata=true, canBeDeactivated=false
, guiFactory ="com.lothrazar."+Const.MODID+".IngameConfigHandler")
, guiFactory ="com.lothrazar."+Const.MODID+".IngameConfigHandler", updateJSON = "https://raw.githubusercontent.com/LothrazarMinecraftMods/TerrariaButtons/master/update.json")
public class ModTerrariaButtons
{
@Instance(Const.MODID)
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 @@ -6,7 +6,7 @@
"version": "1.0.1",
"mcversion": "1.8.8",
"url": "http://www.curse.com/mc-mods/minecraft/238034-terraria-buttons-easy-chest-interaction",
"updateUrl": "http://www.curse.com/mc-mods/minecraft/238034-terraria-buttons-easy-chest-interaction",
"updateUrl": "",
"authorList": ["Lothrazar"],
"credits": "The Forge and FML guys, for making this example",
"logoFile": "",
Expand Down

0 comments on commit 885459f

Please sign in to comment.