Skip to content

Commit

Permalink
Update update.json link
Browse files Browse the repository at this point in the history
  • Loading branch information
daedalus4096 committed Apr 26, 2019
1 parent c5385fa commit f9cc2b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class ThaumicWonders {
public static final String NAME = "Thaumic Wonders";
public static final String VERSION = "1.3.0";
public static final String DEPENDENCIES = "required-after:thaumcraft";
public static final String UPDATE_URL = "https://gist.githubusercontent.com/daedalus4096/ecb3b7cfe112b73ae09c873ca3af131a/raw/cc0c99ae1960d289c2e0507cb4957ee349756705/ThaumicWonders_update.json";
public static final String UPDATE_URL = "https://pastebin.com/raw/7QELk9HJ";

public static final CreativeTabs CREATIVE_TAB = new CreativeTabTW(CreativeTabs.getNextID(), ThaumicWonders.MODID);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import thaumcraft.common.entities.monster.EntityEldritchGuardian;
import thaumcraft.common.entities.monster.EntityInhabitedZombie;
import thaumcraft.common.entities.monster.EntityWisp;
import thaumcraft.common.entities.monster.boss.EntityCultistPortalGreater;
import thaumcraft.common.entities.monster.cult.EntityCultistPortalLesser;
import thaumcraft.common.lib.SoundsTC;
import thaumcraft.common.lib.utils.RandomItemChooser;
Expand Down

0 comments on commit f9cc2b6

Please sign in to comment.