Merge pull request #308 from luacs1998/patch-1

Forge: acceptableRemoteVersions = "*"
This commit is contained in:
sk89q 2014-10-30 11:13:10 -07:00
commit 44559cde68

View File

@ -61,7 +61,7 @@ import static net.minecraftforge.event.entity.player.PlayerInteractEvent.Action;
/**
* The Forge implementation of WorldEdit.
*/
@Mod(modid = "WorldEdit", name = "WorldEdit", version = "%VERSION%")
@Mod(modid = "WorldEdit", name = "WorldEdit", version = "%VERSION%", acceptableRemoteVersions = "*")
public class ForgeWorldEdit {
public static Logger logger;