Skip to content

Commit

Permalink
Include version annotation to make Forge happy
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Mar 4, 2016
1 parent 608c150 commit e8c8f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import java.util.*;

@SuppressWarnings("WeakerAccess")
@Mod(modid = "TickProfiler", name = "TickProfiler", acceptableRemoteVersions = "*")
@Mod(modid = "TickProfiler", name = "TickProfiler", acceptableRemoteVersions = "*", version = "@MOD_VERSION@")
public class TickProfiler {
private static final Set<World> profilingWorlds = Collections.newSetFromMap(new MapMaker().weakKeys().<World, Boolean>makeMap());
@Mod.Instance("TickProfiler")
Expand Down

0 comments on commit e8c8f78

Please sign in to comment.