Skip to content

Commit

Permalink
Allow the server to have the mod installed without clients needing it
Browse files Browse the repository at this point in the history
 * No reason to have it on the server, but there's also no reason to make it a bad thing to have
  • Loading branch information
squeek502 committed Apr 24, 2015
1 parent 266ac88 commit 5e19b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/squeek/tictooltips/ModTiCTooltips.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;

@Mod(modid = ModInfo.MODID, version = ModInfo.VERSION, dependencies = "required-after:TConstruct@[1.7.10-1.8,);after:ExtraTiC;after:TSteelworks;after:Mariculture")
@Mod(modid = ModInfo.MODID, version = ModInfo.VERSION, dependencies = "required-after:TConstruct@[1.7.10-1.8,);after:ExtraTiC;after:TSteelworks;after:Mariculture", acceptableRemoteVersions="*")
public class ModTiCTooltips
{
public static boolean hasIguanaTweaks;
Expand Down

0 comments on commit 5e19b8b

Please sign in to comment.