Merge pull request #308 from luacs1998/patch-1

Forge: acceptableRemoteVersions = "*"
Dieser Commit ist enthalten in:
sk89q 2014-10-30 11:13:10 -07:00
Commit 44559cde68

Datei anzeigen

@ -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;