Skip to content

Commit

Permalink
Add required forge version to dependency info
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommsy64 committed Jun 26, 2018
1 parent 152a441 commit 610f812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Smart Moving Reloaded
* Updated to Minecraft 1.12.2
* Easier to maintain
* Better compatibility with other mods
* Fixes long-standing vanilla bug [MC-90598](https://bugs.mojang.com/browse/MC-90598)

Developing
----------
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/tommsy/smartmoving/SmartMovingMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import com.tommsy.smartmoving.network.SmartMovingNetworkHandler;
import com.tommsy.smartmoving.server.SmartMovingServerEventHandler;

@Mod(modid = SmartMovingInfo.MODID, name = SmartMovingInfo.NAME, version = SmartMovingInfo.VERSION/* @MCVERSIONDEP@ */)
@Mod(modid = SmartMovingInfo.MODID, name = SmartMovingInfo.NAME, version = SmartMovingInfo.VERSION/* @MCVERSIONDEP@ */, dependencies = "required:forge@[14.23.1.2589,);")
public class SmartMovingMod {
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public final class SmartMovingInfo {
Expand Down

0 comments on commit 610f812

Please sign in to comment.