Updated version info

This commit is contained in:
115kino 2017-12-26 01:45:15 -05:00 committed by GitHub
parent cf933dd95d
commit cc0efbc0df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ import com.legacy.aether.registry.sounds.SoundsAether;
import com.legacy.aether.tile_entities.AetherTileEntities;
import com.legacy.aether.world.AetherWorld;
@Mod(name = "Aether Legacy", modid = Aether.modid, version = "v1.5", acceptedMinecraftVersions = "1.10.2")
@Mod(name = "Aether Legacy", modid = Aether.modid, version = "1.10.2-v1.5.1", acceptedMinecraftVersions = "1.10.2")
public class Aether
{
@ -76,4 +76,4 @@ public class Aether
return "double_drops";
}
}
}