Changed Aether version to correct version

This commit is contained in:
Kino 2017-07-14 21:30:20 -04:00
parent a05f51ec35
commit 112b71a27e

View file

@ -20,7 +20,7 @@ import com.legacy.aether.common.registry.sounds.SoundsAether;
import com.legacy.aether.common.tile_entities.AetherTileEntities;
import com.legacy.aether.common.world.AetherWorld;
@Mod(name = "Aether Legacy", modid = Aether.modid, version = "v1.4.2", acceptedMinecraftVersions = "1.10.2")
@Mod(name = "Aether Legacy", modid = Aether.modid, version = "v1.4.1", acceptedMinecraftVersions = "1.10.2")
public class Aether
{